Class WebSocketClientConfiguration
java.lang.Object
com.binance.connector.client.common.configuration.ClientConfiguration
com.binance.connector.client.common.websocket.configuration.WebSocketClientConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
Base URLprotected org.eclipse.jetty.client.ProxyConfiguration.Proxy
Proxy configurationprotected org.eclipse.jetty.client.api.Authentication
Proxy Auth configurationFields inherited from class com.binance.connector.client.common.configuration.ClientConfiguration
certificatePinner, DEFAULT_BACKOFF, DEFAULT_CONNECT_TIMEOUT, DEFAULT_MAX_MESSAGE_SIZE, DEFAULT_POOL_SIZE, DEFAULT_READ_TIMEOUT, DEFAULT_RECONNECT_BATCH_SIZE, DEFAULT_RECONNECT_INTERVAL_TIME, DEFAULT_RETRIES, proxy, proxyAuthenticator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUrl()
org.eclipse.jetty.client.ProxyConfiguration.Proxy
org.eclipse.jetty.client.api.Authentication
void
setAutoLogon
(Boolean autoLogon) void
setMessageMaxSize
(Long messageMaxSize) void
setPoolSize
(Integer poolSize) void
setReconnectBatchSize
(Integer reconnectBatchSize) void
setReconnectIntervalTime
(Integer reconnectIntervalTime) void
void
setUsePool
(Boolean usePool) void
setWebSocketProxy
(org.eclipse.jetty.client.ProxyConfiguration.Proxy webSocketProxy) void
setWebSocketProxyAuthentication
(org.eclipse.jetty.client.api.Authentication webSocketProxyAuthentication) Methods inherited from class com.binance.connector.client.common.configuration.ClientConfiguration
getBackOff, getCertificatePinner, getCompression, getConnectTimeout, getCustomHeaders, getProxy, getProxyAuthenticator, getReadTimeout, getRetries, getSignatureConfiguration, getTimeUnit, setBackOff, setCertificatePinner, setCompression, setConnectTimeout, setCustomHeaders, setProxy, setProxyAuthenticator, setReadTimeout, setRetries, setSignatureConfiguration, setTimeUnit
-
Field Details
-
url
Base URL -
webSocketProxy
protected org.eclipse.jetty.client.ProxyConfiguration.Proxy webSocketProxyProxy configuration -
webSocketProxyAuthentication
protected org.eclipse.jetty.client.api.Authentication webSocketProxyAuthenticationProxy Auth configuration
-
-
Constructor Details
-
WebSocketClientConfiguration
public WebSocketClientConfiguration()
-
-
Method Details
-
getUrl
- Overrides:
getUrl
in classClientConfiguration
-
setUrl
- Overrides:
setUrl
in classClientConfiguration
-
getWebSocketProxy
public org.eclipse.jetty.client.ProxyConfiguration.Proxy getWebSocketProxy() -
setWebSocketProxy
public void setWebSocketProxy(org.eclipse.jetty.client.ProxyConfiguration.Proxy webSocketProxy) -
getWebSocketProxyAuthentication
public org.eclipse.jetty.client.api.Authentication getWebSocketProxyAuthentication() -
setWebSocketProxyAuthentication
public void setWebSocketProxyAuthentication(org.eclipse.jetty.client.api.Authentication webSocketProxyAuthentication) -
getAutoLogon
-
setAutoLogon
-
getReconnectIntervalTime
-
setReconnectIntervalTime
-
getPoolSize
-
setPoolSize
-
getReconnectBatchSize
-
setReconnectBatchSize
-
getUsePool
-
setUsePool
-
getMessageMaxSize
-
setMessageMaxSize
-