org.apache.commons.net.chargen
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.
| Field Summary | |
|---|---|
| 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. |
| Constructor Summary | |
|---|---|
| CharGenTCPClient()
The default constructor for CharGenTCPClient. | |
| Method Summary | |
|---|---|
| InputStream | getInputStream()
Returns an InputStream from which the server generated data can be
read. |
DEFAULT_PORT .
disconnect
to clean up properly.
Returns: An InputStream from which the server generated data can be read.