Annotation Type WebSocket
- 
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface WebSocketTags a POJO as being a WebSocket class. 
- 
- 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description BatchModebatchModeintinputBufferSizeintmaxBinaryMessageSizeintmaxIdleTimeintmaxTextMessageSize 
 - 
 
- 
- 
- 
batchMode
BatchMode batchMode
- Default:
 - org.eclipse.jetty.websocket.api.BatchMode.AUTO
 
 
 - 
 
 -