|
Apache Tomcat 7.0.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.coyote.http11.AbstractHttp11Protocol
org.apache.coyote.http11.AbstractHttp11JsseProtocol
org.apache.coyote.http11.Http11Protocol
public class Http11Protocol
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 |
Http11Protocol.Http11ConnectionHandler
|
Field Summary | |
---|---|
protected Http11Protocol.Http11ConnectionHandler |
cHandler
|
protected ServerSocketFactory |
socketFactory
|
protected String |
socketFactoryName
Name of the socket factory. |
protected String |
sslImplementationName
Name of the SSL implementation. |
Fields inherited from class org.apache.coyote.http11.AbstractHttp11Protocol |
---|
adapter, attributes, domain, endpoint, mserver, oname, rgOname, sm, sslImplementation, tpOname |
Constructor Summary | |
---|---|
Http11Protocol()
|
Method Summary | |
---|---|
void |
destroy()
Destroy the protocol (optional). |
protected Log |
getLog()
|
String |
getSocketFactory()
|
String |
getSSLImplementation()
|
void |
init()
Initialise the protocol. |
void |
setSocketFactory(String valueS)
|
void |
setSSLImplementation(String valueS)
|
void |
start()
Start the protocol. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Http11Protocol.Http11ConnectionHandler cHandler
protected ServerSocketFactory socketFactory
protected String socketFactoryName
protected String sslImplementationName
Constructor Detail |
---|
public Http11Protocol()
Method Detail |
---|
protected Log getLog()
getLog
in class AbstractHttp11Protocol
public void init() throws Exception
ProtocolHandler
init
in interface ProtocolHandler
init
in class AbstractHttp11Protocol
Exception
public void start() throws Exception
ProtocolHandler
Exception
public void destroy() throws Exception
ProtocolHandler
destroy
in interface ProtocolHandler
destroy
in class AbstractHttp11Protocol
Exception
public String getSocketFactory()
public void setSocketFactory(String valueS)
public String getSSLImplementation()
public void setSSLImplementation(String valueS)
|
Apache Tomcat 7.0.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |