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 | onClientConnect(String id, WebSocketClientCommunication wscc)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 onClientConnect(String id, WebSocketClientCommunication wscc)
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.
© 2026 Mindus SARL. All rights reserved.