public class DefaultHttpRequestContext extends Object implements org.mule.runtime.http.api.domain.request.HttpRequestContext
| Constructor and Description |
|---|
DefaultHttpRequestContext(String scheme,
org.mule.runtime.http.api.domain.message.request.HttpRequest httpRequest,
org.mule.runtime.http.api.domain.request.ClientConnection clientConnection,
org.mule.runtime.http.api.domain.request.ServerConnection serverConnection) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.http.api.domain.request.ClientConnection |
getClientConnection() |
org.mule.runtime.http.api.domain.message.request.HttpRequest |
getRequest() |
String |
getScheme() |
org.mule.runtime.http.api.domain.request.ServerConnection |
getServerConnection() |
public DefaultHttpRequestContext(String scheme, org.mule.runtime.http.api.domain.message.request.HttpRequest httpRequest, org.mule.runtime.http.api.domain.request.ClientConnection clientConnection, org.mule.runtime.http.api.domain.request.ServerConnection serverConnection)
public org.mule.runtime.http.api.domain.request.ServerConnection getServerConnection()
getServerConnection in interface org.mule.runtime.http.api.domain.request.HttpRequestContextpublic org.mule.runtime.http.api.domain.message.request.HttpRequest getRequest()
getRequest in interface org.mule.runtime.http.api.domain.request.HttpRequestContextpublic org.mule.runtime.http.api.domain.request.ClientConnection getClientConnection()
getClientConnection in interface org.mule.runtime.http.api.domain.request.HttpRequestContextpublic String getScheme()
getScheme in interface org.mule.runtime.http.api.domain.request.HttpRequestContextCopyright © 2003–2020 MuleSoft, Inc.. All rights reserved.