Uses of Class
com.sun.xml.ws.transport.tcp.util.ConnectionSession
Packages that use ConnectionSession
Package
Description
-
Uses of ConnectionSession in com.sun.xml.ws.transport.tcp.client
Subclasses of ConnectionSession in com.sun.xml.ws.transport.tcp.clientMethods in com.sun.xml.ws.transport.tcp.client that return ConnectionSessionModifier and TypeMethodDescriptionWSConnectionManager.createConnectionSession(WSTCPURI tcpURI) Open new tcp connection and establish service virtual connectionWSConnectionManager.find(ContactInfo<ConnectionSession> contactInfo, Collection<ConnectionSession> idleConnections, Collection<ConnectionSession> busyConnections) Methods in com.sun.xml.ws.transport.tcp.client with parameters of type ConnectionSessionModifier and TypeMethodDescriptionvoidWSConnectionManager.abortConnection(ConnectionSession connectionSession) voidWSConnectionManager.freeConnection(ConnectionSession connectionSession) voidWSConnectionManager.lockConnection(ConnectionSession connectionSession) voidWSConnectionManager.notifySessionClose(ConnectionSession connectionSession) Method parameters in com.sun.xml.ws.transport.tcp.client with type arguments of type ConnectionSessionModifier and TypeMethodDescriptionWSConnectionManager.find(ContactInfo<ConnectionSession> contactInfo, Collection<ConnectionSession> idleConnections, Collection<ConnectionSession> busyConnections) WSConnectionManager.find(ContactInfo<ConnectionSession> contactInfo, Collection<ConnectionSession> idleConnections, Collection<ConnectionSession> busyConnections) -
Uses of ConnectionSession in com.sun.xml.ws.transport.tcp.server
Subclasses of ConnectionSession in com.sun.xml.ws.transport.tcp.serverMethods in com.sun.xml.ws.transport.tcp.server with parameters of type ConnectionSessionModifier and TypeMethodDescriptionvoidIncomeMessageProcessor.notifySessionClose(ConnectionSession connectionSession) Close callback method Will be called by Connection.close() to let IncomeMessageProcessor remove the correspondent session from Map -
Uses of ConnectionSession in com.sun.xml.ws.transport.tcp.util
Classes in com.sun.xml.ws.transport.tcp.util with type parameters of type ConnectionSessionMethods in com.sun.xml.ws.transport.tcp.util that return ConnectionSessionModifier and TypeMethodDescriptionWSTCPURI.createConnection()ChannelContext.getConnectionSession()Return TCP session object where which this virual channel is open onConstructors in com.sun.xml.ws.transport.tcp.util with parameters of type ConnectionSessionModifierConstructorDescriptionChannelContext(ConnectionSession connectionSession, ChannelSettings channelSettings) ChannelZeroContext(ConnectionSession connectionSession)