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() |
Integer |
getConnectionIdleTimeout() |
int |
getConnectionIdleTimeoutMillis() |
TimeUnit |
getConnectionIdleTimeoutUnit() |
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 |
setAuthentication(org.mule.extension.http.api.request.authentication.HttpRequestAuthentication authentication) |
void |
setBasePath(String basePath) |
void |
setConnectionIdleTimeout(Integer connectionIdleTimeout) |
void |
setConnectionIdleTimeoutUnit(TimeUnit connectionIdleTimeoutUnit) |
void |
setDefaultHeaders(List<RequestHeader> defaultHeaders) |
void |
setDefaultQueryParams(List<QueryParam> defaultQueryParams) |
void |
setFollowRedirects(boolean followRedirects) |
void |
setMaxConnections(Integer maxConnections) |
void |
setPort(Integer port) |
void |
setPreserveHeadersCase(boolean preserveHeadersCase) |
void |
setProtocol(org.mule.runtime.http.api.ws.WebSocketProtocol protocol) |
void |
setProxyConfig(HttpProxyConfig proxyConfig) |
void |
setTlsContext(org.mule.runtime.api.tls.TlsContextFactory tlsContext) |
public static final String DEFAULT_MAX_CONNECTIONS
public void setPort(Integer port)
public void setBasePath(String basePath)
public void setProtocol(org.mule.runtime.http.api.ws.WebSocketProtocol protocol)
public void setDefaultHeaders(List<RequestHeader> defaultHeaders)
public void setDefaultQueryParams(List<QueryParam> defaultQueryParams)
public Integer getConnectionIdleTimeout()
public void setConnectionIdleTimeout(Integer connectionIdleTimeout)
public TimeUnit getConnectionIdleTimeoutUnit()
public void setConnectionIdleTimeoutUnit(TimeUnit connectionIdleTimeoutUnit)
public void setFollowRedirects(boolean followRedirects)
public void setPreserveHeadersCase(boolean preserveHeadersCase)
public void setMaxConnections(Integer maxConnections)
public void setProxyConfig(HttpProxyConfig proxyConfig)
public void setAuthentication(org.mule.extension.http.api.request.authentication.HttpRequestAuthentication authentication)
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 © 2024 MuleSoft, Inc.. All rights reserved.