Class WSTCPProtocolFinder

java.lang.Object
com.sun.xml.ws.transport.tcp.grizzly.WSTCPProtocolFinder
All Implemented Interfaces:
ProtocolFinder

public final class WSTCPProtocolFinder extends Object implements ProtocolFinder
A ProtocolFinder implementation that parse the available SocketChannel bytes looking for the PROTOCOL_ID bytes. An SOAP/TCP request will always start with: vnd.sun.ws.tcp This object shoudn't be called by several threads simultaneously.
Author:
Jeanfrancois Arcand, Alexey Stashok
  • Constructor Details

    • WSTCPProtocolFinder

      public WSTCPProtocolFinder()
  • Method Details