| Package | Description |
|---|---|
| com.linecorp.armeria.internal.common |
Various classes used internally.
|
| Class and Description |
|---|
| AbstractHttp2ConnectionHandler
An
Http2ConnectionHandler with some workarounds and additional extension points. |
| AbstractHttp2ConnectionHandlerBuilder |
| DefaultTimeoutController.TimeoutTask
A timeout task that is invoked when the deadline exceeded.
|
| HttpObjectEncoder
Converts an
HttpObject into a protocol-specific object and writes it into a Channel. |
| 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. |
| TimeoutController
A controller that schedules the timeout task with the initial value or reschedule when the timeout
setting is changed.
|
| TrafficLoggingHandler
A Netty handler that logs the I/O traffic of a connection.
|
Copyright © 2020 LeanCloud. All rights reserved.