Quantcast
Channel: bufferedwriter
Viewing all articles
Browse latest Browse all 7

A Java class that writes to and reads from a remote socket

$
0
0

A Java class that writes to and reads from a remote socket

I'm not going to describe this much today, but here's the source code for a Java class I put together from a number of other sources on the internet. In short, this code uses a Java Socket to connect to a port on a remote server, sends a command to that server to be executed, and then reads the output from the command that is executed. As a result, I assume that all information sent is text (nothing binary).


Viewing all articles
Browse latest Browse all 7

Trending Articles