public final class CharGenTCPClient extends SocketClient
To use the CharGenTCPClient class, just establish a
connection with
connect
and call getInputStream()
to access
the data. Don't close the input stream when you're done with it. Rather,
call disconnect
to clean up properly.
CharGenUDPClient
Modifier and Type | Field | Description |
---|---|---|
static int |
CHARGEN_PORT |
The character generator port value of 19 according to RFC 864.
|
static int |
DEFAULT_PORT |
The default chargen port.
|
static int |
NETSTAT_PORT |
The netstat port value of 19.
|
static int |
QUOTE_OF_DAY_PORT |
The quote of the day port value of 17 according to RFC 865.
|
static int |
SYSTAT_PORT |
The systat port value of 11 according to RFC 866.
|
_defaultPort_, _input_, _isConnected_, _output_, _socket_, _socketFactory_, _timeout_, NETASCII_EOL
Constructor | Description |
---|---|
CharGenTCPClient() |
The default constructor for CharGenTCPClient.
|
Modifier and Type | Method | Description |
---|---|---|
java.io.InputStream |
getInputStream() |
Returns an InputStream from which the server generated data can be
read.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
_connectAction_, connect, connect, connect, connect, connect, connect, disconnect, getDefaultPort, getDefaultTimeout, getLocalAddress, getLocalPort, getRemoteAddress, getRemotePort, getSoLinger, getSoTimeout, getTcpNoDelay, isConnected, setDefaultPort, setDefaultTimeout, setSocketFactory, setSoLinger, setSoTimeout, setTcpNoDelay, verifyRemote
public static final int SYSTAT_PORT
public static final int NETSTAT_PORT
public static final int QUOTE_OF_DAY_PORT
public static final int CHARGEN_PORT
public static final int DEFAULT_PORT
public CharGenTCPClient()
DEFAULT_PORT
.public java.io.InputStream getInputStream()
disconnect
to clean up properly.