Class | Description |
---|---|
HttpServerPipelineFactory |
The
ChannelPipelineFactory which is used to serve HTTP Traffic. |
HttpsServerPipelineFactory |
HttpServerPipelineFactory subclass which enable the use of HTTPS |
NettyHttpRequest |
Abstraction for an inbound http request on the server, or a response from a server to a client
We have this abstraction so that we can reuse marshalling objects in a client framework and serverside framework
|
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 |
SimpleChannelUpstreamHandler which handles the requests and dispatch them. |
RestEasyHttpRequestDecoder |
This
OneToOneDecoder is responsible for decode HttpRequest
to NettyHttpRequest 's
This implementation is ChannelHandler.Sharable |
RestEasyHttpResponseEncoder |
OneToOneEncoder implementation which encodes HttpResponse 's to
HttpResponse 's
This implementation is ChannelHandler.Sharable |
Enum | Description |
---|---|
RestEasyHttpRequestDecoder.Protocol |
Copyright © 2013. All Rights Reserved.