org.apache.tomcat.util.net
Interface NioEndpoint.Handler
- Enclosing class:
- NioEndpoint
- public static interface NioEndpoint.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
NioEndpoint.Handler.SocketState process(NioChannel socket)
- 
 
event
NioEndpoint.Handler.SocketState event(NioChannel socket,
                                      SocketStatus status)
- 
 
releaseCaches
void releaseCaches()
- 
 
release
void release(NioChannel socket)
- 
 
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.