| com.sun.xml.ws.transport.tcp.grizzly.WSTCPStreamAlgorithm
WSTCPStreamAlgorithm | final public class WSTCPStreamAlgorithm extends StreamAlgorithmBase (Code) | | author: Alexey Stashok |
getByteBuffer | public ByteBuffer getByteBuffer()(Code) | | |
getHandler | public Handler getHandler()(Code) | | |
parse | public boolean parse(ByteBuffer byteBuffer)(Code) | | |
recycle | public void recycle()(Code) | | |
setPort | public void setPort(int port)(Code) | | Algorith is usually created with Class.newInstance -> its port
is not set before,
but port value is required in handler's constructor
|
|
|