public class WebSocketClientSettings extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_MAX_CONNECTIONS |
| Constructor and Description |
|---|
WebSocketClientSettings() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.mule.extension.http.api.request.authentication.HttpRequestAuthentication |
getAuthentication() |
String |
getBasePath() |
int |
getConnectionIdleTimeoutMillis() |
List<RequestHeader> |
getDefaultHeaders() |
List<QueryParam> |
getDefaultQueryParams() |
String |
getHost() |
Integer |
getMaxConnections() |
Integer |
getPort() |
org.mule.runtime.http.api.ws.WebSocketProtocol |
getProtocol() |
HttpProxyConfig |
getProxyConfig() |
org.mule.runtime.api.tls.TlsContextFactory |
getTlsContext() |
int |
hashCode() |
boolean |
isFollowRedirects() |
boolean |
isPreserveHeadersCase() |
void |
setTlsContext(org.mule.runtime.api.tls.TlsContextFactory tlsContext) |
public static final String DEFAULT_MAX_CONNECTIONS
public int getConnectionIdleTimeoutMillis()
public org.mule.runtime.http.api.ws.WebSocketProtocol getProtocol()
public String getHost()
public Integer getPort()
public Integer getMaxConnections()
public boolean isFollowRedirects()
public List<RequestHeader> getDefaultHeaders()
public List<QueryParam> getDefaultQueryParams()
public boolean isPreserveHeadersCase()
public String getBasePath()
public org.mule.runtime.api.tls.TlsContextFactory getTlsContext()
public void setTlsContext(org.mule.runtime.api.tls.TlsContextFactory tlsContext)
public HttpProxyConfig getProxyConfig()
public org.mule.extension.http.api.request.authentication.HttpRequestAuthentication getAuthentication()
Copyright © 2019 MuleSoft, Inc.. All rights reserved.