| Class | Description |
|---|---|
| CustomHttpContentCompressor |
Custom Http Content Compressor to handle the content-length and transfer encoding.
|
| HttpAccessLoggingHandler |
Logging handler for HTTP access logs.
|
| HttpExceptionHandler |
A class responsible for handling exceptions occurred in HTTP inbound pipeline.
|
| HttpServerChannelInitializer |
A class that responsible for build server side channels.
|
| HttpTraceLoggingHandler |
A custom LoggingHandler for the HTTP wire logs.
|
| MaxEntityBodyValidator |
Responsible for validating request entity body size before sending it to the application.
|
| OCSPResponseBuilder |
A class for generating OCSP response.
|
| RequestDataHolder |
RequestDataHolder holds data fields of the request which might be useful later in the message flow. |
| ServerConnectorBootstrap |
ServerConnectorBootstrap is the heart of the HTTP Server Connector. |
| SourceHandler |
A Class responsible for handling incoming message through netty inbound pipeline.
|
| SslHandshakeCompletionHandlerForServer |
A handler to check whether TLS handshake has been completed.
|
| UriAndHeaderLengthValidator |
Responsible for validating the request before sending it to the application.
|
| WebSocketMessageQueueHandler |
This Handler is responsible for issuing frame by frame when the WebSocket connection is asked to read next frame
when autoRead is set to false.
|
| WebSocketServerCompressionHandler |
Extends
io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketServerExtensionHandler to
handle the WebSocket Compression Extensions. |
| WebSocketServerHandshakeHandler |
WebSocket handshake handler for carbon transports.
|
Copyright © 2022 WSO2. All rights reserved.