|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TcpConnection | |
| org.apache.tomcat.modules.server | Interceptors that are used to connect with a web server, including the standalone http implementation. |
| org.apache.tomcat.util.net | |
| Uses of TcpConnection in org.apache.tomcat.modules.server |
| Methods in org.apache.tomcat.modules.server with parameters of type TcpConnection | |
void |
Http10Interceptor.processConnection(TcpConnection connection,
java.lang.Object[] thData)
|
void |
Ajp13Interceptor.processConnection(TcpConnection connection,
java.lang.Object[] thData)
|
void |
Ajp12Interceptor.processConnection(TcpConnection connection,
java.lang.Object[] thData)
|
| Uses of TcpConnection in org.apache.tomcat.util.net |
| Methods in org.apache.tomcat.util.net with parameters of type TcpConnection | |
void |
TcpConnectionHandler.processConnection(TcpConnection connection,
java.lang.Object[] thData)
Assert: connection!=null Assert: connection.getSocket() != null Assert: thData != null and is the result of calling init() Assert: thData is preserved per Thread. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||