| Interface | Description |
|---|---|
| DefaultTimeoutController.TimeoutTask |
A timeout task that is invoked when the deadline exceeded.
|
| TimeoutController |
A controller that schedules the timeout task with the initial value or reschedule when the timeout
setting is changed.
|
| Class | Description |
|---|---|
| AbstractHttp2ConnectionHandler |
An
Http2ConnectionHandler with some workarounds and additional extension points. |
| AbstractHttp2ConnectionHandlerBuilder<T extends AbstractHttp2ConnectionHandler,B extends AbstractHttp2ConnectionHandlerBuilder<T,B>> | |
| AbstractRequestContextAwareFuture<T> |
A base class for
CompletableFuture which pushing RequestContext into the thread-local
when executes callbacks. |
| ArmeriaHttpUtil |
Provides various utility functions for internal use related with HTTP.
|
| DefaultTimeoutController |
Default
TimeoutController implementation. |
| Http1ObjectEncoder | |
| Http2GoAwayHandler |
Handles GOAWAY frames.
|
| Http2ObjectEncoder | |
| HttpObjectEncoder |
Converts an
HttpObject into a protocol-specific object and writes it into a Channel. |
| IdleTimeoutHandler | |
| InboundTrafficController | |
| JavaVersionSpecific |
Contains APIs that are implemented differently based on the version of Java being run.
|
| PathAndQuery |
A parser of the raw path and query components of an HTTP path.
|
| ReadSuppressingHandler |
A
ChannelOutboundHandler that suppresses unnecessary ChannelHandlerContext.read() calls
when auto-read is disabled. |
| RequestContextThreadLocal | |
| RequestContextUtil |
Utilities for
RequestContext. |
| TrafficLoggingHandler |
A Netty handler that logs the I/O traffic of a connection.
|
Copyright © 2020 LeanCloud. All rights reserved.