|
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.http11.AbstractHttp11Protocol
org.apache.coyote.http11.AbstractHttp11JsseProtocol
org.apache.coyote.http11.Http11Protocol
public class Http11Protocol
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 |
Http11Protocol.Http11ConnectionHandler
|
| 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 | |
|---|---|
protected Http11Protocol.Http11ConnectionHandler |
cHandler
|
| Fields inherited from class org.apache.coyote.http11.AbstractHttp11JsseProtocol |
|---|
sslImplementation |
| Fields inherited from class org.apache.coyote.http11.AbstractHttp11Protocol |
|---|
sm |
| Fields inherited from class org.apache.coyote.AbstractProtocol |
|---|
adapter, clientCertProvider, domain, endpoint, mserver, oname, processorCache, rgOname, tpOname |
| Constructor Summary | |
|---|---|
Http11Protocol()
|
|
| Method Summary | |
|---|---|
int |
getDisableKeepAlivePercentage()
|
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. |
void |
setDisableKeepAlivePercentage(int disableKeepAlivePercentage)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Http11Protocol.Http11ConnectionHandler cHandler
| Constructor Detail |
|---|
public Http11Protocol()
| Method Detail |
|---|
protected Log getLog()
AbstractProtocol
getLog in class AbstractProtocolprotected AbstractEndpoint.Handler getHandler()
AbstractProtocol
getHandler in class AbstractProtocolpublic int getDisableKeepAlivePercentage()
public void setDisableKeepAlivePercentage(int disableKeepAlivePercentage)
protected 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 | ||||||||