Package org.jboss.resteasy.plugins.server.netty
package org.jboss.resteasy.plugins.server.netty
-
ClassDescriptionClass to help application that are built to write to an OutputStream to chunk the contentAbstraction for an inbound http request on the server, or a response from a server to a clientAn HTTP server that sends back the content of the received HTTP request in a pretty plaintext form.Helper/delegate class to unify Servlet and Filter dispatcher implementations
SimpleChannelInboundHandler
which handles the requests and dispatch them.ThisMessageToMessageDecoder
is responsible for decodeHttpRequest
toNettyHttpRequest
's This implementation isChannelHandler.Sharable
Deprecated.MessageToMessageEncoder
implementation which encodesHttpResponse
's toHttpResponse
's This implementation isChannelHandler.Sharable
TLS/SSL Server Name Indication configuration.