Package me.autobot.lib.server
Annotation Interface WSByteRoute
The annotation for websocket client routes.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionint[]
The prefix of the route.The type of the client.
-
Element Details
-
type
WSClient.ClientType typeThe type of the client.- Returns:
- The type of the client.
- See Also:
- Default:
- Passive
-
prefix
int[] prefixThe prefix of the route.- Returns:
- The prefix of the route.
- Default:
- {255, 255}
-