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 and 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_, _hostname_, _input_, _output_, _serverSocketFactory_, _socket_, _socketFactory_, _timeout_, connectTimeout, NETASCII_EOL
Constructor and Description |
---|
CharGenTCPClient()
The default constructor for CharGenTCPClient.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
getInputStream()
Returns an InputStream from which the server generated data can be
read.
|
_connectAction_, addProtocolCommandListener, connect, connect, connect, connect, connect, connect, createCommandSupport, disconnect, fireCommandSent, fireReplyReceived, getCharset, getCharsetName, getCommandSupport, getConnectTimeout, getDefaultPort, getDefaultTimeout, getKeepAlive, getLocalAddress, getLocalPort, getProxy, getReceiveBufferSize, getRemoteAddress, getRemotePort, getSendBufferSize, getServerSocketFactory, getSoLinger, getSoTimeout, getTcpNoDelay, isAvailable, isConnected, removeProtocolCommandListener, setCharset, setConnectTimeout, setDefaultPort, setDefaultTimeout, setKeepAlive, setProxy, setReceiveBufferSize, setSendBufferSize, setServerSocketFactory, 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 InputStream getInputStream()
disconnect
to clean up properly.Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.