Class DummyConnectorLauncher
- java.lang.Object
-
- com.sun.enterprise.web.connector.grizzly.CoyoteConnectorLauncher
-
- com.sun.enterprise.web.connector.grizzly.DummyConnectorLauncher
-
- All Implemented Interfaces:
ProtocolHandler
public class DummyConnectorLauncher extends CoyoteConnectorLauncher
Dummy Connector Launcher that doesn't start any listener like Grizzly or Coyote.- Author:
- Jean-Francois Arcand
-
-
Field Summary
-
Fields inherited from class com.sun.enterprise.web.connector.grizzly.CoyoteConnectorLauncher
adapter, attributes, blocking, compression, disableUploadTimeout, maxHttpHeaderSize, maxPostSize, requestBufferSize, secure, selectorThreadImpl, socketCloseDelay, socketFactoryName, sslImplementationName, timeout
-
-
Constructor Summary
Constructors Constructor Description DummyConnectorLauncher(boolean secure, boolean blocking, String selectorThreadImpl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()voidinit()Start the protocolvoidstart()Start the protocol.-
Methods inherited from class com.sun.enterprise.web.connector.grizzly.CoyoteConnectorLauncher
getAlgorithm, getAttribute, getBlocking, getBufferSize, getCiphers, getClientauth, getCompression, getDisableUploadTimeout, getHandler, getKeyAlias, getKeypass, getKeystore, getKeytype, getMaxHttpHeaderSize, getMaxKeepAliveRequests, getMaxPostSize, getProperty, getProtocol, getProtocols, getReportedname, getSecure, getSocketCloseDelay, getSocketFactory, getSSLImplementation, getTimeout, setAlgorithm, setAttribute, setBlocking, setBufferSize, setCiphers, setClientauth, setCompression, setDisableUploadTimeout, setHandler, setKeyAlias, setKeypass, setKeystore, setKeytype, setMaxHttpHeaderSize, setMaxKeepAliveRequests, setMaxPostSize, setProperty, setProtocol, setProtocols, setReportedname, setSecure, setSocketCloseDelay, setSocketFactory, setSSLImplementation, setTimeout, setTruststore, setTruststoreType, string2SocketFactory
-
-
-
-
Constructor Detail
-
DummyConnectorLauncher
public DummyConnectorLauncher(boolean secure, boolean blocking, String selectorThreadImpl)
-
-
Method Detail
-
init
public void init() throws ExceptionStart the protocol- Specified by:
initin interfaceProtocolHandler- Overrides:
initin classCoyoteConnectorLauncher- Throws:
Exception
-
start
public void start() throws ExceptionDescription copied from interface:ProtocolHandlerStart the protocol.- Specified by:
startin interfaceProtocolHandler- Overrides:
startin classCoyoteConnectorLauncher- Throws:
Exception
-
destroy
public void destroy() throws Exception- Specified by:
destroyin interfaceProtocolHandler- Overrides:
destroyin classCoyoteConnectorLauncher- Throws:
Exception
-
-