Uses of Interface
org.jdrupes.httpcodec.MessageHeader
Packages that use MessageHeader
Package
Description
The entry point interfaces and classes.
Classes required for handling the HTTP protocol.
Classes for handling the Websocket protocol.
- 
Uses of MessageHeader in org.jdrupes.httpcodecClasses in org.jdrupes.httpcodec with type parameters of type MessageHeaderModifier and TypeClassDescriptionclassClientEngine<Q extends MessageHeader,R extends MessageHeader> An engine that can be used as a client.classClientEngine<Q extends MessageHeader,R extends MessageHeader> An engine that can be used as a client.interfaceDecoder<T extends MessageHeader,R extends MessageHeader> The general interface of a decoder.interfaceDecoder<T extends MessageHeader,R extends MessageHeader> The general interface of a decoder.static classDecoder.Result<R extends MessageHeader>The result from decoding.protected static classDecoder.Result.Factory<R extends MessageHeader>The Factory for (extended) results.interfaceEncoder<T extends MessageHeader,D extends MessageHeader> The general interface of an encoder.interfaceEncoder<T extends MessageHeader,D extends MessageHeader> The general interface of an encoder.classServerEngine<Q extends MessageHeader,R extends MessageHeader> An engine that can be used as a server.classServerEngine<Q extends MessageHeader,R extends MessageHeader> An engine that can be used as a server.Methods in org.jdrupes.httpcodec that return types with arguments of type MessageHeaderModifier and TypeMethodDescriptionClass<? extends MessageHeader>ServerEngine.decoding()Returns the type of the messages decoded by this server.Class<? extends MessageHeader>ServerEngine.encoding()Returns the type of the messages encoded by this server.
- 
Uses of MessageHeader in org.jdrupes.httpcodec.protocols.httpClasses in org.jdrupes.httpcodec.protocols.http with type parameters of type MessageHeaderModifier and TypeClassDescriptionstatic classHttpDecoder.Result<R extends MessageHeader>Results fromHttpDecoderadd no additional information toDecoder.Result.protected static classHttpDecoder.Result.Factory<R extends MessageHeader>A factory for creating new Results.Classes in org.jdrupes.httpcodec.protocols.http that implement MessageHeaderModifier and TypeClassDescriptionclassRepresents an HTTP message header (either request or response).classRepresents an HTTP request header.classRepresents an HTTP response header.Methods in org.jdrupes.httpcodec.protocols.http that return MessageHeaderModifier and TypeMethodDescriptionHttpMessageHeader.setHasPayload(boolean hasPayload) Set the flag that indicates whether this header is followed by a body.
- 
Uses of MessageHeader in org.jdrupes.httpcodec.protocols.websocketClasses in org.jdrupes.httpcodec.protocols.websocket that implement MessageHeaderModifier and TypeClassDescriptionclassRepresents a WebSocket close frame.classA special close frame created by the decoder.classControl frames with binary application data.classThe base class for all Websocket frame headers.classThe Websocket message header.classThe Websocket ping frame.classThe Websocket pong frame.