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(NioChannel socket)
event
AbstractEndpoint.Handler.SocketState event(NioChannel socket,
SocketStatus status)
release
void release(NioChannel socket)
release
void release(SocketChannel socket)
getSslImplementation
SSLImplementation getSslImplementation()
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.