| Class and Description |
|---|
| BodyProducer
Class for producing response body in streaming fashion.
|
| ChannelPipelineModifier
This class allows user modify a
ChannelPipeline when it gets initialized, which happens on every
new channel |
| ChunkResponder
A responder for sending chunk-encoded response
|
| ExceptionHandler
Handles exceptions and provides a response via the
HttpResponder. |
| HandlerContext
Place holder for information about the environment.
|
| HandlerHook
Interface that needs to be implemented to intercept handler method calls.
|
| HttpHandler
Interface that needs to be implemented for handling HTTP methods.
|
| HttpResponder
HttpResponder is used to send response back to clients.
|
| NettyHttpService
Webservice implemented using the netty framework.
|
| NettyHttpService.Builder
Builder to help create the NettyHttpService.
|
| SSLConfig
A class that encapsulates SSLContext configuration.
|
| SSLConfig.Builder
Builder to help create the SSLConfig.
|
| SSLHandlerFactory
A class that encapsulates SSL Certificate Information.
|
| URLRewriter
Re-writes URL of an incoming request before any handlers or their hooks are called.
|
Copyright 2019 Cask, Inc. Licensed under the Apache License, Version 2.0