|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TcpConnectionHandler
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 |
---|
void setServer(java.lang.Object manager)
void setAttribute(java.lang.String name, java.lang.Object value)
java.lang.Object[] init()
void processConnection(TcpConnection connection, java.lang.Object[] thData)
|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |