All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description Address TheAddressinterface is used to represent a generic uniform resource identifier.AddressParser This parser is used to parse uniform resource identifiers.ArrayConsumer TheArrayConsumerobject is a consumer that consumes bytes in to an internal array before processing.BinaryData TheBinaryDataobject represents a binary payload for a WebScoket frame.Body TheBodyinterface is used to represent the body of a HTTP entity.BodyConsumer TheBodyConsumeris used to consume the body of an HTTP message.ByteConsumer TheByteConsumerobject is used to consume and process bytes from a cursor.ChunkedConsumer TheChunkedConsumeris reads an decodes a stream using the chunked transfer coding.CloseCode TheCloseCodeenumerates the closure codes specified in RFC 6455.Container TheContainerobject is used to process HTTP requests and compose HTTP responses.ContainerEvent TheContainerEventenum represents events that occur when processing a HTTP transaction.ContainerSocketProcessor TheContainerSocketProcessorobject is a connector that dispatch requests from a connected pipeline.ContainerTransportProcessor TheContainerProcessorobject is used to create channels which can be used to consume and process requests.ContentDisposition TheContentDispositionobject represents the HTTP Content-Disposition header of a request.ContentDispositionParser TheContentDispositionParserobject is used to represent a parser used to parse the Content-Disposition header.ContentType This provides access to the MIME type parts, that is the primary type, the secondary type and an optional character set parameter.ContentTypeParser This provides access to the MIME type parts, that is the primary type, the secondary type and an optional character set parameter.Conversation TheConversationobject is used to set and interpret the semantics of the HTTP headers with regard to the encoding used for the response.Cookie This class is used to represent a generic cookie.CookieParser CookieParser is used to parse the cookie header.Data TheDatainterface represents a payload for a WebScoket frame.DataConverter TheDataConverterobject is used to convert binary data to text data and vice versa.DataFrame TheDataFrameobject represents a frame as defined in RFC 6455.DateParser This is used to create aParserfor the HTTP date format.DirectRouter TheDirectRouterobject is used to create a router that uses a single service.EmptyConsumer TheEmptyConsumerobject is used to represent a body of zero length.Entity TheEntityobject is used to represent the HTTP entity received from the client.EntityConsumer TheEntityConsumerobject is used to consume data from a cursor and build a request entity.FileUploadConsumer TheFileUploadConsumerobject is used to consume a list of parts encoded in the multipart format.FixedLengthConsumer TheFixedLengthConsumerobject reads a fixed number of bytes from a cursor.Frame TheFrameinterface represents a frame as defined in RFC 6455.FrameChannel TheFrameChannelrepresents a full duplex communication channel as defined by RFC 6455.FrameListener TheFrameListeneris used to listen for incoming frames on aWebSocket.FrameType TheFrameTyperepresents the set of opcodes defined in RFC 6455.Header This is aHeaderobject that is used to represent a basic form for the HTTP request message.HeaderConsumer TheHeaderConsumerobject is used to consume a HTTP header from the cursor.LanguageParser LanguageParser is used to parse the HTTPAccept-Languageheader.ListParser<T> TheListParseris used to extract a comma separated list of HTTP header values.Message TheMessageobject is used to store an retrieve the headers for both a request and response.MessageHeader TheMessageobject is used to store an retrieve the headers for both a request and response.Method TheMethodinterface contains the common HTTP methods that are sent with a request.Part ThePartobject is used to represent a part within a request message.Path ThePathrepresents the path part of a URI.PathParser This is used to parse a path given as part of a URI.PathRouter ThePathRouteris used when there are multiple services that can be used.Principal ThePrincipalinterface is used to describe a user that has a name and password.PrincipalParser PrincipalParser is a parser class for the HTTP basic authorization header.Protocol This represents the HTTP header names defined in RFC 2616.ProtocolRouter TheProtocolRouteris used when there are multiple services that can be used.Query TheQueryobject is used to represent HTTP query parameters.QueryParser TheParameterParseris used to parse data encoded in theapplication/x-www-form-urlencodedMIME type.Reason TheReasonobject is used to hold a textual reason for connection closure and an RFC 6455 defined code.Request TheRequestis used to provide an interface to the HTTP entity body and message header.RequestConsumer TheRequestConsumerobject is used to parse the HTTP request line followed by the HTTP message headers.RequestHeader This is aHeaderobject that is used to represent a basic form for the HTTP request message.RequestLine TheRequestLineis used to represent a HTTP request line.RequestWrapper TheRequestWrapperobject is used so that the originalRequestobject can be wrapped in a filtering proxy object.Response This is used to represent the HTTP response.ResponseHeader TheResponseHeaderobject is used to manipulate the header information for a given response.ResponseWrapper TheResponseWrapperobject is used so that the originalResponseobject can be wrapped in a filtering proxy object.Router TheRouterinterface represents a means of routing a session initiating request to the correct service.RouterContainer TheRouterContaineris used to route requests that satisfy a WebSocket opening handshake to a specific service.Scheme TheSchemerepresents a scheme used for a URI.Segment TheSegmentobject represents a collection of header values that is followed by a body.SegmentConsumer TheSegmentConsumerobject provides a consumer that is used to consume a HTTP header.Service TheServiceinterface represents a service that can be used to communicate with the WebSocket protocol defined in RFC 6455.ServiceEvent TheServiceEventenumeration contains the events that are dispatched processing a WebSocket.Session TheSessionobject represents a simple WebSocket session that contains the connection handshake details and the actual socket.Status TheStatusenumeration is used to specify status codes and the descriptions of those status codes.StatusLine TheStatusLineis used to represent a HTTP status line.TextData TheTextDataobject represents a text payload for a WebScoket frame.UpdateConsumer TheUpdateConsumerobject is used to create a consumer that is used to consume and process large bodies.ValueParser TheValueParseris used to extract a comma separated list of HTTP header values.