com.sun.xml.ws.transport.tcp.server.tomcat.grizzly10
Class WSTCPGrizzly10ProtocolHandler

java.lang.Object
  extended by com.sun.xml.ws.transport.tcp.server.tomcat.WSTCPTomcatProtocolHandlerBase
      extended by com.sun.xml.ws.transport.tcp.server.tomcat.grizzly10.WSTCPGrizzly10ProtocolHandler
All Implemented Interfaces:
java.lang.Runnable, org.apache.coyote.ProtocolHandler

public class WSTCPGrizzly10ProtocolHandler
extends WSTCPTomcatProtocolHandlerBase


Field Summary
 
Fields inherited from class com.sun.xml.ws.transport.tcp.server.tomcat.WSTCPTomcatProtocolHandlerBase
maxWorkerThreadsCount, minWorkerThreadsCount, port, readThreadsCount, redirectHttpPort
 
Constructor Summary
WSTCPGrizzly10ProtocolHandler()
           
 
Method Summary
 void destroy()
           
 void init()
           
 void run()
           
 
Methods inherited from class com.sun.xml.ws.transport.tcp.server.tomcat.WSTCPTomcatProtocolHandlerBase
getAdapter, getAttribute, getAttributeNames, getMaxWorkerThreadsCount, getMinWorkerThreadsCount, getPort, getReadThreadsCount, getRedirectHttpPort, pause, resume, setAdapter, setAttribute, setMaxWorkerThreadsCount, setMinWorkerThreadsCount, setPort, setReadThreadsCount, setRedirectHttpPort, start, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WSTCPGrizzly10ProtocolHandler

public WSTCPGrizzly10ProtocolHandler()
Method Detail

init

public void init()
          throws java.lang.Exception
Specified by:
init in interface org.apache.coyote.ProtocolHandler
Overrides:
init in class WSTCPTomcatProtocolHandlerBase
Throws:
java.lang.Exception

run

public void run()

destroy

public void destroy()
             throws java.lang.Exception
Throws:
java.lang.Exception