|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.coyote.AbstractProtocol org.apache.coyote.http11.AbstractHttp11Protocol org.apache.coyote.http11.Http11AprProtocol
public class Http11AprProtocol
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 |
Http11AprProtocol.Http11ConnectionHandler
|
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.http11.AbstractHttp11Protocol |
---|
sm |
Fields inherited from class org.apache.coyote.AbstractProtocol |
---|
adapter, clientCertProvider, domain, endpoint, mserver, oname, processorCache, rgOname, tpOname |
Constructor Summary | |
---|---|
Http11AprProtocol()
|
Method Summary | |
---|---|
boolean |
getDeferAccept()
|
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 String |
getNamePrefix()
Obtain the prefix to be used when construction a name for this protocol handler. |
int |
getPollerSize()
|
int |
getPollerThreadCount()
|
int |
getPollTime()
|
int |
getSendfileSize()
|
int |
getSendfileThreadCount()
|
String |
getSSLCACertificateFile()
SSL CA certificate file. |
String |
getSSLCACertificatePath()
SSL CA certificate path. |
String |
getSSLCARevocationFile()
SSL CA revocation file. |
String |
getSSLCARevocationPath()
SSL CA revocation path. |
String |
getSSLCertificateChainFile()
SSL certificate chain file. |
String |
getSSLCertificateFile()
SSL certificate file. |
String |
getSSLCertificateKeyFile()
SSL certificate key file. |
String |
getSSLCipherSuite()
SSL cipher suite. |
String |
getSSLPassword()
SSL password (if a cert is encrypted, and no password has been provided, a callback will ask for a password). |
String |
getSSLProtocol()
SSL protocol. |
String |
getSSLVerifyClient()
SSL verify client. |
int |
getSSLVerifyDepth()
SSL verify depth. |
boolean |
getUseSendfile()
|
void |
setDeferAccept(boolean deferAccept)
|
void |
setPollerSize(int pollerSize)
|
void |
setPollerThreadCount(int pollerThreadCount)
|
void |
setPollTime(int pollTime)
|
void |
setSendfileSize(int sendfileSize)
|
void |
setSendfileThreadCount(int sendfileThreadCount)
|
void |
setSSLCACertificateFile(String SSLCACertificateFile)
|
void |
setSSLCACertificatePath(String SSLCACertificatePath)
|
void |
setSSLCARevocationFile(String SSLCARevocationFile)
|
void |
setSSLCARevocationPath(String SSLCARevocationPath)
|
void |
setSSLCertificateChainFile(String SSLCertificateChainFile)
|
void |
setSSLCertificateFile(String SSLCertificateFile)
|
void |
setSSLCertificateKeyFile(String SSLCertificateKeyFile)
|
void |
setSSLCipherSuite(String SSLCipherSuite)
|
void |
setSSLPassword(String SSLPassword)
|
void |
setSSLProtocol(String SSLProtocol)
|
void |
setSSLVerifyClient(String SSLVerifyClient)
|
void |
setSSLVerifyDepth(int SSLVerifyDepth)
|
void |
setUseSendfile(boolean useSendfile)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Http11AprProtocol()
Method Detail |
---|
protected Log getLog()
AbstractProtocol
getLog
in class AbstractProtocol
protected AbstractEndpoint.Handler getHandler()
AbstractProtocol
getHandler
in class AbstractProtocol
public boolean getUseSendfile()
public void setUseSendfile(boolean useSendfile)
public int getPollTime()
public void setPollTime(int pollTime)
public void setPollerSize(int pollerSize)
public int getPollerSize()
public void setPollerThreadCount(int pollerThreadCount)
public int getPollerThreadCount()
public int getSendfileSize()
public void setSendfileSize(int sendfileSize)
public void setSendfileThreadCount(int sendfileThreadCount)
public int getSendfileThreadCount()
public boolean getDeferAccept()
public void setDeferAccept(boolean deferAccept)
public String getSSLProtocol()
public void setSSLProtocol(String SSLProtocol)
public String getSSLPassword()
public void setSSLPassword(String SSLPassword)
public String getSSLCipherSuite()
public void setSSLCipherSuite(String SSLCipherSuite)
public String getSSLCertificateFile()
public void setSSLCertificateFile(String SSLCertificateFile)
public String getSSLCertificateKeyFile()
public void setSSLCertificateKeyFile(String SSLCertificateKeyFile)
public String getSSLCertificateChainFile()
public void setSSLCertificateChainFile(String SSLCertificateChainFile)
public String getSSLCACertificatePath()
public void setSSLCACertificatePath(String SSLCACertificatePath)
public String getSSLCACertificateFile()
public void setSSLCACertificateFile(String SSLCACertificateFile)
public String getSSLCARevocationPath()
public void setSSLCARevocationPath(String SSLCARevocationPath)
public String getSSLCARevocationFile()
public void setSSLCARevocationFile(String SSLCARevocationFile)
public String getSSLVerifyClient()
public void setSSLVerifyClient(String SSLVerifyClient)
public int getSSLVerifyDepth()
public void setSSLVerifyDepth(int SSLVerifyDepth)
protected String getNamePrefix()
AbstractProtocol
getNamePrefix
in class AbstractProtocol
|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |