|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface will be implemented by any object that uses TcpConnections. It is supported by the pool tcp connection manager and should be supported by future managers. The goal is to decouple the connection handler from the thread, socket and pooling complexity.
Method Summary | |
java.lang.Object[] |
init()
Called before the call to processConnection. |
void |
processConnection(TcpConnection connection,
java.lang.Object[] thData)
Assert: connection! |
void |
setAttribute(java.lang.String name,
java.lang.Object value)
Deprecated. This has nothing to do with Tcp, was used as a workaround. |
void |
setServer(java.lang.Object manager)
Deprecated. This has nothing to do with TcpHandling, was used as a workaround |
Method Detail |
public void setServer(java.lang.Object manager)
public void setAttribute(java.lang.String name, java.lang.Object value)
public java.lang.Object[] init()
public void processConnection(TcpConnection connection, java.lang.Object[] thData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |