|
Apache Tomcat 7.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.coyote.http11.AbstractHttp11Protocol
public abstract class AbstractHttp11Protocol
Field Summary | |
---|---|
protected Adapter |
adapter
The adapter, used to call the connector. |
protected HashMap<String,Object> |
attributes
|
protected String |
domain
|
protected AbstractEndpoint |
endpoint
|
protected MBeanServer |
mserver
|
protected ObjectName |
oname
|
protected ObjectName |
rgOname
|
protected static StringManager |
sm
The string manager for this package. |
protected SSLImplementation |
sslImplementation
|
protected ObjectName |
tpOname
|
Constructor Summary | |
---|---|
AbstractHttp11Protocol()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final StringManager sm
protected ObjectName tpOname
protected ObjectName rgOname
protected AbstractEndpoint endpoint
protected SSLImplementation sslImplementation
protected Adapter adapter
protected HashMap<String,Object> attributes
protected String domain
protected ObjectName oname
protected MBeanServer mserver
Constructor Detail |
---|
public AbstractHttp11Protocol()
Method Detail |
---|
protected abstract Log getLog()
public void setAdapter(Adapter adapter)
ProtocolHandler
setAdapter
in interface ProtocolHandler
public Adapter getAdapter()
getAdapter
in interface ProtocolHandler
public void setAttribute(String name, Object value)
setAttribute
in interface ProtocolHandler
public Object getAttribute(String key)
getAttribute
in interface ProtocolHandler
public Iterator<String> getAttributeNames()
getAttributeNames
in interface ProtocolHandler
public boolean setProperty(String name, String value)
public String getProperty(String name)
public InetAddress getAddress()
public void setAddress(InetAddress ia)
public String getName()
public void pause() throws Exception
ProtocolHandler
pause
in interface ProtocolHandler
Exception
public void resume() throws Exception
ProtocolHandler
resume
in interface ProtocolHandler
Exception
public void destroy() throws Exception
ProtocolHandler
destroy
in interface ProtocolHandler
Exception
public boolean isSSLEnabled()
public void setSSLEnabled(boolean SSLEnabled)
public boolean getSecure()
public void setSecure(boolean b)
public int getProcessorCache()
public void setProcessorCache(int processorCache)
public int getSocketBuffer()
public void setSocketBuffer(int socketBuffer)
public int getMaxKeepAliveRequests()
public void setMaxKeepAliveRequests(int mkar)
public boolean getKeepAlive()
public void setKeepAlive(boolean keepAlive)
public void setKeepAliveTimeout(int keepAliveTimeout)
public int getKeepAliveTimeout()
public int getTimeout()
public void setTimeout(int timeout)
public int getConnectionTimeout()
public void setConnectionTimeout(int timeout)
public int getSoTimeout()
public void setSoTimeout(int i)
public int getMaxSavePostSize()
public void setMaxSavePostSize(int valueI)
public int getMaxHttpHeaderSize()
public void setMaxHttpHeaderSize(int valueI)
public boolean getDisableUploadTimeout()
public void setDisableUploadTimeout(boolean isDisabled)
public String getCompression()
public void setCompression(String valueS)
public String getNoCompressionUserAgents()
public void setNoCompressionUserAgents(String valueS)
public String getCompressableMimeType()
public void setCompressableMimeType(String valueS)
public String getCompressableMimeTypes()
public void setCompressableMimeTypes(String valueS)
public int getCompressionMinSize()
public void setCompressionMinSize(int valueI)
public String getRestrictedUserAgents()
public void setRestrictedUserAgents(String valueS)
public void setServer(String server)
public String getServer()
public Executor getExecutor()
ProtocolHandler
getExecutor
in interface ProtocolHandler
public void setExecutor(Executor executor)
public int getMaxThreads()
public void setMaxThreads(int maxThreads)
public int getThreadPriority()
public void setThreadPriority(int threadPriority)
public int getPort()
public void setPort(int port)
public int getBacklog()
public void setBacklog(int backlog)
public boolean getTcpNoDelay()
public void setTcpNoDelay(boolean tcpNoDelay)
public int getSoLinger()
public void setSoLinger(int soLinger)
public String getAlgorithm()
public void setAlgorithm(String s)
public String getClientAuth()
public void setClientAuth(String s)
public String getKeystoreFile()
public void setKeystoreFile(String s)
public String getKeystorePass()
public void setKeystorePass(String s)
public String getKeystoreType()
public void setKeystoreType(String s)
public String getKeystoreProvider()
public void setKeystoreProvider(String s)
public String getSslProtocol()
public void setSslProtocol(String s)
public String getCiphers()
public void setCiphers(String s)
public String getKeyAlias()
public void setKeyAlias(String s)
public String getKeyPass()
public void setKeyPass(String s)
public void setTruststoreFile(String f)
public String getTruststoreFile()
public void setTruststorePass(String p)
public String getTruststorePass()
public void setTruststoreType(String t)
public String getTruststoreType()
public void setTruststoreProvider(String t)
public String getTruststoreProvider()
public void setTruststoreAlgorithm(String a)
public String getTruststoreAlgorithm()
public void setTrustMaxCertLength(String s)
public String getTrustMaxCertLength()
public void setCrlFile(String s)
public String getCrlFile()
public void setSessionCacheSize(String s)
public String getSessionCacheSize()
public void setSessionTimeout(String s)
public String getSessionTimeout()
public void setAllowUnsafeLegacyRenegotiation(String s)
public String getAllowUnsafeLegacyRenegotiation()
public abstract void init() throws Exception
ProtocolHandler
init
in interface ProtocolHandler
Exception
public abstract void start() throws Exception
ProtocolHandler
start
in interface ProtocolHandler
Exception
public ObjectName getObjectName()
public String getDomain()
public ObjectName preRegister(MBeanServer server, ObjectName name) throws Exception
preRegister
in interface MBeanRegistration
Exception
public void postRegister(Boolean registrationDone)
postRegister
in interface MBeanRegistration
public void preDeregister() throws Exception
preDeregister
in interface MBeanRegistration
Exception
public void postDeregister()
postDeregister
in interface MBeanRegistration
|
Apache Tomcat 7.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |