JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
All Classes
All Classes
Interface Summary
Class Summary
Enum Summary
Class
Description
AdditionalRequestHeadersInterceptor
This interceptor adds arbitrary header values to requests made by the client.
ApacheHttpClient
A Http Client based on Apache.
ApacheHttpRequest
A Http Request based on Apache.
ApacheHttpResponse
A Http Response based on Apache.
ApacheRestfulClientFactory
A Restful Factory to create clients, requests and responses based on the Apache httpclient library.
BaseClient
BaseHttpClient
BaseHttpClientInvocation
BaseHttpResponse
BaseMethodBinding
<
T
>
BaseOutcomeReturningMethodBindingWithResourceIdButNoResourceBody
BaseQueryParameter
BaseResourceReturningMethodBinding
BaseResourceReturningMethodBinding.MethodReturnTypeEnum
BaseResourceReturningMethodBinding.ResourceOrDstu1Bundle
BaseResourceReturningMethodBinding.ReturnTypeEnum
BasicAuthInterceptor
HTTP interceptor to be used for adding HTTP basic auth username/password tokens to requests
BearerTokenAuthInterceptor
HTTP interceptor to be used for adding HTTP Authorization using "bearer tokens" to requests.
CapturingInterceptor
Client interceptor which simply captures request and response objects and stores them so that they can be inspected after a client call has returned
ClientInvocationHandler
ClientInvocationHandlerFactory
ClientInvocationHandlerFactory.ILambda
ConformanceMethodBinding
CookieInterceptor
HTTP interceptor to be used for adding Cookie to requests.
CountParameter
CreateMethodBinding
DeleteMethodBinding
ElementsParameter
GenericClient
GZipContentInterceptor
Client interceptor which GZip compresses outgoing (POST/PUT) contents being uploaded from the client to the server.
HistoryMethodBinding
HttpBasicAuthInterceptor
Deprecated.
Use
BasicAuthInterceptor
instead.
HttpDeleteClientInvocation
HttpGetClientInvocation
HttpPatchClientInvocation
HttpPostClientInvocation
HttpPutClientInvocation
HttpSimpleGetClientInvocation
IClientResponseHandler
<
T
>
IClientResponseHandlerHandlesBinary
<
T
>
IParameter
IRestfulHeader
LoggingInterceptor
MethodUtil
OperationMethodBinding
OperationParameter
PageMethodBinding
PatchMethodBinding
Base class for an operation that has a resource type but not a resource body in the request body
RawParamsParmeter
ReadMethodBinding
ResourceEntity
Apache HttpClient request content entity where the body is a FHIR resource, that will be encoded as JSON by default
ResourceParameter
ResourceParameter.Mode
RestfulClientFactory
Base class for a REST client factory implementation
SearchMethodBinding
SearchParameter
SimpleRequestHeaderInterceptor
This interceptor adds an arbitrary header to requests made by this client.
SortParameter
SummaryEnumParameter
ThreadLocalCapturingInterceptor
This is a client interceptor that captures the current request and response in a ThreadLocal variable, meaning that it can work in multithreaded environments without mixing up requests.
TransactionMethodBinding
TransactionParameter
TransactionParameter.ParamStyle
UpdateMethodBinding
UserInfoInterceptor
HTTP interceptor to be used for adding HTTP headers containing user identifying info for auditing purposes to the request
ValidateMethodBindingDstu2Plus