org.apache.coyote.http11
Class Http11Protocol.Http11ConnectionHandler
java.lang.Object
org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
- All Implemented Interfaces:
- JIoEndpoint.Handler
- Enclosing class:
- Http11Protocol
protected static class Http11Protocol.Http11ConnectionHandler
- extends Object
- implements JIoEndpoint.Handler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
proto
protected Http11Protocol proto
registerCount
protected AtomicLong registerCount
global
protected RequestGroupInfo global
connections
protected ConcurrentHashMap<SocketWrapper<Socket>,Http11Processor> connections
recycledProcessors
protected ConcurrentLinkedQueue<Http11Processor> recycledProcessors
process
public AbstractEndpoint.Handler.SocketState process(SocketWrapper<Socket> socket)
- Specified by:
process
in interface JIoEndpoint.Handler
process
public AbstractEndpoint.Handler.SocketState process(SocketWrapper<Socket> socket,
SocketStatus status)
- Specified by:
process
in interface JIoEndpoint.Handler
createProcessor
protected Http11Processor createProcessor()
register
protected void register(Http11Processor processor)
unregister
protected void unregister(Http11Processor processor)
Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.