|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.indy.BaseComponent | +--org.indy.IndyComponent | +--org.indy.Connection | +--org.indy.TCPServerConnection
Description of the Class
Inner classes inherited from class org.indy.Connection |
Connection.Capturable |
Inner classes inherited from class org.indy.IndyComponent |
IndyComponent.WorkMode |
Field Summary | |
protected TCPServer |
server
Description of the Field |
Fields inherited from class org.indy.Connection |
ioHandler, lastCmdResult |
Constructor Summary | |
TCPServerConnection(TCPServer server,
IOHandler handler)
Constructor for the IdTCPServerConnection object |
Method Summary | |
TCPServer |
getServer()
Gets the server attribute of the IdTCPServerConnection object |
Methods inherited from class org.indy.IndyComponent |
addComponentListener, doBeginWork, doBeginWork, doEndWork, doStatus, doStatus, doWork, getLocalName, removeComponentListener |
Methods inherited from class org.indy.BaseComponent |
getVersion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected TCPServer server
Constructor Detail |
public TCPServerConnection(TCPServer server, IOHandler handler)
server
- Description of the ParameterMethod Detail |
public TCPServer getServer()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |