| Class | Description |
|---|---|
| BouncyCastleKeyFactoryProvider |
A downsized version of
BouncyCastleProvider which provides only RSA/DSA/EC KeyFactorySpis. |
| ChannelUtil | |
| EventLoopCheckingUtil | |
| EventLoopThread |
An event loop thread with support for
TemporaryThreadLocals, Netty FastThreadLocal and
Project Reactor NonBlocking. |
| HttpTimestampSupplier |
Utility to supply HTTP formatted timestamps in an optimized way.
|
| ObjectCollectingUtil |
A utility class which provides functions for collecting objects published from a
Publisher or
Stream. |
| PooledObjects |
Utility class that deals with pooled objects such as
ByteBufHolder and ByteBuf. |
| SslContextUtil |
Utilities for configuring
SslContextBuilder. |
| TemporaryThreadLocals |
Provides various thread-local variables used by Armeria internally, mostly to avoid allocating
short-living objects, such as
byte[] and StringBuilder. |
| Types |
Provides various utility functions for Java types.
|
| Enum | Description |
|---|---|
| TransportType |
Native transport types.
|
| Exception | Description |
|---|---|
| FallthroughException |
A
RuntimeException raised for falling through to the next something. |
Copyright © 2020 LeanCloud. All rights reserved.