|
Apache Tomcat 7.0.33 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.coyote.AbstractProtocol
org.apache.coyote.ajp.AbstractAjpProtocol
org.apache.coyote.ajp.AjpNioProtocol
public class AjpNioProtocol
Abstract the protocol implementation, including threading, etc. Processor is single threaded and specific to stream-based protocols, will not fit Jk protocols like JNI.
Nested Class Summary | |
---|---|
protected static class |
AjpNioProtocol.AjpConnectionHandler
|
Nested classes/interfaces inherited from class org.apache.coyote.ajp.AbstractAjpProtocol |
---|
AbstractAjpProtocol.AbstractAjpConnectionHandler<S,P extends AbstractAjpProcessor<S>> |
Nested classes/interfaces inherited from class org.apache.coyote.AbstractProtocol |
---|
AbstractProtocol.AbstractConnectionHandler<S,P extends Processor<S>>, AbstractProtocol.RecycledProcessors<P extends Processor<S>,S> |
Field Summary |
---|
Fields inherited from class org.apache.coyote.ajp.AbstractAjpProtocol |
---|
packetSize, requiredSecret, sm, tomcatAuthentication |
Fields inherited from class org.apache.coyote.AbstractProtocol |
---|
adapter, clientCertProvider, domain, endpoint, mserver, oname, processorCache, rgOname, tpOname |
Constructor Summary | |
---|---|
AjpNioProtocol()
|
Method Summary | |
---|---|
protected AbstractEndpoint.Handler |
getHandler()
Obtain the handler associated with the underlying Endpoint |
protected Log |
getLog()
Concrete implementations need to provide access to their logger to be used by the abstract classes. |
protected java.lang.String |
getNamePrefix()
Obtain the prefix to be used when construction a name for this protocol handler. |
Methods inherited from class org.apache.coyote.ajp.AbstractAjpProtocol |
---|
getPacketSize, getProtocolName, getTomcatAuthentication, setPacketSize, setRequiredSecret, setTomcatAuthentication |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AjpNioProtocol()
Method Detail |
---|
protected Log getLog()
AbstractProtocol
getLog
in class AbstractProtocol
protected AbstractEndpoint.Handler getHandler()
AbstractProtocol
getHandler
in class AbstractProtocol
protected java.lang.String getNamePrefix()
AbstractProtocol
getNamePrefix
in class AbstractProtocol
|
Apache Tomcat 7.0.33 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |