Annotation Interface WebSocketServer.Listener

Enclosing class:
WebSocketServer

@Target(TYPE) @Retention(CLASS) @Documented @Inherited public static @interface WebSocketServer.Listener
Listener socket assigned to this endpoint. This only makes sense for server side, as it is binding endpoint to a server socket.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Name of a routing to bind this application/service to.
  • Element Details

    • value

      String value
      Name of a routing to bind this application/service to.
      Returns:
      name of a routing (or listener host/port) on WebServer