org.apache.tomcat.util.net
public interface TcpConnectionHandler
Modifier and Type | Method and Description |
---|---|
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
|
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)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.