org.apache.coyote.http11
Class AbstractHttp11JsseProtocol
java.lang.Object
org.apache.coyote.AbstractProtocol
org.apache.coyote.http11.AbstractHttp11Protocol
org.apache.coyote.http11.AbstractHttp11JsseProtocol
- All Implemented Interfaces:
- MBeanRegistration, ProtocolHandler
- Direct Known Subclasses:
- Http11NioProtocol, Http11Protocol
public abstract class AbstractHttp11JsseProtocol
- extends AbstractHttp11Protocol
Methods inherited from class org.apache.coyote.http11.AbstractHttp11Protocol |
getCompressableMimeType, getCompressableMimeTypes, getCompression, getCompressionMinSize, getConnectionUploadTimeout, getDisableUploadTimeout, getMaxHttpHeaderSize, getMaxKeepAliveRequests, getMaxSavePostSize, getMaxTrailerSize, getNoCompressionUserAgents, getProtocolName, getRestrictedUserAgents, getSecure, getServer, getSocketBuffer, isSSLEnabled, setCompressableMimeType, setCompressableMimeTypes, setCompression, setCompressionMinSize, setConnectionUploadTimeout, setDisableUploadTimeout, setMaxHttpHeaderSize, setMaxKeepAliveRequests, setMaxSavePostSize, setMaxTrailerSize, setNoCompressionUserAgents, setRestrictedUserAgents, setSecure, setServer, setSocketBuffer, setSSLEnabled |
Methods inherited from class org.apache.coyote.AbstractProtocol |
destroy, getAdapter, getAddress, getBacklog, getClientCertProvider, getConnectionTimeout, getDomain, getExecutor, getHandler, getKeepAliveTimeout, getLocalPort, getLog, getMaxConnections, getMaxHeaderCount, getMaxThreads, getMinSpareThreads, getName, getNameIndex, getNamePrefix, getObjectName, getPort, getProcessorCache, getProperty, getSoLinger, getSoTimeout, getTcpNoDelay, getThreadPriority, pause, postDeregister, postRegister, preDeregister, preRegister, resume, setAdapter, setAddress, setBacklog, setClientCertProvider, setConnectionTimeout, setExecutor, setKeepAliveTimeout, setMaxConnections, setMaxHeaderCount, setMaxThreads, setMinSpareThreads, setPort, setProcessorCache, setProperty, setSoLinger, setSoTimeout, setTcpNoDelay, setThreadPriority, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sslImplementation
protected SSLImplementation sslImplementation
AbstractHttp11JsseProtocol
public AbstractHttp11JsseProtocol()
getAlgorithm
public String getAlgorithm()
setAlgorithm
public void setAlgorithm(String s)
getClientAuth
public String getClientAuth()
setClientAuth
public void setClientAuth(String s)
getKeystoreFile
public String getKeystoreFile()
setKeystoreFile
public void setKeystoreFile(String s)
getKeystorePass
public String getKeystorePass()
setKeystorePass
public void setKeystorePass(String s)
getKeystoreType
public String getKeystoreType()
setKeystoreType
public void setKeystoreType(String s)
getKeystoreProvider
public String getKeystoreProvider()
setKeystoreProvider
public void setKeystoreProvider(String s)
getSslProtocol
public String getSslProtocol()
setSslProtocol
public void setSslProtocol(String s)
getCiphers
public String getCiphers()
setCiphers
public void setCiphers(String s)
getKeyAlias
public String getKeyAlias()
setKeyAlias
public void setKeyAlias(String s)
getKeyPass
public String getKeyPass()
setKeyPass
public void setKeyPass(String s)
setTruststoreFile
public void setTruststoreFile(String f)
getTruststoreFile
public String getTruststoreFile()
setTruststorePass
public void setTruststorePass(String p)
getTruststorePass
public String getTruststorePass()
setTruststoreType
public void setTruststoreType(String t)
getTruststoreType
public String getTruststoreType()
setTruststoreProvider
public void setTruststoreProvider(String t)
getTruststoreProvider
public String getTruststoreProvider()
setTruststoreAlgorithm
public void setTruststoreAlgorithm(String a)
getTruststoreAlgorithm
public String getTruststoreAlgorithm()
setTrustMaxCertLength
public void setTrustMaxCertLength(String s)
getTrustMaxCertLength
public String getTrustMaxCertLength()
setCrlFile
public void setCrlFile(String s)
getCrlFile
public String getCrlFile()
setSessionCacheSize
public void setSessionCacheSize(String s)
getSessionCacheSize
public String getSessionCacheSize()
setSessionTimeout
public void setSessionTimeout(String s)
getSessionTimeout
public String getSessionTimeout()
setAllowUnsafeLegacyRenegotiation
public void setAllowUnsafeLegacyRenegotiation(String s)
getAllowUnsafeLegacyRenegotiation
public String getAllowUnsafeLegacyRenegotiation()
getSslImplementationName
public String getSslImplementationName()
setSslImplementationName
public void setSslImplementationName(String s)
init
public void init()
throws Exception
- Description copied from interface:
ProtocolHandler
- Initialise the protocol.
- Specified by:
init
in interface ProtocolHandler
- Overrides:
init
in class AbstractProtocol
- Throws:
Exception
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.