public class SpdyProxyProtocol extends AbstractProtocol<Socket>
Modifier and Type | Class and Description |
---|---|
class |
SpdyProxyProtocol.TomcatJioHandler |
AbstractProtocol.AbstractConnectionHandler<S,P extends Processor<S>>, AbstractProtocol.RecycledProcessors<P extends Processor<S>,S>
adapter, clientCertProvider, domain, endpoint, mserver, oname, processorCache, rgOname, sm, tpOname
Constructor and Description |
---|
SpdyProxyProtocol() |
Modifier and Type | Method and Description |
---|---|
protected AbstractEndpoint.Handler |
getHandler()
Obtain the handler associated with the underlying Endpoint
|
protected Log |
getLog()
Concrete implementations need to provide access to their logger to be
used by the abstract classes.
|
protected String |
getNamePrefix()
Obtain the prefix to be used when construction a name for this protocol
handler.
|
protected String |
getProtocolName()
Obtain the name of the protocol, (Http, Ajp, etc.).
|
boolean |
isCompress() |
void |
setCompress(boolean compress) |
void |
start()
Start the protocol.
|
destroy, getAdapter, getAddress, getBacklog, getClientCertProvider, getConnectionCount, getConnectionTimeout, getDomain, getExecutor, getKeepAliveTimeout, getLocalPort, getMaxConnections, getMaxHeaderCount, getMaxThreads, getMinSpareThreads, getName, getNameIndex, getObjectName, getPort, getProcessorCache, getProperty, getSoLinger, getSoTimeout, getTcpNoDelay, getThreadPriority, init, isAprRequired, isCometSupported, isCometTimeoutSupported, isSendfileSupported, pause, postDeregister, postRegister, preDeregister, preRegister, resume, setAdapter, setAddress, setBacklog, setClientCertProvider, setConnectionTimeout, setExecutor, setKeepAliveTimeout, setMaxConnections, setMaxHeaderCount, setMaxThreads, setMinSpareThreads, setPort, setProcessorCache, setProperty, setSoLinger, setSoTimeout, setTcpNoDelay, setThreadPriority, stop
protected Log getLog()
AbstractProtocol
getLog
in class AbstractProtocol<Socket>
protected String getNamePrefix()
AbstractProtocol
getNamePrefix
in class AbstractProtocol<Socket>
protected String getProtocolName()
AbstractProtocol
getProtocolName
in class AbstractProtocol<Socket>
protected AbstractEndpoint.Handler getHandler()
AbstractProtocol
getHandler
in class AbstractProtocol<Socket>
public void start() throws Exception
ProtocolHandler
start
in interface ProtocolHandler
start
in class AbstractProtocol<Socket>
Exception
public boolean isCompress()
public void setCompress(boolean compress)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.