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