Uses of Package
org.simpleframework.http.core

  • Class
    Description
    The BodyEncoder object is used to encode content from the HTTP response.
    The BodyEncoderFactory is used to create a producer to match the HTTP header sent with the response.
    The BodyObserver object is core to how the requests are processed from a pipeline.
    The Collector object is used to collect all of the data used to form a request entity.
    The Container object is used to process HTTP requests and compose HTTP responses.
    The ContainerEvent enum represents events that occur when processing a HTTP transaction.
    The Controller interface represents an object which is used to process collection events.
    The Conversation object is used to set and interpret the semantics of the HTTP headers with regard to the encoding used for the response.
    The QueryBuilder object is used to create the query.
    The RequestMessage object is used to create a HTTP request header representation.
    The ResponseBuffer object is an output stream that can buffer bytes written up to a given size.
    The ResponseEncoder object acts as a means to determine the transfer encoding for the response body.
    The ResponseMessage object represents the header used for a response.
    The ResponseObserver is used to observe the response streams.
    The Timer object is used to set the time a specific event occurred at.
  • Class
    Description
    The Container object is used to process HTTP requests and compose HTTP responses.