org.apache.geronimo.tomcat.connector
Interface Http11APRProtocol
- All Known Implementing Classes:
- Http11APRConnectorGBean, Https11APRConnectorGBean
public interface Http11APRProtocol
getPollTime
int getPollTime()
setPollTime
void setPollTime(int pollTime)
getPollerSize
int getPollerSize()
setPollerSize
void setPollerSize(int pollerSize)
getUseSendfile
boolean getUseSendfile()
setUseSendfile
void setUseSendfile(boolean useSendfile)
getSendfileSize
int getSendfileSize()
setSendfileSize
void setSendfileSize(int sendfileSize)
getSslProtocol
String getSslProtocol()
setSslProtocol
void setSslProtocol(String sslProtocol)
getSslCipherSuite
String getSslCipherSuite()
setSslCipherSuite
void setSslCipherSuite(String sslCipherSuite)
getSslCertificateFile
String getSslCertificateFile()
setSslCertificateFile
void setSslCertificateFile(String sslCertificateFile)
getSslCertificateKeyFile
String getSslCertificateKeyFile()
setSslCertificateKeyFile
void setSslCertificateKeyFile(String sslCertificateKeyFile)
getSslPassword
String getSslPassword()
setSslPassword
void setSslPassword(String sslPassword)
getSslVerifyClient
String getSslVerifyClient()
setSslVerifyClient
void setSslVerifyClient(String sslVerifyClient)
getSslVerifyDepth
int getSslVerifyDepth()
setSslVerifyDepth
void setSslVerifyDepth(int sslVerifyDepth)
getSslCACertificateFile
String getSslCACertificateFile()
setSslCACertificateFile
void setSslCACertificateFile(String sslCACertificateFile)
getSslCACertificatePath
String getSslCACertificatePath()
setSslCACertificatePath
void setSslCACertificatePath(String sslCACertificatePath)
getSslCertificateChainFile
String getSslCertificateChainFile()
setSslCertificateChainFile
void setSslCertificateChainFile(String sslCertificateChainFile)
getSslCARevocationFile
String getSslCARevocationFile()
setSslCARevocationFile
void setSslCARevocationFile(String sslCARevocationFile)
getSslCARevocationPath
String getSslCARevocationPath()
setSslCARevocationPath
void setSslCARevocationPath(String sslCARevocationPath)
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.