com.sun.xml.ws.transport.tcp.util
Class ChannelZeroContext

java.lang.Object
  extended by com.sun.xml.ws.transport.tcp.util.ChannelContext
      extended by com.sun.xml.ws.transport.tcp.util.ChannelZeroContext
All Implemented Interfaces:
WSTCPFastInfosetStreamReaderRecyclable.RecycleAwareListener

public class ChannelZeroContext
extends ChannelContext


Constructor Summary
ChannelZeroContext(ConnectionSession connectionSession)
           
 
Method Summary
 
Methods inherited from class com.sun.xml.ws.transport.tcp.util.ChannelContext
configureCodec, decodeMimeType, decodeParam, encodeMimeType, encodeParam, getChannelId, getChannelSettings, getCodec, getConnection, getConnectionSession, getContentType, getTargetWSURI, getWSServiceName, onRecycled, setContentType, setWSServiceName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChannelZeroContext

public ChannelZeroContext(@NotNull
                          ConnectionSession connectionSession)