org.apache.tomcat.util.net
Interface JIoEndpoint.Handler

All Known Implementing Classes:
AjpProtocol.AjpConnectionHandler, Http11Protocol.Http11ConnectionHandler
Enclosing class:
JIoEndpoint

public static interface JIoEndpoint.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 JIoEndpoint.Handler.SocketState
           
 
Method Summary
 JIoEndpoint.Handler.SocketState event(java.net.Socket socket, SocketStatus status)
           
 JIoEndpoint.Handler.SocketState process(java.net.Socket socket)
           
 

Method Detail

process

JIoEndpoint.Handler.SocketState process(java.net.Socket socket)

event

JIoEndpoint.Handler.SocketState event(java.net.Socket socket,
                                      SocketStatus status)


Copyright © 2000-2009 Apache Software Foundation. All Rights Reserved.