public class WebSocketClientConfigurationImpl extends Object implements WebSocketClientConfiguration
WebSocketClientConfiguration.Builder| Modifier | Constructor and Description |
|---|---|
protected |
WebSocketClientConfigurationImpl() |
| Modifier and Type | Method and Description |
|---|---|
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() |
void |
setAsyncSendTimeout(Long asyncSendTimeout) |
void |
setControllerUrl(String controllerUrl) |
void |
setDecoders(List<Class<? extends javax.websocket.Decoder>> decoders) |
void |
setEncoders(List<Class<? extends javax.websocket.Encoder>> encoders) |
void |
setMaxSessionIdleTimeout(Long maxSessionIdleTimeout) |
void |
setPassword(String password) |
void |
setToken(String token) |
void |
setUserName(String userName) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbuilderpublic String getControllerUrl()
getControllerUrl in interface WebSocketClientConfigurationpublic void setControllerUrl(String controllerUrl)
public String getUserName()
getUserName in interface WebSocketClientConfigurationpublic void setUserName(String userName)
public String getToken()
getToken in interface WebSocketClientConfigurationpublic void setToken(String token)
public String getPassword()
getPassword in interface WebSocketClientConfigurationpublic void setPassword(String password)
public Long getMaxSessionIdleTimeout()
getMaxSessionIdleTimeout in interface WebSocketClientConfigurationpublic void setMaxSessionIdleTimeout(Long maxSessionIdleTimeout)
public Long getAsyncSendTimeout()
getAsyncSendTimeout in interface WebSocketClientConfigurationpublic void setAsyncSendTimeout(Long asyncSendTimeout)
public List<Class<? extends javax.websocket.Encoder>> getEncoders()
getEncoders in interface WebSocketClientConfigurationpublic List<Class<? extends javax.websocket.Decoder>> getDecoders()
getDecoders in interface WebSocketClientConfigurationCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.