org.apache.tomcat.util.net
Interface AprEndpoint.Handler
- All Known Implementing Classes:
- AjpAprProtocol.AjpConnectionHandler
- Enclosing class:
- AprEndpoint
public static interface AprEndpoint.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
AprEndpoint.Handler.SocketState process(long socket)
event
AprEndpoint.Handler.SocketState event(long socket,
SocketStatus status)
Copyright © 2000-2009 Apache Software Foundation. All Rights Reserved.