Uses of Class
com.sun.xml.ws.transport.tcp.util.ChannelSettings

Packages that use ChannelSettings
com.sun.xml.ws.transport.tcp.util   
 

Uses of ChannelSettings in com.sun.xml.ws.transport.tcp.util
 

Methods in com.sun.xml.ws.transport.tcp.util that return ChannelSettings
 ChannelSettings ChannelContext.getChannelSettings()
          Return channel settings, which were aggreed during handshake phase
 

Constructors in com.sun.xml.ws.transport.tcp.util with parameters of type ChannelSettings
ChannelContext(ConnectionSession connectionSession, ChannelSettings channelSettings)