| Package | Description |
|---|---|
| com.linecorp.armeria.internal.common.util |
Various classes used internally.
|
| Modifier and Type | Method and Description |
|---|---|
static TransportType |
TransportType.detectTransportType()
Returns the available
TransportType. |
static TransportType |
TransportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransportType[] |
TransportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
io.netty.channel.EventLoopGroup |
TransportType.newEventLoopGroup(int nThreads,
Function<TransportType,ThreadFactory> threadFactoryFactory)
Creates the available
EventLoopGroup. |
Copyright © 2020 LeanCloud. All rights reserved.