| Class | Description |
|---|---|
| ChunkOutputStream |
Class to help application that are built to write to an
OutputStream to chunk the content
|
| HttpServerPipelineFactory |
The
ChannelPipelineFactory which is used to serve HTTP Traffic. |
| HttpsServerPipelineFactory |
HttpServerPipelineFactory subclass which enable the use of HTTPS |
| NettyContainer | |
| NettyHttpRequest |
Abstraction for an inbound http request on the server, or a response from a server to a client
|
| NettyHttpResponse | |
| NettyJaxrsServer |
An HTTP server that sends back the content of the received HTTP request
in a pretty plaintext form.
|
| NettySecurityContext | |
| NettyUtil | |
| RequestDispatcher |
Helper/delegate class to unify Servlet and Filter dispatcher implementations
|
| RequestHandler |
SimpleChannelInboundHandler which handles the requests and dispatch them. |
| RestEasyHttpRequestDecoder |
This
MessageToMessageDecoder is responsible for decode HttpRequest
to NettyHttpRequest's
This implementation is ChannelHandler.Sharable |
| RestEasyHttpResponseEncoder |
MessageToMessageEncoder implementation which encodes HttpResponse's to
HttpResponse's
This implementation is ChannelHandler.Sharable |
| SniConfiguration |
TLS/SSL Server Name Indication configuration.
|
| Enum | Description |
|---|---|
| RestEasyHttpRequestDecoder.Protocol |
Copyright © 2021 JBoss by Red Hat. All rights reserved.