Uses of Package
org.simpleframework.http.core
Packages that use org.simpleframework.http.core
-
Classes in org.simpleframework.http.core used by org.simpleframework.http.coreClassDescriptionThe
BodyEncoder
object is used to encode content from the HTTP response.TheBodyEncoderFactory
is used to create a producer to match the HTTP header sent with the response.TheBodyObserver
object is core to how the requests are processed from a pipeline.TheCollector
object is used to collect all of the data used to form a request entity.TheContainer
object is used to process HTTP requests and compose HTTP responses.TheContainerEvent
enum represents events that occur when processing a HTTP transaction.TheController
interface represents an object which is used to process collection events.TheConversation
object is used to set and interpret the semantics of the HTTP headers with regard to the encoding used for the response.TheQueryBuilder
object is used to create the query.TheRequestMessage
object is used to create a HTTP request header representation.TheResponseBuffer
object is an output stream that can buffer bytes written up to a given size.TheResponseEncoder
object acts as a means to determine the transfer encoding for the response body.TheResponseMessage
object represents the header used for a response.TheResponseObserver
is used to observe the response streams.TheTimer
object is used to set the time a specific event occurred at.
-
Classes in org.simpleframework.http.core used by org.simpleframework.http.socket.serviceClassDescriptionThe
Container
object is used to process HTTP requests and compose HTTP responses.