com.sun.xml.ws.transport.tcp.server.tomcat
Class WSTCPTomcatProtocolHandlerBase
java.lang.Object
com.sun.xml.ws.transport.tcp.server.tomcat.WSTCPTomcatProtocolHandlerBase
- All Implemented Interfaces:
- Runnable, org.apache.coyote.ProtocolHandler
- Direct Known Subclasses:
- WSTCPGrizzly10ProtocolHandler
public abstract class WSTCPTomcatProtocolHandlerBase
- extends Object
- implements org.apache.coyote.ProtocolHandler, Runnable
SOAP/TCP implementation of Tomcat ProtocolHandler, based on Grizzly 1.0
- Author:
- Alexey Stashok
| Methods inherited from interface org.apache.coyote.ProtocolHandler |
destroy |
| Methods inherited from interface java.lang.Runnable |
run |
port
protected int port
redirectHttpPort
protected int redirectHttpPort
readThreadsCount
protected int readThreadsCount
maxWorkerThreadsCount
protected int maxWorkerThreadsCount
minWorkerThreadsCount
protected int minWorkerThreadsCount
WSTCPTomcatProtocolHandlerBase
public WSTCPTomcatProtocolHandlerBase()
setAttribute
public void setAttribute(String string,
Object object)
- Specified by:
setAttribute in interface org.apache.coyote.ProtocolHandler
getAttribute
public Object getAttribute(String string)
- Specified by:
getAttribute in interface org.apache.coyote.ProtocolHandler
getAttributeNames
public Iterator getAttributeNames()
setAdapter
public void setAdapter(org.apache.coyote.Adapter adapter)
- Specified by:
setAdapter in interface org.apache.coyote.ProtocolHandler
getAdapter
public org.apache.coyote.Adapter getAdapter()
- Specified by:
getAdapter in interface org.apache.coyote.ProtocolHandler
init
public void init()
throws Exception
- Specified by:
init in interface org.apache.coyote.ProtocolHandler
- Throws:
Exception
start
public void start()
throws Exception
- Specified by:
start in interface org.apache.coyote.ProtocolHandler
- Throws:
Exception
resume
public void resume()
throws Exception
- Throws:
Exception
pause
public void pause()
throws Exception
- 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()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.