public class GrizzlyInboundWebSocketRequest
extends org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpMessage
implements org.mule.runtime.http.api.server.ws.WebSocketRequest
WebSocketRequest| Constructor and Description |
|---|
GrizzlyInboundWebSocketRequest(org.glassfish.grizzly.http.HttpRequestPacket requestPacket) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getBaseProtocol() |
org.mule.runtime.http.api.domain.request.ClientConnection |
getClientConnection() |
org.mule.runtime.api.metadata.MediaType |
getContentType() |
org.mule.runtime.http.api.domain.entity.HttpEntity |
getEntity() |
String |
getHttpVersion() |
URI |
getRequestUri() |
org.mule.runtime.http.api.ws.WebSocketProtocol |
getScheme() |
org.mule.runtime.http.api.domain.request.ServerConnection |
getServerConnection() |
getHeaderNames, getHeaders, getHeaderValue, getHeaderValues, getMethod, getPath, getProtocol, getQueryParams, getUricontainsHeader, getHeaderValueIgnoreCase, getHeaderValuesIgnoreCaseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMethod, getPath, getQueryParamspublic GrizzlyInboundWebSocketRequest(org.glassfish.grizzly.http.HttpRequestPacket requestPacket)
public org.mule.runtime.http.api.ws.WebSocketProtocol getScheme()
getScheme in interface org.mule.runtime.http.api.server.ws.WebSocketRequestpublic String getHttpVersion()
getHttpVersion in interface org.mule.runtime.http.api.server.ws.WebSocketRequestpublic URI getRequestUri()
getRequestUri in interface org.mule.runtime.http.api.server.ws.WebSocketRequestpublic org.mule.runtime.api.metadata.MediaType getContentType()
getContentType in interface org.mule.runtime.http.api.server.ws.WebSocketRequestpublic org.mule.runtime.http.api.domain.request.ServerConnection getServerConnection()
getServerConnection in interface org.mule.runtime.http.api.server.ws.WebSocketRequestpublic org.mule.runtime.http.api.domain.request.ClientConnection getClientConnection()
getClientConnection in interface org.mule.runtime.http.api.server.ws.WebSocketRequestprotected String getBaseProtocol()
getBaseProtocol in class org.mule.service.http.impl.service.server.grizzly.GrizzlyHttpMessagepublic org.mule.runtime.http.api.domain.entity.HttpEntity getEntity()
getEntity in interface org.mule.runtime.http.api.domain.message.HttpMessageCopyright © 2003–2024 MuleSoft, Inc.. All rights reserved.