Annotation Interface WSByteRoute


@Retention(RUNTIME) public @interface WSByteRoute
The annotation for websocket client routes.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int[]
    The prefix of the route.
    The type of the client.
  • Element Details

    • type

      The type of the client.
      Returns:
      The type of the client.
      See Also:
      Default:
      Passive
    • prefix

      int[] prefix
      The prefix of the route.
      Returns:
      The prefix of the route.
      Default:
      {255, 255}