public class WebSocketAttributes extends Object implements Serializable
| Constructor and Description |
|---|
WebSocketAttributes(String socketId,
org.mule.runtime.http.api.ws.WebSocket.WebSocketType socketType,
List<String> groups,
String path,
String requestUri,
org.mule.runtime.http.api.ws.WebSocketProtocol scheme,
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) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getGroups() |
org.mule.runtime.api.util.MultiMap<String,String> |
getHeaders() |
String |
getMethod() |
String |
getPath() |
org.mule.runtime.api.util.MultiMap<String,String> |
getQueryParams() |
String |
getQueryString() |
String |
getRequestUri() |
org.mule.runtime.http.api.ws.WebSocketProtocol |
getScheme() |
String |
getSocketId() |
org.mule.runtime.http.api.ws.WebSocket.WebSocketType |
getSocketType() |
Map<String,String> |
getUriParams() |
public WebSocketAttributes(String socketId, org.mule.runtime.http.api.ws.WebSocket.WebSocketType socketType, List<String> groups, String path, String requestUri, org.mule.runtime.http.api.ws.WebSocketProtocol scheme, 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)
public String getSocketId()
public org.mule.runtime.http.api.ws.WebSocket.WebSocketType getSocketType()
public String getPath()
public String getRequestUri()
public org.mule.runtime.http.api.ws.WebSocketProtocol getScheme()
public String getMethod()
public String getQueryString()
Copyright © 2019 MuleSoft, Inc.. All rights reserved.