|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.transport.tcp.grizzly.WSTCPProtocolFinder
public final class WSTCPProtocolFinder
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.
Constructor Summary | |
---|---|
WSTCPProtocolFinder()
|
Method Summary | |
---|---|
void |
find(com.sun.enterprise.web.portunif.util.ProtocolInfo protocolInfo)
Try to find the protocol from the SocketChannel bytes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSTCPProtocolFinder()
Method Detail |
---|
public void find(@NotNull com.sun.enterprise.web.portunif.util.ProtocolInfo protocolInfo) throws java.io.IOException
SocketChannel
bytes.
find
in interface com.sun.enterprise.web.portunif.ProtocolFinder
selectionKey
- The key from which the SocketChannel can be retrieved.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |