Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Io.netty.handler.codec.http Classes and Interfaces - 220 results found.
NameDescriptionTypePackageFramework
AbstractDiskHttpDataClassio.netty.handler.codec.http.multipartNetty
AbstractHttpDataClassio.netty.handler.codec.http.multipartNetty
AbstractMemoryHttpDataClassio.netty.handler.codec.http.multipartNetty
AttributeInterfaceio.netty.handler.codec.http.multipartNetty
BinaryWebSocketFrameClassio.netty.handler.codec.http.websocketxNetty
ClientCookieDecoderA RFC6265 compliant cookie decoder to be used client side.Classio.netty.handler.codec.httpNetty
ClientCookieEncoderA RFC6265 compliant cookie encoder to be used client side,so only name=value pairs are sent.Classio.netty.handler.codec.httpNetty
CloseWebSocketFrameClassio.netty.handler.codec.http.websocketxNetty
CompressorHttp2ConnectionEncoderA HTTP2 encoder that will compress data frames according to the content-encoding header for each stream.Classio.netty.handler.codec.http2Netty
CompressorHttp2ConnectionEncoder .BuilderClassio.netty.handler.codec.http2.CompressorHttp2ConnectionEncoderNetty
ContinuationWebSocketFrameWeb Socket continuation frame containing continuation text or binary data.Classio.netty.handler.codec.http.websocketxNetty
CookieInterfaceio.netty.handler.codec.httpNetty
CorsConfigConfiguration for Cross-Origin Resource Sharing (CORS).Classio.netty.handler.codec.http.corsNetty
CorsConfig .BuilderBuilder used to configure and build a CorsConfig instance.Classio.netty.handler.codec.http.cors.CorsConfigNetty
CorsConfig .DateValueGeneratorThis callable is used for the DATE preflight HTTP response HTTP header.Classio.netty.handler.codec.http.cors.CorsConfigNetty
CorsHandlerHandles Cross Origin Resource Sharing (CORS) requests.Classio.netty.handler.codec.http.corsNetty
DefaultCookieThe default Cookie implementation.Classio.netty.handler.codec.httpNetty
DefaultFullHttpRequestDefault implementation of FullHttpRequest.Classio.netty.handler.codec.httpNetty
DefaultFullHttpResponseDefault implementation of a FullHttpResponse.Classio.netty.handler.codec.httpNetty
DefaultHttp2ConnectionSimple implementation of Http2Connection.Classio.netty.handler.codec.http2Netty
DefaultHttp2ConnectionDecoderProvides the default implementation for processing inbound frame events and delegates to aThis class will read HTTP/2 frames and delegate the events to a Http2FrameListenerClassio.netty.handler.codec.http2Netty
DefaultHttp2ConnectionDecoder .BuilderBuilder for instances of DefaultHttp2ConnectionDecoder.Classio.netty.handler.codec.http2.DefaultHttp2ConnectionDecoderNetty
DefaultHttp2ConnectionEncoderDefault implementation of Http2ConnectionEncoder.Classio.netty.handler.codec.http2Netty
DefaultHttp2ConnectionEncoder .BuilderBuilder for new instances of DefaultHttp2ConnectionEncoder.Classio.netty.handler.codec.http2.DefaultHttp2ConnectionEncoderNetty
DefaultHttp2FrameReaderA Http2FrameReader that supports all frame types defined by the HTTP/2 specification.Classio.netty.handler.codec.http2Netty
DefaultHttp2FrameWriterA Http2FrameWriter that supports all frame types defined by the HTTP/2 specification.Classio.netty.handler.codec.http2Netty
DefaultHttp2HeadersClassio.netty.handler.codec.http2Netty
DefaultHttp2HeadersDecoderClassio.netty.handler.codec.http2Netty
DefaultHttp2HeadersEncoderClassio.netty.handler.codec.http2Netty
DefaultHttp2LocalFlowControllerBasic implementation of Http2LocalFlowController.Classio.netty.handler.codec.http2Netty
DefaultHttp2RemoteFlowControllerBasic implementation of Http2RemoteFlowController.Classio.netty.handler.codec.http2Netty
DefaultHttp2StreamRemovalPolicyA Http2StreamRemovalPolicy that periodically runs garbage collection on streams that havebeen marked for removal.Classio.netty.handler.codec.http2Netty
DefaultHttpContentThe default HttpContent implementation.Classio.netty.handler.codec.httpNetty
DefaultHttpDataFactoryDefault factory giving Attribute and FileUpload according to constructorAttribute and FileUpload could be :Classio.netty.handler.codec.http.multipartNetty
DefaultHttpHeadersClassio.netty.handler.codec.httpNetty
DefaultHttpMessageThe default HttpMessage implementation.Classio.netty.handler.codec.httpNetty
DefaultHttpObjectClassio.netty.handler.codec.httpNetty
DefaultHttpRequestThe default HttpRequest implementation.Classio.netty.handler.codec.httpNetty
DefaultHttpResponseThe default HttpResponse implementation.Classio.netty.handler.codec.httpNetty
DefaultLastHttpContentThe default LastHttpContent implementation.Classio.netty.handler.codec.httpNetty
DeflateFrameClientExtensionHandshakerhandshake implementation.Classio.netty.handler.codec.http.websocketx.extensions.compressionNetty
DeflateFrameServerExtensionHandshakerhandshake implementation.Classio.netty.handler.codec.http.websocketx.extensions.compressionNetty
DelegatingDecompressorFrameListenerA HTTP2 frame listener that will decompress data frames according to the content-encoding header for eachstream.Classio.netty.handler.codec.http2Netty
DiskAttributeClassio.netty.handler.codec.http.multipartNetty
DiskFileUploadClassio.netty.handler.codec.http.multipartNetty
EmptyHttp2HeadersClassio.netty.handler.codec.http2Netty
EmptyHttpHeadersClassio.netty.handler.codec.httpNetty
FileUploadFileUpload interface that could be in memory, on temporary file or any other implementations.Interfaceio.netty.handler.codec.http.multipartNetty
FullHttpMessageCombines HttpMessage and LastHttpContent into onemessage.Interfaceio.netty.handler.codec.httpNetty
FullHttpRequestCombinate the HttpRequest and FullHttpMessage, so the request is a complete HTTP request.Interfaceio.netty.handler.codec.httpNetty
FullHttpResponseCombination of a HttpResponse and FullHttpMessage.Interfaceio.netty.handler.codec.httpNetty
Http2ClientUpgradeCodecClient-side cleartext upgrade codec from HTTP to HTTP/2.Classio.netty.handler.codec.http2Netty
Http2CodecUtilConstants and utility method used for encoding/decoding HTTP2 frames.Classio.netty.handler.codec.http2Netty
Http2ConnectionManager for the state of an HTTP/2 connection with the remote end-point.Interfaceio.netty.handler.codec.http2Netty
Http2Connection .EndpointA view of the connection from one endpoint (local or remote).Interfaceio.netty.handler.codec.http2.Http2ConnectionNetty
Http2Connection .ListenerListener for life-cycle events for streams in this connection.Interfaceio.netty.handler.codec.http2.Http2ConnectionNetty
Http2ConnectionAdapterProvides empty implementations of all Http2Connection.Classio.netty.handler.codec.http2Netty
Http2ConnectionDecoderHandler for inbound traffic on behalf of Http2ConnectionHandler.Interfaceio.netty.handler.codec.http2Netty
Http2ConnectionDecoder .BuilderBuilder for new instances of Http2ConnectionDecoder.Interfaceio.netty.handler.codec.http2.Http2ConnectionDecoderNetty
Http2ConnectionEncoderHandler for outbound HTTP/2 traffic.Interfaceio.netty.handler.codec.http2Netty
Http2ConnectionEncoder .BuilderBuilder for new instances of Http2ConnectionEncoder.Interfaceio.netty.handler.codec.http2.Http2ConnectionEncoderNetty
Http2ConnectionHandlerProvides the default implementation for processing inbound frame events and delegates to aThis class will read HTTP/2 frames and delegate the events to a Http2FrameListenerClassio.netty.handler.codec.http2Netty
Http2DataWriterInterface that defines an object capable of producing HTTP/2 data frames.Interfaceio.netty.handler.codec.http2Netty
Http2ErrorAll error codes identified by the HTTP/2 spec.Classio.netty.handler.codec.http2Netty
Http2EventAdapterThis class brings Http2Connection.Classio.netty.handler.codec.http2Netty
Http2ExceptionException thrown when an HTTP/2 error was encountered.Classio.netty.handler.codec.http2Netty
Http2Exception .CompositeStreamExceptionProvides the ability to handle multiple stream exceptions with one throw statement.Classio.netty.handler.codec.http2.Http2ExceptionNetty
Http2Exception .StreamExceptionRepresents an exception that can be isolated to a single stream (as opposed to the entire connection).Classio.netty.handler.codec.http2.Http2ExceptionNetty
Http2FlagsProvides utility methods for accessing specific flags as defined by the HTTP/2 spec.Classio.netty.handler.codec.http2Netty
Http2FlowControllerBase interface for all HTTP/2 flow controllers.Interfaceio.netty.handler.codec.http2Netty
Http2FrameAdapterConvenience class that provides no-op implementations for all methods of Http2FrameListener.Classio.netty.handler.codec.http2Netty
Http2FrameListenerAn listener of HTTP/2 frames.Interfaceio.netty.handler.codec.http2Netty
Http2FrameListenerDecoratorClassio.netty.handler.codec.http2Netty
Http2FrameLoggerLogs HTTP2 frames for debugging purposes.Classio.netty.handler.codec.http2Netty
Http2FrameLogger .DirectionClassio.netty.handler.codec.http2.Http2FrameLoggerNetty
Http2FrameReaderReads HTTP/2 frames from an input ByteBuf and notifies the specifiedHttp2FrameListener when frames are complete.Interfaceio.netty.handler.codec.http2Netty
Http2FrameReader .ConfigurationInterfaceio.netty.handler.codec.http2.Http2FrameReaderNetty
Http2FrameSizePolicyInterfaceio.netty.handler.codec.http2Netty
Http2FrameTypesRegistry of all standard frame types defined by the HTTP/2 specification.Classio.netty.handler.codec.http2Netty
Http2FrameWriterA writer responsible for marshaling HTTP/2 frames to the channel.Interfaceio.netty.handler.codec.http2Netty
Http2FrameWriter .ConfigurationInterfaceio.netty.handler.codec.http2.Http2FrameWriterNetty
Http2HeadersA collection of headers sent or received via HTTP/2.Interfaceio.netty.handler.codec.http2Netty
Http2Headers .PseudoHeaderNameHTTP/2 pseudo-headers names.Classio.netty.handler.codec.http2.Http2HeadersNetty
Http2HeadersDecoderDecodes HPACK-encoded headers blocks into Http2Headers.Interfaceio.netty.handler.codec.http2Netty
Http2HeadersDecoder .ConfigurationInterfaceio.netty.handler.codec.http2.Http2HeadersDecoderNetty
Http2HeadersEncoderEncodes Http2Headers into HPACK-encoded headers blocks.Interfaceio.netty.handler.codec.http2Netty
Http2HeadersEncoder .ConfigurationInterfaceio.netty.handler.codec.http2.Http2HeadersEncoderNetty
Http2HeaderTableInterfaceio.netty.handler.codec.http2Netty
Http2InboundFrameLoggerClassio.netty.handler.codec.http2Netty
Http2LifecycleManagerManager for the life cycle of the HTTP/2 connection.Interfaceio.netty.handler.codec.http2Netty
Http2LocalFlowControllerInterfaceio.netty.handler.codec.http2Netty
Http2NoMoreStreamIdsExceptionThis exception is thrown when there are no more stream IDs available for the current connectionSee Also:Serialized FormClassio.netty.handler.codec.http2Netty
Http2OrHttpChooserChannelHandler which is responsible to setup theChannelPipeline either for HTTP or HTTP2.Classio.netty.handler.codec.http2Netty
Http2OrHttpChooser .SelectedProtocolMust be updated to match the HTTP/2 draft number.Classio.netty.handler.codec.http2.Http2OrHttpChooserNetty
Http2OutboundFrameLoggerClassio.netty.handler.codec.http2Netty
Http2RemoteFlowControllerInterfaceio.netty.handler.codec.http2Netty
Http2RemoteFlowController .FlowControlledpayload to the stream.Interfaceio.netty.handler.codec.http2.Http2RemoteFlowControllerNetty
Http2SecurityUtilProvides utilities related to security requirements specific to HTTP/2.Classio.netty.handler.codec.http2Netty
Http2ServerUpgradeCodecServer-side codec for performing a cleartext upgrade from HTTP/1.Classio.netty.handler.codec.http2Netty
Http2SettingsSettings for one endpoint in an HTTP/2 connection.Classio.netty.handler.codec.http2Netty
Http2StreamA single stream within an HTTP2 connection.Interfaceio.netty.handler.codec.http2Netty
Http2Stream .StateThe allowed states of an HTTP2 stream.Classio.netty.handler.codec.http2.Http2StreamNetty
Http2StreamRemovalPolicyA policy for determining when it is appropriate to remove streams from an HTTP/2 stream registry.Interfaceio.netty.handler.codec.http2Netty
Http2StreamRemovalPolicy .ActionPerforms the action of removing the stream.Interfaceio.netty.handler.codec.http2.Http2StreamRemovalPolicyNetty
HttpChunkedInputA ChunkedInput that fetches data chunk by chunk for use with HTTP chunked transfers.Classio.netty.handler.codec.httpNetty
HttpClientCodecA combination of HttpRequestEncoder and HttpResponseDecoderwhich enables easier client side HTTP implementation.Classio.netty.handler.codec.httpNetty
HttpClientUpgradeHandlerClient-side handler for handling an HTTP upgrade handshake to another protocol.Classio.netty.handler.codec.httpNetty
HttpClientUpgradeHandler .SourceCodecThe source codec that is used in the pipeline initially.Interfaceio.netty.handler.codec.http.HttpClientUpgradeHandlerNetty
HttpClientUpgradeHandler .UpgradeCodecA codec that the source can be upgraded to.Interfaceio.netty.handler.codec.http.HttpClientUpgradeHandlerNetty
HttpClientUpgradeHandler .UpgradeEventUser events that are fired to notify about upgrade status.Classio.netty.handler.codec.http.HttpClientUpgradeHandlerNetty
HttpConstantsClassio.netty.handler.codec.httpNetty
HttpContentAn HTTP chunk which is used for HTTP chunked transfer-encoding.Interfaceio.netty.handler.codec.httpNetty
HttpContentCompressorCompresses an HttpMessage and an HttpContent in gzip ordeflate encoding while respecting the Accept-Encoding header.Classio.netty.handler.codec.httpNetty
HttpContentDecoderDecodes the content of the received HttpRequest and HttpContent.Classio.netty.handler.codec.httpNetty
HttpContentDecompressorDecompresses an HttpMessage and an HttpContent compressed ingzip or deflate encoding.Classio.netty.handler.codec.httpNetty
HttpContentEncoderEncodes the content of the outbound HttpResponse and HttpContent.Classio.netty.handler.codec.httpNetty
HttpContentEncoder .ResultClassio.netty.handler.codec.http.HttpContentEncoderNetty
HttpDataInterfaceio.netty.handler.codec.http.multipartNetty
HttpDataFactoryInterfaceio.netty.handler.codec.http.multipartNetty
HttpHeaderNamesStandard HTTP header names.Classio.netty.handler.codec.httpNetty
HttpHeadersProvides the constants for the standard HTTP header names and values andcommonly used utility methods that accesses an HttpMessage.Interfaceio.netty.handler.codec.httpNetty
HttpHeaderUtilClassio.netty.handler.codec.httpNetty
HttpHeaderValuesStandard HTTP header values.Classio.netty.handler.codec.httpNetty
HttpMessageAn interface that defines a HTTP message, providing common properties forHttpRequest and HttpResponse.Interfaceio.netty.handler.codec.httpNetty
HttpMethodClassio.netty.handler.codec.httpNetty
HttpObjectAggregatorA ChannelHandler that aggregates an HttpMessageand its following HttpContents into a single FullHttpRequestClassio.netty.handler.codec.httpNetty
HttpObjectDecoderDecodes ByteBufs into HttpMessages andParameters that prevents excessive memory consumptionClassio.netty.handler.codec.httpNetty
HttpObjectEncoderEncodes an HttpMessage or an HttpContent intoPlease note that this encoder is designed to be extended to implementClassio.netty.handler.codec.httpNetty
HttpPostMultipartRequestDecoderThis decoder will decode Body and can handle POST BODY.Classio.netty.handler.codec.http.multipartNetty
HttpPostRequestDecoderThis decoder will decode Body and can handle POST BODY.Classio.netty.handler.codec.http.multipartNetty
HttpPostRequestDecoder .EndOfDataDecoderExceptionException when the body is fully decoded, even if there is still dataSee Also:Serialized FormClassio.netty.handler.codec.http.multipart.HttpPostRequestDecoderNetty
HttpPostRequestDecoder .ErrorDataDecoderExceptionException when an error occurs while decodingSee Also:Serialized FormClassio.netty.handler.codec.http.multipart.HttpPostRequestDecoderNetty
HttpPostRequestDecoder .MultiPartStatusClassio.netty.handler.codec.http.multipart.HttpPostRequestDecoderNetty
HttpPostRequestDecoder .NotEnoughDataDecoderExceptionException when try reading data from request in chunked format, and notenough data are available (need more chunks)Classio.netty.handler.codec.http.multipart.HttpPostRequestDecoderNetty
HttpPostRequestEncoderThis encoder will help to encode Request for a FORM as POST.Classio.netty.handler.codec.http.multipartNetty
HttpPostRequestEncoder .EncoderModeDifferent modes to use to encode form data.Classio.netty.handler.codec.http.multipart.HttpPostRequestEncoderNetty
HttpPostRequestEncoder .ErrorDataEncoderExceptionException when an error occurs while encodingSee Also:Serialized FormClassio.netty.handler.codec.http.multipart.HttpPostRequestEncoderNetty
HttpPostStandardRequestDecoderThis decoder will decode Body and can handle POST BODY.Classio.netty.handler.codec.http.multipartNetty
HttpRequestAccessing Query Parameters and CookieUnlike the Servlet API, a query string is constructed and decomposed byInterfaceio.netty.handler.codec.httpNetty
HttpRequestDecoderDecodes ByteBufs into HttpRequests and HttpContents.Classio.netty.handler.codec.httpNetty
HttpRequestEncoderClassio.netty.handler.codec.httpNetty
HttpResponseUnlike the Servlet API, Cookie support is provided separately via ClientCookieDecoder,ServerCookieDecoder, ClientCookieEncoder, and @ServerCookieEncoder.Interfaceio.netty.handler.codec.httpNetty
HttpResponseDecoderDecodes ByteBufs into HttpResponses andParameters that prevents excessive memory consumptionClassio.netty.handler.codec.httpNetty
HttpResponseEncoderClassio.netty.handler.codec.httpNetty
HttpResponseStatusClassio.netty.handler.codec.httpNetty
HttpServerCodecA combination of HttpRequestDecoder and HttpResponseEncoderwhich enables easier server side HTTP implementation.Classio.netty.handler.codec.httpNetty
HttpServerUpgradeHandlerA server-side handler that receives HTTP requests and optionally performs a protocol switch ifthe requested protocol is supported.Classio.netty.handler.codec.httpNetty
HttpServerUpgradeHandler .SourceCodecThe source codec that is used in the pipeline initially.Interfaceio.netty.handler.codec.http.HttpServerUpgradeHandlerNetty
HttpServerUpgradeHandler .UpgradeCodecA codec that the source can be upgraded to.Interfaceio.netty.handler.codec.http.HttpServerUpgradeHandlerNetty
HttpServerUpgradeHandler .UpgradeEventUser event that is fired to notify about the completion of an HTTP upgradeto another protocol.Classio.netty.handler.codec.http.HttpServerUpgradeHandlerNetty
HttpStatusClassenum HttpStatusClassThe class of HTTP status.Classio.netty.handler.codec.httpNetty
HttpToHttp2ConnectionHandlerTranslates HTTP/1.Classio.netty.handler.codec.http2Netty
HttpUtilClassio.netty.handler.codec.http2Netty
HttpUtil .ExtensionHeaderNamesProvides the HTTP header extensions used to carry HTTP/2 information in HTTP objectsHTTP extension header which will identify the authority pseudo header from the HTTP/2 event(s) responsibleClassio.netty.handler.codec.http2.HttpUtilNetty
HttpVersionClassio.netty.handler.codec.httpNetty
InboundHttp2ToHttpAdapterThis adapter provides just header/data events from the HTTP message flow definedhere HTTP/2 Spec Message Flow.Classio.netty.handler.codec.http2Netty
InboundHttp2ToHttpAdapter .BuilderClassio.netty.handler.codec.http2.InboundHttp2ToHttpAdapterNetty
InboundHttp2ToHttpPriorityAdapterTranslate header/data/priority HTTP/2 frame events into HTTP events.Classio.netty.handler.codec.http2Netty
InboundHttp2ToHttpPriorityAdapter .BuilderClassio.netty.handler.codec.http2.InboundHttp2ToHttpPriorityAdapterNetty
InterfaceHttpDataInterfaceio.netty.handler.codec.http.multipartNetty
InterfaceHttpData .HttpDataTypeClassio.netty.handler.codec.http.multipart.InterfaceHttpDataNetty
InterfaceHttpPostRequestDecoderThis decoder will decode Body and can handle POST BODY (or for PUT, PATCH or OPTIONS).Interfaceio.netty.handler.codec.http.multipartNetty
LastHttpContentThe last HttpContent which has trailing headers.Interfaceio.netty.handler.codec.httpNetty
MemoryAttributeClassio.netty.handler.codec.http.multipartNetty
MemoryFileUploadDefault FileUpload implementation that stores file into memory.Classio.netty.handler.codec.http.multipartNetty
MixedAttributeClassio.netty.handler.codec.http.multipartNetty
MixedFileUploadClassio.netty.handler.codec.http.multipartNetty
PerMessageDeflateClientExtensionHandshakerhandshake implementation.Classio.netty.handler.codec.http.websocketx.extensions.compressionNetty
PerMessageDeflateServerExtensionHandshakerhandshake implementation.Classio.netty.handler.codec.http.websocketx.extensions.compressionNetty
PingWebSocketFrameClassio.netty.handler.codec.http.websocketxNetty
PongWebSocketFrameClassio.netty.handler.codec.http.websocketxNetty
QueryStringDecoderSplits an HTTP query string into a path string and key-value parameter pairs.Classio.netty.handler.codec.httpNetty
QueryStringEncoderCreates an URL-encoded URI from a path string and key-value parameter pairs.Classio.netty.handler.codec.httpNetty
ServerCookieDecoderA RFC6265 compliant cookie decoder to be used server side.Classio.netty.handler.codec.httpNetty
ServerCookieEncoderA RFC6265 compliant cookie encoder to be used server side,so some fields are sent (Version is typically ignored).Classio.netty.handler.codec.httpNetty
TextWebSocketFrameClassio.netty.handler.codec.http.websocketxNetty
Utf8FrameValidatorClassio.netty.handler.codec.http.websocketxNetty
WebSocket00FrameDecoderDecodes ByteBufs into WebSocketFrames.Classio.netty.handler.codec.http.websocketxNetty
WebSocket00FrameEncoderEncodes a WebSocketFrame into a ByteBuf.Classio.netty.handler.codec.http.websocketxNetty
WebSocket07FrameDecoderDecodes a web socket frame from wire protocol version 7 format.Classio.netty.handler.codec.http.websocketxNetty
WebSocket07FrameEncoderEncodes a web socket frame into wire protocol version 7 format.Classio.netty.handler.codec.http.websocketxNetty
WebSocket08FrameDecoderDecodes a web socket frame from wire protocol version 8 format.Classio.netty.handler.codec.http.websocketxNetty
WebSocket08FrameEncoderEncodes a web socket frame into wire protocol version 8 format.Classio.netty.handler.codec.http.websocketxNetty
WebSocket13FrameDecoderDecodes a web socket frame from wire protocol version 13 format.Classio.netty.handler.codec.http.websocketxNetty
WebSocket13FrameEncoderEncodes a web socket frame into wire protocol version 13 format.Classio.netty.handler.codec.http.websocketxNetty
WebSocketClientCompressionHandlerto handle the most common WebSocket Compression Extensions.Classio.netty.handler.codec.http.websocketx.extensions.compressionNetty
WebSocketClientExtensionCreated once the handshake phase is done.Interfaceio.netty.handler.codec.http.websocketx.extensionsNetty
WebSocketClientExtensionHandlerThis handler negotiates and initializes the WebSocket Extensions.Classio.netty.handler.codec.http.websocketx.extensionsNetty
WebSocketClientExtensionHandshakerHandshakes a client extension with the server.Interfaceio.netty.handler.codec.http.websocketx.extensionsNetty
WebSocketClientHandshakerClassio.netty.handler.codec.http.websocketxNetty
WebSocketClientHandshaker00Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol-A very large portion of this code was taken from the Netty 3.Classio.netty.handler.codec.http.websocketxNetty
WebSocketClientHandshaker07Classio.netty.handler.codec.http.websocketxNetty
WebSocketClientHandshaker08Classio.netty.handler.codec.http.websocketxNetty
WebSocketClientHandshaker13Classio.netty.handler.codec.http.websocketxNetty
WebSocketClientHandshakerFactoryCreates a new WebSocketClientHandshaker of desired protocol version.Classio.netty.handler.codec.http.websocketxNetty
WebSocketClientProtocolHandlerThis handler does all the heavy lifting for you to run a websocket client.Classio.netty.handler.codec.http.websocketxNetty
WebSocketClientProtocolHandler .ClientHandshakeStateEventEvents that are fired to notify about handshake statusThe Handshake was complete succesful and so the channel was upgraded to websocketsClassio.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandlerNetty
WebSocketExtensionCreated once the handshake phase is done.Interfaceio.netty.handler.codec.http.websocketx.extensionsNetty
WebSocketExtensionDataA WebSocket Extension data from the Sec-WebSocket-Extensions header.Classio.netty.handler.codec.http.websocketx.extensionsNetty
WebSocketExtensionDecoderConvenient class for io.Classio.netty.handler.codec.http.websocketx.extensionsNetty
WebSocketExtensionEncoderConvenient class for io.Classio.netty.handler.codec.http.websocketx.extensionsNetty
WebSocketExtensionUtilClassio.netty.handler.codec.http.websocketx.extensionsNetty
WebSocketFrameClassio.netty.handler.codec.http.websocketxNetty
WebSocketFrameAggregatorHandler that aggregate fragmented WebSocketFrame's.Classio.netty.handler.codec.http.websocketxNetty
WebSocketFrameDecoderMarker interface which all WebSocketFrame decoders need to implement.Interfaceio.netty.handler.codec.http.websocketxNetty
WebSocketFrameEncoderMarker interface which all WebSocketFrame encoders need to implement.Interfaceio.netty.handler.codec.http.websocketxNetty
WebSocketHandshakeExceptionException during handshaking processSee Also:Serialized FormClassio.netty.handler.codec.http.websocketxNetty
WebSocketServerCompressionHandlerto handle the most common WebSocket Compression Extensions.Classio.netty.handler.codec.http.websocketx.extensions.compressionNetty
WebSocketServerExtensionCreated once the handshake phase is done.Interfaceio.netty.handler.codec.http.websocketx.extensionsNetty
WebSocketServerExtensionHandlerThis handler negotiates and initializes the WebSocket Extensions.Classio.netty.handler.codec.http.websocketx.extensionsNetty
WebSocketServerExtensionHandshakerHandshakes a client extension based on this server capabilities.Interfaceio.netty.handler.codec.http.websocketx.extensionsNetty
WebSocketServerHandshakerClassio.netty.handler.codec.http.websocketxNetty
WebSocketServerHandshaker00Performs server side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol-A very large portion of this code was taken from the Netty 3.Classio.netty.handler.codec.http.websocketxNetty
WebSocketServerHandshaker07Classio.netty.handler.codec.http.websocketxNetty
WebSocketServerHandshaker08Classio.netty.handler.codec.http.websocketxNetty
WebSocketServerHandshaker13Performs server side opening and closing handshakes for RFC 6455(originally web socket specification draft-ietf-hybi-thewebsocketprotocol-17).Classio.netty.handler.codec.http.websocketxNetty
WebSocketServerHandshakerFactoryAuto-detects the version of the Web Socket protocol in use and creates a new properWebSocketServerHandshaker.Classio.netty.handler.codec.http.websocketxNetty
WebSocketServerProtocolHandlerThis handler does all the heavy lifting for you to run a websocket server.Classio.netty.handler.codec.http.websocketxNetty
WebSocketServerProtocolHandler .ServerHandshakeStateEventEvents that are fired to notify about handshake statusThe Handshake was complete succesful and so the channel was upgraded to websocketsClassio.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandlerNetty
WebSocketVersionenum WebSocketVersionVersions of the web socket specification.Classio.netty.handler.codec.http.websocketxNetty