Apache Tomcat 7.0.4

org.apache.coyote.http11
Class AbstractHttp11JsseProtocol

java.lang.Object
  extended by org.apache.coyote.http11.AbstractHttp11Protocol
      extended by org.apache.coyote.http11.AbstractHttp11JsseProtocol
All Implemented Interfaces:
MBeanRegistration, ProtocolHandler
Direct Known Subclasses:
Http11NioProtocol, Http11Protocol

public abstract class AbstractHttp11JsseProtocol
extends AbstractHttp11Protocol


Field Summary
 
Fields inherited from class org.apache.coyote.http11.AbstractHttp11Protocol
adapter, attributes, domain, endpoint, mserver, oname, rgOname, sm, sslImplementation, tpOname
 
Constructor Summary
AbstractHttp11JsseProtocol()
           
 
Method Summary
 String getAlgorithm()
           
 String getAllowUnsafeLegacyRenegotiation()
           
 String getCiphers()
           
 String getClientAuth()
           
 String getCrlFile()
           
 String getKeyAlias()
           
 String getKeyPass()
           
 String getKeystoreFile()
           
 String getKeystorePass()
           
 String getKeystoreProvider()
           
 String getKeystoreType()
           
 String getSessionCacheSize()
           
 String getSessionTimeout()
           
 String getSslProtocol()
           
 String getTrustMaxCertLength()
           
 String getTruststoreAlgorithm()
           
 String getTruststoreFile()
           
 String getTruststorePass()
           
 String getTruststoreProvider()
           
 String getTruststoreType()
           
 void setAlgorithm(String s)
           
 void setAllowUnsafeLegacyRenegotiation(String s)
           
 void setCiphers(String s)
           
 void setClientAuth(String s)
           
 void setCrlFile(String s)
           
 void setKeyAlias(String s)
           
 void setKeyPass(String s)
           
 void setKeystoreFile(String s)
           
 void setKeystorePass(String s)
           
 void setKeystoreProvider(String s)
           
 void setKeystoreType(String s)
           
 void setSessionCacheSize(String s)
           
 void setSessionTimeout(String s)
           
 void setSslProtocol(String s)
           
 void setTrustMaxCertLength(String s)
           
 void setTruststoreAlgorithm(String a)
           
 void setTruststoreFile(String f)
           
 void setTruststorePass(String p)
           
 void setTruststoreProvider(String t)
           
 void setTruststoreType(String t)
           
 
Methods inherited from class org.apache.coyote.http11.AbstractHttp11Protocol
destroy, getAdapter, getAddress, getAttribute, getAttributeNames, getBacklog, getCompressableMimeType, getCompressableMimeTypes, getCompression, getCompressionMinSize, getConnectionTimeout, getDisableUploadTimeout, getDomain, getExecutor, getKeepAlive, getKeepAliveTimeout, getLog, getMaxHttpHeaderSize, getMaxKeepAliveRequests, getMaxSavePostSize, getMaxThreads, getName, getNoCompressionUserAgents, getObjectName, getPort, getProcessorCache, getProperty, getRestrictedUserAgents, getSecure, getServer, getSocketBuffer, getSoLinger, getSoTimeout, getTcpNoDelay, getThreadPriority, getTimeout, init, isSSLEnabled, pause, postDeregister, postRegister, preDeregister, preRegister, resume, setAdapter, setAddress, setAttribute, setBacklog, setCompressableMimeType, setCompressableMimeTypes, setCompression, setCompressionMinSize, setConnectionTimeout, setDisableUploadTimeout, setExecutor, setKeepAlive, setKeepAliveTimeout, setMaxHttpHeaderSize, setMaxKeepAliveRequests, setMaxSavePostSize, setMaxThreads, setNoCompressionUserAgents, setPort, setProcessorCache, setProperty, setRestrictedUserAgents, setSecure, setServer, setSocketBuffer, setSoLinger, setSoTimeout, setSSLEnabled, setTcpNoDelay, setThreadPriority, setTimeout, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.coyote.ProtocolHandler
start
 

Constructor Detail

AbstractHttp11JsseProtocol

public AbstractHttp11JsseProtocol()
Method Detail

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()

Apache Tomcat 7.0.4

Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.