public interface ClientConnectionListener
Modifier and Type | Method and Description |
---|---|
boolean |
isClientConnectionAllowed(String id,
ServerSocketInterface ssi,
ISocket socket)
Checks if a client is allowed to connect or not.
|
void |
onClientConnect(String id,
ClientCommunicationInterface cci)
Notifies the Client Session Manager that a new Java Client connection has been made.
|
void |
onRemoteApplicationConnect(String id,
ClientCommunicationInterface cci)
Notifies the Client Session Manager that a new remote application connection has been made.
|
void |
onUnknownConnect(String id,
ServerSocketInterface ssi,
ISocket s,
int firstChar)
Notifies the Client Session Manager that an unknown connection type has been made.
|
boolean isClientConnectionAllowed(String id, ServerSocketInterface ssi, ISocket socket)
void onClientConnect(String id, ClientCommunicationInterface cci)
void onRemoteApplicationConnect(String id, ClientCommunicationInterface cci) throws IOException
IOException
- when a connection cannot be established.void onUnknownConnect(String id, ServerSocketInterface ssi, ISocket s, int firstChar) throws IOException
IOException
- when a connection cannot be established.Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.