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

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

Fields in org.apache.tomcat.modules.server declared as PoolTcpEndpoint
protected  PoolTcpEndpoint PoolTcpConnector.ep
           
 

Methods in org.apache.tomcat.modules.server that return PoolTcpEndpoint
 PoolTcpEndpoint PoolTcpConnector.getEndpoint()
           
 

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

Methods in org.apache.tomcat.util.net that return PoolTcpEndpoint
 PoolTcpEndpoint TcpConnection.getEndpoint()
           
 

Methods in org.apache.tomcat.util.net with parameters of type PoolTcpEndpoint
 void TcpConnection.setEndpoint(PoolTcpEndpoint endpoint)
           
 



Copyright ? 2001 Apache Software Foundation. All Rights Reserved.