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)
Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.