org.apache.coyote.http11
Class Http11Protocol.Http11ConnectionHandler
java.lang.Object
org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
- All Implemented Interfaces:
- AbstractEndpoint.Handler, 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
getGlobal
public Object getGlobal()
- Description copied from interface:
AbstractEndpoint.Handler
- Obtain the GlobalRequestProcessor associated with the handler.
- Specified by:
getGlobal
in interface AbstractEndpoint.Handler
getSslImplementation
public SSLImplementation getSslImplementation()
- Specified by:
getSslImplementation
in interface JIoEndpoint.Handler
recycle
public void recycle()
- Description copied from interface:
AbstractEndpoint.Handler
- Recycle resources associated with the handler.
- Specified by:
recycle
in interface AbstractEndpoint.Handler
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-2011 Apache Software Foundation. All Rights Reserved.