com.sun.xml.ws.transport.tcp.grizzly
Class WSTCPFramedConnectionHandler

java.lang.Object
  extended by com.sun.xml.ws.transport.tcp.grizzly.WSTCPFramedConnectionHandler
All Implemented Interfaces:
com.sun.enterprise.web.connector.grizzly.Handler

public final class WSTCPFramedConnectionHandler
extends java.lang.Object
implements com.sun.enterprise.web.connector.grizzly.Handler


Field Summary
 
Fields inherited from interface com.sun.enterprise.web.connector.grizzly.Handler
BREAK, CONTINUE, REQUEST_BUFFERED, REQUEST_LINE_PARSED, RESPONSE_PROCEEDED
 
Constructor Summary
WSTCPFramedConnectionHandler(WSTCPStreamAlgorithm streamAlgorithm)
           
 
Method Summary
 void attachChannel(java.nio.channels.SocketChannel socketChannel)
           
 int handle(java.lang.Object request, int code)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSTCPFramedConnectionHandler

public WSTCPFramedConnectionHandler(@NotNull
                                    WSTCPStreamAlgorithm streamAlgorithm)
Method Detail

handle

public int handle(java.lang.Object request,
                  int code)
           throws java.io.IOException
Specified by:
handle in interface com.sun.enterprise.web.connector.grizzly.Handler
Throws:
java.io.IOException

attachChannel

public void attachChannel(java.nio.channels.SocketChannel socketChannel)
Specified by:
attachChannel in interface com.sun.enterprise.web.connector.grizzly.Handler