@NoImplement public interface WebSocketRequest extends MessageWithHeaders
WebSocket| Modifier and Type | Method and Description |
|---|---|
ClientConnection |
getClientConnection() |
org.mule.runtime.api.metadata.MediaType |
getContentType() |
String |
getHttpVersion() |
String |
getMethod() |
String |
getPath() |
org.mule.runtime.api.util.MultiMap<String,String> |
getQueryParams() |
URI |
getRequestUri() |
WebSocketProtocol |
getScheme() |
ServerConnection |
getServerConnection() |
containsHeader, getHeaderNames, getHeaders, getHeaderValue, getHeaderValueIgnoreCase, getHeaderValues, getHeaderValuesIgnoreCaseString getPath()
org.mule.runtime.api.metadata.MediaType getContentType()
MediaTypeorg.mule.runtime.api.util.MultiMap<String,String> getQueryParams()
WebSocketProtocol getScheme()
String getHttpVersion()
String getMethod()
ServerConnection getServerConnection()
ClientConnection getClientConnection()
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.