| Package | Description |
|---|---|
| com.sun.xml.ws.transport.tcp.client | |
| com.sun.xml.ws.transport.tcp.server | |
| com.sun.xml.ws.transport.tcp.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientConnectionSession |
| Modifier and Type | Method and Description |
|---|---|
ConnectionSession |
WSConnectionManager.createConnectionSession(WSTCPURI tcpURI)
Open new tcp connection and establish service virtual connection
|
ConnectionSession |
WSConnectionManager.find(ContactInfo<ConnectionSession> contactInfo,
Collection<ConnectionSession> idleConnections,
Collection<ConnectionSession> busyConnections) |
| Modifier and Type | Method and Description |
|---|---|
void |
WSConnectionManager.abortConnection(ConnectionSession connectionSession) |
void |
WSConnectionManager.freeConnection(ConnectionSession connectionSession) |
void |
WSConnectionManager.lockConnection(ConnectionSession connectionSession) |
void |
WSConnectionManager.notifySessionClose(ConnectionSession connectionSession) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionSession |
WSConnectionManager.find(ContactInfo<ConnectionSession> contactInfo,
Collection<ConnectionSession> idleConnections,
Collection<ConnectionSession> busyConnections) |
ConnectionSession |
WSConnectionManager.find(ContactInfo<ConnectionSession> contactInfo,
Collection<ConnectionSession> idleConnections,
Collection<ConnectionSession> busyConnections) |
ConnectionSession |
WSConnectionManager.find(ContactInfo<ConnectionSession> contactInfo,
Collection<ConnectionSession> idleConnections,
Collection<ConnectionSession> busyConnections) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerConnectionSession |
| Modifier and Type | Method and Description |
|---|---|
void |
IncomeMessageProcessor.notifySessionClose(ConnectionSession connectionSession)
Close callback method
Will be called by Connection.close() to let IncomeMessageProcessor
remove the correspondent session from Map
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SessionCloseListener<T extends ConnectionSession> |
| Modifier and Type | Method and Description |
|---|---|
ConnectionSession |
WSTCPURI.createConnection() |
ConnectionSession |
ChannelContext.getConnectionSession()
Return TCP session object where which this virual channel is open on
|
| Constructor and Description |
|---|
ChannelContext(ConnectionSession connectionSession,
ChannelSettings channelSettings) |
ChannelZeroContext(ConnectionSession connectionSession) |
Copyright © 2005–2018 Oracle Corporation. All rights reserved.