| Interface | Description |
|---|---|
| IAuthenticatedRequest |
Interface for authentication requests
|
| ICookieJar |
Interface describing the manager of HTTP Cookies
|
| IhttpClient |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Net/HTTP/IHttpClient.cls).
|
| IHttpClientLibrary |
Interface representing the library performing actual HTTP
requests and processing the responses.
|
| IhttpMessage |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Net/HTTP/IHttpMessage.cls).
|
| IHttpMessageWriter |
General interface for writing (serializing) data from an HttpMessage
(request or response) to an output location
|
| IhttpRequest |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Net/HTTP/IHttpRequest.cls).
|
| IhttpResponse |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Net/HTTP/IHttpResponse.cls).
|
| ISupportCookies |
Indicates that a client supports cookies (is stateful)
|
| ISupportProxy |
Indicates that a client supports proxy
|
| Class | Description |
|---|---|
| AuthenticatedRequest |
Base for authentication requests
|
| AuthenticationMethodEnum |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Net/HTTP/AuthenticationMethodEnum.cls).
|
| AuthenticationRequestEventArgs |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Net/HTTP/AuthenticationRequestEventArgs.cls).
|
| AuthorizationHeader |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Net/HTTP/AuthorizationHeader.cls).
|
| AuthorizationHeaderBuilder |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Net/HTTP/AuthorizationHeaderBuilder.cls).
|
| BuilderRegistry |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Net/HTTP/BuilderRegistry.cls).
|
| ClientBuilder |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Net/HTTP/ClientBuilder.cls).
|
| ClientOptions |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Net/HTTP/ClientOptions.cls).
|
| ConfigBuilder |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Net/HTTP/ConfigBuilder.cls).
|
| ContentDispositionHeader |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Net/HTTP/ContentDispositionHeader.cls).
|
| ContentDispositionHeaderBuilder |
Builder to create Content-Disposition header objects.
|
| ContentTypeHeader |
Content-Type header
|
| ContentTypeHeaderBuilder |
Builder to create ContentType header objects.
|
| Cookie |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Net/HTTP/Cookie.cls).
|
| CookieCollection |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Net/HTTP/CookieCollection.cls).
|
| CookieJar |
Stores cookies temporarily and persistently.
|
| CookieJarBuilder |
Allows the construction of a working CookieJar via a fluent interface.
|
| CookieJarDecorator |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Net/HTTP/CookieJarDecorator.cls).
|
| Credentials |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Net/HTTP/Credentials.cls).
|
| DefaultCookieJarBuilder |
Allows the construction of a working CookieJar via a fluent interface.
|
| DefaultHeaderBuilder |
Simple, general header builder
|
| DefaultHttpClientBuilder |
HTTP Client builder
|
| DefaultRequestBuilder |
Implementation of non-static methods of the OpenEdge.Net.HTTP.RequestBuilder
|
| DefaultResponseBuilder |
HTTP Response builder
|
| HttpClient |
Public HttpClient.
|
| HttpClientDecorator |
Decorator class for decorating/customizing Http Clients
without requiring inheritance.
|
| HttpHeader |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Net/HTTP/HttpHeader.cls).
|
| HttpHeaderBuilder |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Net/HTTP/HttpHeaderBuilder.cls).
|
| HttpHeaderCollection |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Net/HTTP/HttpHeaderCollection.cls).
|
| HttpMessage |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Net/HTTP/HttpMessage.cls).
|
| HttpRequest |
Contains an HTTP Request per RFC2616 and friends
|
| HttpRequestDecorator |
Decorator class for decorating/customising Http Requests
without requiring inheritance.
|
| HttpRequestError |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Net/HTTP/HttpRequestError.cls).
|
| HttpResponse |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Net/HTTP/HttpResponse.cls).
|
| HttpResponseDecorator |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Net/HTTP/HttpResponseDecorator.cls).
|
| MethodEnum |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Net/HTTP/MethodEnum.cls).
|
| NullHeader |
A special header with a UNKNOWN Name and Value, intended
to allow calls to GetHeader() to be chained
|
| ProxyHttpClient |
Http client with support for proxy server, for all requests
|
| ProxyHttpRequest |
HTTP Request via proxy server
|
| RequestBuilder |
Business logic (converted to Java from the 4GL source code in
OpenEdge/Net/HTTP/RequestBuilder.cls).
|
| ResponseBuilder |
Creates an instance of an HttpResponse object.
|
| SemicolonParamHeaderBuilder |
Builder for headers that have semil-colon-delimted parameters
|
| StatefulHttpClient |
Http client with support for cookies
|
| StatusCodeEnum |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Net/HTTP/StatusCodeEnum.cls).
|
| StatusCodeHelper |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Net/HTTP/StatusCodeHelper.cls).
|
| TransferEncodingEnum |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Net/HTTP/TransferEncodingEnum.cls).
|