Uses of Class
org.apache.tomcat.util.net.TcpConnection

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 Ajp13Interceptor.processConnection(TcpConnection connection, java.lang.Object[] thData)
           
 void Ajp12Interceptor.processConnection(TcpConnection connection, java.lang.Object[] thData)
           
 void Http10Interceptor.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.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.