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
BodyEncoderobject is used to encode content from the HTTP response.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.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.TheContainerEventenum represents events that occur when processing a HTTP transaction.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.TheQueryBuilderobject is used to create the query.TheRequestMessageobject is used to create a HTTP request header representation.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.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. -
Classes in org.simpleframework.http.core used by org.simpleframework.http.socket.serviceClassDescriptionThe
Containerobject is used to process HTTP requests and compose HTTP responses.