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