@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface WebSocket
Modifier and Type | Optional Element and Description |
---|---|
BatchMode |
batchMode |
int |
inputBufferSize |
int |
maxBinaryMessageSize |
int |
maxIdleTime |
int |
maxTextMessageSize |
public abstract BatchMode batchMode
Copyright © 1995–2023 Webtide. All rights reserved.