public class HttpParameters extends java.lang.Object implements ExternalParameters
Modifier and Type | Class and Description |
---|---|
static interface |
HttpParameters.Build |
protected static class |
HttpParameters.Builder |
static interface |
HttpParameters.InboundHeadersParameter |
static interface |
HttpParameters.ProcedureParameter |
static interface |
HttpParameters.UriParameter |
Modifier | Constructor and Description |
---|---|
protected |
HttpParameters(HttpParameters httpParameters) |
protected |
HttpParameters(java.lang.String library,
java.net.URI uri,
java.lang.String procedure,
InboundHeaders inboundHeaders) |
Modifier and Type | Method and Description |
---|---|
InboundHeaders |
getInboundResponseHeaders()
Returns the headers from the response of the external call.
|
java.lang.String |
getLibrary()
Returns the name of the framework used to make the connection.
|
java.lang.String |
getProcedure()
Returns the HTTP method for the call.
|
java.net.URI |
getUri()
Returns the URI for the external call.
|
static HttpParameters.UriParameter |
library(java.lang.String library)
Set the name of the library.
|
protected HttpParameters(java.lang.String library, java.net.URI uri, java.lang.String procedure, InboundHeaders inboundHeaders)
protected HttpParameters(HttpParameters httpParameters)
public java.lang.String getLibrary()
public java.net.URI getUri()
public java.lang.String getProcedure()
public InboundHeaders getInboundResponseHeaders()
public static HttpParameters.UriParameter library(java.lang.String library)
library
- the name of the library