Package org.apache.tomcat.util.net

Interface Summary
AprEndpoint.Handler Bare bones interface used for socket processing.
JIoEndpoint.Handler Bare bones interface used for socket processing.
SSLSupport  
 

Class Summary
AprEndpoint APR endpoint, providing the following services: Socket acceptor thread Socket poller thread Sendfile thread Simple Worker thread pool, with possible use of executors
AprEndpoint.SendfileData SendfileData class.
AprEndpoint.SocketInfo Socket list class, used to avoid using a possibly large amount of objects with very little actual use.
JIoEndpoint Handle incoming TCP connections.
JIoEndpoint.SocketInfo Socket list class, used to avoid using a possibly large amount of objects with very little actual use.
ServerSocketFactory This class creates server sockets.
SSLImplementation  
SSLSupport.CipherData Simple data class that represents the cipher being used, along with the corresponding effective key size.
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.
 

Enum Summary
AprEndpoint.Handler.SocketState  
JIoEndpoint.Handler.SocketState  
SocketStatus Someone, please change the enum name.
 



Copyright © 2000-2009 Apache Software Foundation. All Rights Reserved.