| Modifier and Type | Method and Description |
|---|---|
static RequestTypeEnum |
RequestTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestTypeEnum[] |
RequestTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected IHttpRequest |
BaseHttpClientInvocation.createHttpRequest(String theUrl,
EncodingEnum theEncoding,
RequestTypeEnum theRequestType)
Create an HTTP request for the given url, encoding and request-type
|
IHttpClient |
IRestfulClientFactory.getHttpClient(StringBuilder theUrl,
Map<String,List<String>> theIfNoneExistParams,
String theIfNoneExistString,
RequestTypeEnum theRequestType,
List<Header> theHeaders)
Returns the HTTP client instance.
|
| Modifier and Type | Field and Description |
|---|---|
protected RequestTypeEnum |
BaseHttpClient.myRequestType |
| Modifier and Type | Method and Description |
|---|---|
IHttpClient |
ApacheRestfulClientFactory.getHttpClient(StringBuilder theUrl,
Map<String,List<String>> theIfNoneExistParams,
String theIfNoneExistString,
RequestTypeEnum theRequestType,
List<Header> theHeaders) |
| Constructor and Description |
|---|
ApacheHttpClient(org.apache.http.client.HttpClient theClient,
StringBuilder theUrl,
Map<String,List<String>> theIfNoneExistParams,
String theIfNoneExistString,
RequestTypeEnum theRequestType,
List<Header> theHeaders) |
BaseHttpClient(StringBuilder theUrl,
Map<String,List<String>> theIfNoneExistParams,
String theIfNoneExistString,
RequestTypeEnum theRequestType,
List<Header> theHeaders)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected RequestTypeEnum |
HttpPostClientInvocation.getRequestType() |
RequestTypeEnum |
RequestDetails.getRequestType() |
protected RequestTypeEnum |
HttpPutClientInvocation.getRequestType() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<RequestTypeEnum> |
CreateMethodBinding.provideAllowableRequestTypes() |
protected Set<RequestTypeEnum> |
UpdateMethodBinding.provideAllowableRequestTypes() |
protected Set<RequestTypeEnum> |
ValidateMethodBindingDstu1.provideAllowableRequestTypes() |
protected Set<RequestTypeEnum> |
DeleteMethodBinding.provideAllowableRequestTypes() |
protected Set<RequestTypeEnum> |
PatchMethodBinding.provideAllowableRequestTypes() |
| Modifier and Type | Method and Description |
|---|---|
protected IHttpRequest |
HttpPatchClientInvocation.createHttpRequest(String theUrl,
EncodingEnum theEncoding,
RequestTypeEnum theRequestType) |
protected IHttpRequest |
HttpDeleteClientInvocation.createHttpRequest(String theUrl,
EncodingEnum theEncoding,
RequestTypeEnum theRequestType) |
void |
RequestDetails.setRequestType(RequestTypeEnum theRequestType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RestfulServer.handleRequest(RequestTypeEnum theRequestType,
javax.servlet.http.HttpServletRequest theRequest,
javax.servlet.http.HttpServletResponse theResponse) |
| Modifier and Type | Method and Description |
|---|---|
Set<RequestTypeEnum> |
MethodNotAllowedException.getAllowedMethods()
Specifies the list of allowed HTTP methods (GET, POST, etc).
|
| Modifier and Type | Method and Description |
|---|---|
void |
MethodNotAllowedException.setAllowedMethods(RequestTypeEnum... theAllowedMethods)
Specifies the list of allowed HTTP methods (GET, POST, etc).
|
| Modifier and Type | Method and Description |
|---|---|
void |
MethodNotAllowedException.setAllowedMethods(Set<RequestTypeEnum> theAllowedMethods)
Specifies the list of allowed HTTP methods (GET, POST, etc).
|
| Constructor and Description |
|---|
MethodNotAllowedException(String theMessage,
IBaseOperationOutcome theOperationOutcome,
RequestTypeEnum... theAllowedMethods)
Constructor
|
MethodNotAllowedException(String theMessage,
RequestTypeEnum... theAllowedMethods)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
RequestTypeEnum |
BundleUtil.BundleEntryParts.getRequestType() |
| Constructor and Description |
|---|
BundleEntryParts(RequestTypeEnum theRequestType,
String theUrl,
IBaseResource theResource) |
Copyright © 2014–2017 University Health Network. All rights reserved.