Uses of Interface
org.apache.tomcat.util.net.TcpConnectionHandler

Packages that use TcpConnectionHandler
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 TcpConnectionHandler in org.apache.tomcat.modules.server
 

Classes in org.apache.tomcat.modules.server that implement TcpConnectionHandler
 class Ajp12Interceptor
           
 class Ajp13Interceptor
           
 class Http10Interceptor
          Standalone http.
 

Uses of TcpConnectionHandler in org.apache.tomcat.util.net
 

Methods in org.apache.tomcat.util.net that return TcpConnectionHandler
 TcpConnectionHandler PoolTcpEndpoint.getConnectionHandler()
           
 

Methods in org.apache.tomcat.util.net with parameters of type TcpConnectionHandler
 void PoolTcpEndpoint.setConnectionHandler(TcpConnectionHandler handler)
           
 



Copyright ? 2001 Apache Software Foundation. All Rights Reserved.