|
Apache Tomcat 7.0.22 | ||||||||
| 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.AjpProtocol
public class AjpProtocol
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 |
AjpProtocol.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 AbstractProcessor<S>>, AbstractProtocol.RecycledProcessors<P extends AbstractProcessor<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 | |
|---|---|
AjpProtocol()
|
|
| 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 AjpProtocol()
| Method Detail |
|---|
protected Log getLog()
AbstractProtocol
getLog in class AbstractProtocolprotected AbstractEndpoint.Handler getHandler()
AbstractProtocol
getHandler in class AbstractProtocolprotected java.lang.String getNamePrefix()
AbstractProtocol
getNamePrefix in class AbstractProtocol
|
Apache Tomcat 7.0.22 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||