Class WSTCPTomcatProtocolHandlerBase
- java.lang.Object
-
- com.sun.xml.ws.transport.tcp.server.tomcat.WSTCPTomcatProtocolHandlerBase
-
-
Field Summary
Fields Modifier and Type Field Description protected intmaxWorkerThreadsCountprotected intminWorkerThreadsCountprotected intportprotected intreadThreadsCountprotected intredirectHttpPort
-
Constructor Summary
Constructors Constructor Description WSTCPTomcatProtocolHandlerBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.coyote.AdaptergetAdapter()ObjectgetAttribute(String string)IteratorgetAttributeNames()intgetMaxWorkerThreadsCount()intgetMinWorkerThreadsCount()intgetPort()intgetReadThreadsCount()intgetRedirectHttpPort()voidinit()voidpause()voidresume()voidsetAdapter(org.apache.coyote.Adapter adapter)voidsetAttribute(String string, Object object)voidsetMaxWorkerThreadsCount(int maxWorkerThreadsCount)voidsetMinWorkerThreadsCount(int minWorkerThreadsCount)voidsetPort(int port)voidsetReadThreadsCount(int readThreadsCount)voidsetRedirectHttpPort(int redirectHttpPort)voidstart()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.coyote.ProtocolHandler
addSslHostConfig, addUpgradeProtocol, awaitConnectionsClose, closeServerSocketGraceful, destroy, findSslHostConfigs, findUpgradeProtocols, getDesiredBufferSize, getExecutor, getUtilityExecutor, isAprRequired, isSendfileSupported, setExecutor, setUtilityExecutor, stop
-
-
-
-
Method Detail
-
getAttributeNames
public Iterator getAttributeNames()
-
setAdapter
public void setAdapter(org.apache.coyote.Adapter adapter)
- Specified by:
setAdapterin interfaceorg.apache.coyote.ProtocolHandler
-
getAdapter
public org.apache.coyote.Adapter getAdapter()
- Specified by:
getAdapterin interfaceorg.apache.coyote.ProtocolHandler
-
init
public void init() throws Exception- Specified by:
initin interfaceorg.apache.coyote.ProtocolHandler- Throws:
Exception
-
start
public void start() throws Exception- Specified by:
startin interfaceorg.apache.coyote.ProtocolHandler- Throws:
Exception
-
resume
public void resume() throws Exception- Specified by:
resumein interfaceorg.apache.coyote.ProtocolHandler- Throws:
Exception
-
pause
public void pause() throws Exception- Specified by:
pausein interfaceorg.apache.coyote.ProtocolHandler- Throws:
Exception
-
setPort
public void setPort(int port)
-
getPort
public int getPort()
-
setReadThreadsCount
public void setReadThreadsCount(int readThreadsCount)
-
getReadThreadsCount
public int getReadThreadsCount()
-
setMaxWorkerThreadsCount
public void setMaxWorkerThreadsCount(int maxWorkerThreadsCount)
-
getMaxWorkerThreadsCount
public int getMaxWorkerThreadsCount()
-
setMinWorkerThreadsCount
public void setMinWorkerThreadsCount(int minWorkerThreadsCount)
-
getMinWorkerThreadsCount
public int getMinWorkerThreadsCount()
-
setRedirectHttpPort
public void setRedirectHttpPort(int redirectHttpPort)
-
getRedirectHttpPort
public int getRedirectHttpPort()
-
-