Interface WebSocketClientConfiguration
-
- All Known Implementing Classes:
WebSocketClientConfigurationImpl
public interface WebSocketClientConfiguration
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWebSocketClientConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static WebSocketClientConfiguration.Builderbuilder()LonggetAsyncSendTimeout()StringgetControllerUrl()List<Class<? extends javax.websocket.Decoder>>getDecoders()List<Class<? extends javax.websocket.Encoder>>getEncoders()LonggetMaxSessionIdleTimeout()StringgetPassword()StringgetToken()StringgetUserName()
-
-
-
Method Detail
-
builder
static WebSocketClientConfiguration.Builder builder()
-
getControllerUrl
String getControllerUrl()
-
getUserName
String getUserName()
-
getPassword
String getPassword()
-
getToken
String getToken()
-
getMaxSessionIdleTimeout
Long getMaxSessionIdleTimeout()
-
getAsyncSendTimeout
Long getAsyncSendTimeout()
-
-