public class InboundWebSocketAttributes extends WebSocketAttributes
| Constructor and Description |
|---|
InboundWebSocketAttributes() |
InboundWebSocketAttributes(String id,
org.mule.runtime.http.api.ws.WebSocket.WebSocketType type,
List<String> groups,
String path,
String requestUri,
org.mule.runtime.http.api.ws.WebSocketProtocol scheme,
String version,
org.mule.runtime.api.util.MultiMap<String,String> queryParams,
org.mule.runtime.api.util.MultiMap<String,String> headers,
Map<String,String> uriParams,
String method,
String queryString,
String localAddress,
String remoteAddress,
Certificate clientCertificate) |
InboundWebSocketAttributes(org.mule.runtime.http.api.ws.WebSocket socket,
org.mule.runtime.http.api.server.ws.WebSocketRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Certificate |
getClientCertificate() |
String |
getLocalAddress() |
String |
getRemoteAddress() |
String |
getVersion() |
void |
setClientCertificate(Certificate clientCertificate) |
void |
setLocalAddress(String localAddress) |
void |
setRemoteAddress(String remoteAddress) |
void |
setVersion(String version) |
getGroups, getHeaders, getMethod, getPath, getQueryParams, getQueryString, getRequestUri, getScheme, getSocketId, getSocketType, getUriParams, setGroups, setHeaders, setMethod, setPath, setQueryParams, setQueryString, setRequestUri, setScheme, setSocketId, setSocketType, setUriParamspublic InboundWebSocketAttributes()
public InboundWebSocketAttributes(org.mule.runtime.http.api.ws.WebSocket socket,
org.mule.runtime.http.api.server.ws.WebSocketRequest request)
public InboundWebSocketAttributes(String id, org.mule.runtime.http.api.ws.WebSocket.WebSocketType type, List<String> groups, String path, String requestUri, org.mule.runtime.http.api.ws.WebSocketProtocol scheme, String version, org.mule.runtime.api.util.MultiMap<String,String> queryParams, org.mule.runtime.api.util.MultiMap<String,String> headers, Map<String,String> uriParams, String method, String queryString, String localAddress, String remoteAddress, Certificate clientCertificate)
public void setVersion(String version)
public void setLocalAddress(String localAddress)
public void setRemoteAddress(String remoteAddress)
public void setClientCertificate(Certificate clientCertificate)
public String getVersion()
public String getLocalAddress()
public String getRemoteAddress()
public Certificate getClientCertificate()
Copyright © 2024 MuleSoft, Inc.. All rights reserved.