Uses of Class
com.sun.xml.ws.transport.tcp.util.ConnectionSession
-
Packages that use ConnectionSession Package Description com.sun.xml.ws.transport.tcp.client com.sun.xml.ws.transport.tcp.server com.sun.xml.ws.transport.tcp.util -
-
Uses of ConnectionSession in com.sun.xml.ws.transport.tcp.client
Subclasses of ConnectionSession in com.sun.xml.ws.transport.tcp.client Modifier and Type Class Description classClientConnectionSessionMethods in com.sun.xml.ws.transport.tcp.client that return ConnectionSession Modifier and Type Method Description ConnectionSessionWSConnectionManager. createConnectionSession(WSTCPURI tcpURI)Open new tcp connection and establish service virtual connectionConnectionSessionWSConnectionManager. find(ContactInfo<ConnectionSession> contactInfo, Collection<ConnectionSession> idleConnections, Collection<ConnectionSession> busyConnections)Methods in com.sun.xml.ws.transport.tcp.client with parameters of type ConnectionSession Modifier and Type Method Description voidWSConnectionManager. 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 ConnectionSession Modifier and Type Method Description ConnectionSessionWSConnectionManager. find(ContactInfo<ConnectionSession> contactInfo, Collection<ConnectionSession> idleConnections, Collection<ConnectionSession> busyConnections)ConnectionSessionWSConnectionManager. 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.server Modifier and Type Class Description classServerConnectionSessionMethods in com.sun.xml.ws.transport.tcp.server with parameters of type ConnectionSession Modifier and Type Method Description voidIncomeMessageProcessor. 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 ConnectionSession Modifier and Type Interface Description interfaceSessionCloseListener<T extends ConnectionSession>Methods in com.sun.xml.ws.transport.tcp.util that return ConnectionSession Modifier and Type Method Description ConnectionSessionWSTCPURI. createConnection()ConnectionSessionChannelContext. 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 ConnectionSession Constructor Description ChannelContext(ConnectionSession connectionSession, ChannelSettings channelSettings)ChannelZeroContext(ConnectionSession connectionSession)
-