Interface IServerWebSocketCommListener

All Superinterfaces:
WebSocketCommListener
All Known Implementing Classes:
AbstractEndPoint, LoadBalancerEndPoint, RemoteBuilderEndPoint, ServerSession, VirtualizedMonitorEndPoint

public interface IServerWebSocketCommListener extends WebSocketCommListener
Interface that an end point must return in case communication is accepted.
Author:
Christopher Mindus
  • Method Details Link icon

    • getEndPoint Link icon

      Object getEndPoint()
      Gets the end-point.
      Returns:
      An instance of com.iizix.server.IEndPoint.