public class InboundWebSocketAttributes extends WebSocketAttributes
| Constructor and Description |
|---|
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() |
getGroups, getHeaders, getMethod, getPath, getQueryParams, getQueryString, getRequestUri, getScheme, getSocketId, getSocketType, getUriParamspublic 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 String getVersion()
public String getLocalAddress()
public String getRemoteAddress()
public Certificate getClientCertificate()
Copyright © 2019 MuleSoft, Inc.. All rights reserved.