public interface WebSocketClientConfiguration
| Modifier and Type | Interface and Description |
|---|---|
static class |
WebSocketClientConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WebSocketClientConfiguration.Builder |
builder() |
Long |
getAsyncSendTimeout() |
String |
getControllerUrl() |
List<Class<? extends javax.websocket.Decoder>> |
getDecoders() |
List<Class<? extends javax.websocket.Encoder>> |
getEncoders() |
Long |
getMaxSessionIdleTimeout() |
String |
getPassword() |
String |
getToken() |
String |
getUserName() |
static WebSocketClientConfiguration.Builder builder()
String getControllerUrl()
String getUserName()
String getPassword()
String getToken()
Long getMaxSessionIdleTimeout()
Long getAsyncSendTimeout()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.