Package org.simpleframework.http.core
package org.simpleframework.http.core
-
ClassDescriptionThe
BodyEncoderobject is used to encode content from the HTTP response.TheBodyEncoderExceptionobject is used to represent an exception that is thrown when there is a problem producing the response body.TheBodyEncoderFactoryis used to create a producer to match the HTTP header sent with the response.TheBodyObserverobject is core to how the requests are processed from a pipeline.TheChunkedEncoderobject is used to encode data in the chunked encoding format.TheCloseEncoderis used to close a connection once all of the content has been produced.TheCollectorobject is used to collect all of the data used to form a request entity.TheContainerobject is used to process HTTP requests and compose HTTP responses.TheContainerControllerobject is essentially the core processing engine for the server.TheContainerEventenum represents events that occur when processing a HTTP transaction.TheContainerSocketProcessorobject is a connector that dispatch requests from a connected pipeline.TheContainerProcessorobject is used to create channels which can be used to consume and process requests.TheControllerinterface represents an object which is used to process collection events.TheConversationobject is used to set and interpret the semantics of the HTTP headers with regard to the encoding used for the response.TheEmptyEncoderobject is a producer used if there is not response body to be delivered.TheFixedLengthEncoderobject produces content without any encoding, but limited to a fixed number of bytes.TheQueryBuilderobject is used to create the query.TheQueryCombimeris used to parse several strings as a complete URL encoded parameter string.TheRequestCertificaterepresents a certificate for an HTTP request.TheChallengeprovides a basic wrapper around the challenge provided by the SSL connection.TheRequestCollectorobject is used to collect all of the data used to form a request entity.TheRequestDispatcherobject is used to dispatch a request and response to the container.This object is used to represent a HTTP request.TheRequestMessageobject is used to create a HTTP request header representation.TheRequestReaderobject is used to read the bytes that form the request entity.TheResponseBufferobject is an output stream that can buffer bytes written up to a given size.TheResponseEncoderobject acts as a means to determine the transfer encoding for the response body.This is used to represent the HTTP response.TheResponseExceptionobject is used to represent an exception that is thrown when there is a problem producing the response body.TheResponseMessageobject represents the header used for a response.TheResponseObserveris used to observe the response streams.TheTimerobject is used to set the time a specific event occurred at.