public class WebSocketAttributes extends Object implements Serializable
| Constructor and Description |
|---|
WebSocketAttributes() |
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() |
void |
setGroups(List<String> groups) |
void |
setHeaders(org.mule.runtime.api.util.MultiMap<String,String> headers) |
void |
setMethod(String method) |
void |
setPath(String path) |
void |
setQueryParams(org.mule.runtime.api.util.MultiMap<String,String> queryParams) |
void |
setQueryString(String queryString) |
void |
setRequestUri(String requestUri) |
void |
setScheme(org.mule.runtime.http.api.ws.WebSocketProtocol scheme) |
void |
setSocketId(String socketId) |
void |
setSocketType(org.mule.runtime.http.api.ws.WebSocket.WebSocketType socketType) |
void |
setUriParams(Map<String,String> uriParams) |
public WebSocketAttributes()
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 void setSocketId(String socketId)
public void setSocketType(org.mule.runtime.http.api.ws.WebSocket.WebSocketType socketType)
public void setPath(String path)
public void setRequestUri(String requestUri)
public void setScheme(org.mule.runtime.http.api.ws.WebSocketProtocol scheme)
public void setQueryParams(org.mule.runtime.api.util.MultiMap<String,String> queryParams)
public void setMethod(String method)
public void setQueryString(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 © 2024 MuleSoft, Inc.. All rights reserved.