Uses of Package
org.apache.tomcat.util.net

Packages that use org.apache.tomcat.util.net
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   
 

Classes in org.apache.tomcat.util.net used by org.apache.tomcat.modules.server
PoolTcpEndpoint
          Handle incoming TCP connections.
ServerSocketFactory
          This class creates server sockets.
SSLImplementation
           
TcpConnection
           
TcpConnectionHandler
          This interface will be implemented by any object that uses TcpConnections.
 

Classes in org.apache.tomcat.util.net used by org.apache.tomcat.util.net
PoolTcpEndpoint
          Handle incoming TCP connections.
ServerSocketFactory
          This class creates server sockets.
SSLImplementation
           
SSLSupport
           
TcpConnection
           
TcpConnectionHandler
          This interface will be implemented by any object that uses TcpConnections.
URL
          URL is designed to provide public APIs for parsing and synthesizing Uniform Resource Locators as similar as possible to the APIs of java.net.URL, but without the ability to open a stream or connection.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.