|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.citycolor.net.telnet.TelnetClientConnection
A Standard Telnet Connection implementation. This class uses the TelnetReader to handle server-sent end of lines appropriately.
| Field Summary | |
|---|---|
java.net.Socket |
commSocket
|
TelnetReader |
reader
|
java.io.PrintWriter |
writer
|
| Constructor Summary | |
|---|---|
TelnetClientConnection(java.net.InetAddress ip,
int port)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final java.net.Socket commSocket
public final java.io.PrintWriter writer
public final TelnetReader reader
| Constructor Detail |
|---|
public TelnetClientConnection(java.net.InetAddress ip,
int port)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||