Package org.curioswitch.common.server.framework.armeria
-
Class Summary Class Description ClientBuilderFactory A convenience factory that sets up aClientBuilder
with appropriate default parameters.Constants CurrentRequestContextForwardingExecutorService AExecutor
that will run tasks on a delegate, making callbacks context-aware when aRequestContext
is available.SslContextKeyConverter A very hacky way of using keys withSslContextBuilder
, transparently converting to PKCS#8 as needed. -
Enum Summary Enum Description CurrentRequestContextExecutor AnExecutor
that will try to execute tasks on the event loop of the currentRequestContext
when available orForkJoinPool.common
otherwise.