Package org.sblim.cimclient.internal.http
Internal implementation of HTTP client and server. The classes and interfaces herein are for internal use of the SBLIM Client for Java only
and might therefore be modified or removed without notice.
-
Class Summary Class Description AuthorizationHandler Class AuthorizationHandler manages AdAuthorizationInfo instancesAuthorizationInfo Abstract superclass for HTTP authorization information.BASE64Encoder Class BASE64Encoder implements the BASE64 encoding algorithmChallenge Class Challenge holds a http authentication challengeHttpClient Class HttpClient implements a HTTP clientHttpClientMethod Class HttpClientMethod encapsulates a http client methodHttpClientPool Class HttpClientPool implements a pool for http client connectionsHttpConnectionHandler Class HttpConnectionHandler is responsible for handling an incoming connectionHttpContentHandler Class HttpContentHandler is responsible for handling the content of an http connection.HttpHeader Class HttpHeader represents a http header blockHttpHeader.HeaderEntry Class HeaderEntry represents a single header fieldHttpHeaderParser Class HttpHeaderParser parses http headersHttpMethod Class HttpMethod provides a method to read a line from a given input streamHttpServerConnection Class HttpServerConnection implements the outer shell of a HTTP server.HttpServerMethod Class HttpServerMethod is responsible forHttpServerWorker Class HttpServerWorker forwards incoming connections to a handlerHttpSocketFactory Class HttpSocketFactory manages socket factoriesHttpUrlConnection Class HttpUrlConnection encapsulates a http connectionMessageReader Class MessageReader is responsible for reading http messagesMessageWriter Class MessageWriter is responsible for creating http messagesPegasusLocalAuthInfo Implements OpenPegasus local authenticationWwwAuthInfo Implements HTTP basic and digest authentication -
Exception Summary Exception Description HttpException Class HttpException represents HTTP related problemsHttpParseException Class HttpParseException represents problems parsing http challenges