| Package | Description |
|---|---|
| com.linecorp.armeria.internal |
Various classes used internally.
|
| Class and Description |
|---|
| AbstractHttp2ConnectionHandler
An
Http2ConnectionHandler with some workarounds and additional extension points. |
| AbstractHttp2ConnectionHandlerBuilder |
| FallthroughException
A
RuntimeException raised for falling through to the next something. |
| 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. |
| TrafficLoggingHandler
A Netty handler that logs the I/O traffic of a connection.
|
| TransportType
Native transport types.
|
Copyright © 2020 LeanCloud. All rights reserved.