Package org.simpleframework.http.core
-
Interface Summary Interface Description Container TheContainer
object is used to process HTTP requests and compose HTTP responses. -
Class Summary Class Description ContainerSocketProcessor TheContainerSocketProcessor
object is a connector that dispatch requests from a connected pipeline.ContainerTransportProcessor TheContainerProcessor
object is used to create channels which can be used to consume and process requests.Conversation TheConversation
object is used to set and interpret the semantics of the HTTP headers with regard to the encoding used for the response. -
Enum Summary Enum Description ContainerEvent TheContainerEvent
enum represents events that occur when processing a HTTP transaction.