Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Apache.http.protocol Classes and Interfaces - 35 results found.
NameDescriptionTypePackageFramework
BasicHttpContextDefault implementation of HttpContext.Classapache.http.protocolApache HttpComponents
BasicHttpProcessorDefault implementation of HttpProcessor.Classapache.http.protocolApache HttpComponents
DefaultedHttpContextHttpContext implementation that delegates resolution of an attribute to the given default HttpContext instance if the attribute is notClassapache.http.protocolApache HttpComponents
ExecutionContextHttpContext attribute names for protocol execution.Interfaceapache.http.protocolApache HttpComponents
HTTPConstants and static helpers related to the HTTP protocol.Classapache.http.protocolApache HttpComponents
HttpContextHttpContext represents execution state of an HTTP process.Interfaceapache.http.protocolApache HttpComponents
HttpCoreContext setters for user assignable attributes and getter for readable attributes.Classapache.http.protocolApache HttpComponents
HttpDateGeneratorGenerates a date in the format required by the HTTP protocol.Classapache.http.protocolApache HttpComponents
HttpExpectationVerifierDefines an interface to verify whether an incoming HTTP request meets the target server's expectations.Interfaceapache.http.protocolApache HttpComponents
HttpProcessorHTTP protocol processor is a collection of protocol interceptors that implements the 'Chain of Responsibility' pattern, where each individualInterfaceapache.http.protocolApache HttpComponents
HttpProcessorBuilderBuilder for HttpProcessor instances.Classapache.http.protocolApache HttpComponents
HttpRequestExecutorHttpRequestExecutor is a client side HTTP protocol handler based on the blocking (classic) I/O model.Classapache.http.protocolApache HttpComponents
HttpRequestHandlerHttpRequestHandler represents a routine for processing of a specific group of HTTP requests.Interfaceapache.http.protocolApache HttpComponents
HttpRequestHandlerMapperHttpRequestHandlerMapper can be used to resolve an instance of HttpRequestHandler matching a particular HttpRequest.Interfaceapache.http.protocolApache HttpComponents
HttpRequestHandlerRegistryMaintains a map of HTTP request handlers keyed by a request URI pattern.Classapache.http.protocolApache HttpComponents
HttpRequestHandlerResolverHttpRequestHandlerResolver can be used to resolve an instance of HttpRequestHandler matching a particular request URI.Interfaceapache.http.protocolApache HttpComponents
HttpRequestInterceptorListProvides access to an ordered list of request interceptors.Interfaceapache.http.protocolApache HttpComponents
HttpResponseInterceptorListProvides access to an ordered list of response interceptors.Interfaceapache.http.protocolApache HttpComponents
HttpServiceHttpService is a server side HTTP protocol handler based on the classic (blocking) I/O model.Classapache.http.protocolApache HttpComponents
ImmutableHttpProcessorImmutable HttpProcessor.Classapache.http.protocolApache HttpComponents
ProtocolExceptionSignals that an HTTP protocol violation has occurred.Classapache.httpApache HttpComponents
ProtocolVersionRepresents a protocol version.Classapache.httpApache HttpComponents
RequestConnControlRequestConnControl is responsible for adding Connection header to the outgoing requests, which is essential for managing persistence ofClassapache.http.protocolApache HttpComponents
RequestContentRequestContent is the most important interceptor for outgoing requests.Classapache.http.protocolApache HttpComponents
RequestDateRequestDate interceptor is responsible for adding Date header to the outgoing requests This interceptor is optional for client sideClassapache.http.protocolApache HttpComponents
RequestExpectContinueRequestExpectContinue is responsible for enabling the 'expect-continue' handshake by adding Expect header.Classapache.http.protocolApache HttpComponents
RequestTargetHostRequestTargetHost is responsible for adding Host header.Classapache.http.protocolApache HttpComponents
RequestUserAgentRequestUserAgent is responsible for adding User-Agent header.Classapache.http.protocolApache HttpComponents
ResponseConnControlResponseConnControl is responsible for adding Connection header to the outgoing responses, which is essential for managing persistence ofClassapache.http.protocolApache HttpComponents
ResponseContentResponseContent is the most important interceptor for outgoing responses.Classapache.http.protocolApache HttpComponents
ResponseDateResponseDate is responsible for adding Date header to the outgoing responses.Classapache.http.protocolApache HttpComponents
ResponseServerResponseServer is responsible for adding Server header.Classapache.http.protocolApache HttpComponents
SyncBasicHttpContextThread-safe extension of the BasicHttpContext.Classapache.http.protocolApache HttpComponents
UriHttpRequestHandlerMapperMaintains a map of HTTP request handlers keyed by a request URI pattern.Classapache.http.protocolApache HttpComponents
UriPatternMatcherMaintains a map of objects keyed by a request URI pattern.Classapache.http.protocolApache HttpComponents