public interface IConnectRequestHandler
Modifier and Type | Method and Description |
---|---|
Serializable |
handleConnectRequest(Socket aSocket,
String target,
Serializable data,
ISynchAsynchConnection conn)
Handle a connect request from remote client
|
Serializable handleConnectRequest(Socket aSocket, String target, Serializable data, ISynchAsynchConnection conn)
aSocket
- the Socket that the request came in ontarget
- the target that the request is intended fordata
- any data that was sent along with request (e.g. password or
other authentication data)conn
- the connection instance that received the requestCopyright © 2004–2020 Eclipse Foundation. All rights reserved.