Package | Description |
---|---|
org.eclipse.ecf.provider.comm | |
org.eclipse.ecf.provider.comm.tcp | |
org.eclipse.ecf.provider.generic |
Modifier and Type | Method and Description |
---|---|
Serializable |
IConnectRequestHandler.handleConnectRequest(Socket aSocket,
String target,
Serializable data,
ISynchAsynchConnection conn)
Handle a connect request from remote client
|
Modifier and Type | Class and Description |
---|---|
class |
Client |
class |
SSLClient |
Modifier and Type | Field and Description |
---|---|
protected ISynchAsynchConnection |
ClientSOContainer.connection |
Modifier and Type | Method and Description |
---|---|
protected ISynchAsynchConnection |
SSLClientSOContainer.createConnection(ID remoteSpace,
Object data) |
protected ISynchAsynchConnection |
TCPClientSOContainer.createConnection(ID remoteSpace,
Object data) |
protected abstract ISynchAsynchConnection |
ClientSOContainer.createConnection(ID targetID,
Object data)
Create connection instance.
|
protected ISynchAsynchConnection |
ClientSOContainer.getConnection() |
Modifier and Type | Method and Description |
---|---|
protected ContainerMessage |
ServerSOContainer.acceptNewClient(Socket socket,
String target,
Serializable data,
ISynchAsynchConnection conn) |
Serializable |
TCPServerSOContainer.handleConnectRequest(Socket socket,
String target,
Serializable data,
ISynchAsynchConnection conn) |
Serializable |
SSLServerSOContainer.handleConnectRequest(Socket socket,
String target,
Serializable data,
ISynchAsynchConnection conn) |
Copyright © 2004–2020 Eclipse Foundation. All rights reserved.