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.


Nested Class Summary
static class NioEndpoint.Handler.SocketState
           
 
Method Summary
 NioEndpoint.Handler.SocketState event(NioChannel socket, SocketStatus status)
           
 NioEndpoint.Handler.SocketState process(NioChannel socket)
           
 

Method Detail

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.