org.apache.tomcat.util.net
Interface NioEndpoint.Handler
- All Superinterfaces: 
 - AbstractEndpoint.Handler
 
- All Known Implementing Classes: 
 - AjpNioProtocol.AjpConnectionHandler, Http11NioProtocol.Http11ConnectionHandler
 
- Enclosing class:
 - NioEndpoint
 
public static interface NioEndpoint.Handler
- extends AbstractEndpoint.Handler
 
Bare bones interface used for socket processing. Per thread data is to be
 stored in the ThreadWithAttributes extra folders, or alternately in
 thread local fields.
 
 
 
 
process
AbstractEndpoint.Handler.SocketState process(SocketWrapper<NioChannel> socket,
                                             SocketStatus status)
 
 
release
void release(SocketWrapper<NioChannel> socket)
 
 
release
void release(SocketChannel socket)
 
 
getSslImplementation
SSLImplementation getSslImplementation()
 
 
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.