Uses of Enum Class
eu.cloudnetservice.driver.network.netty.NettyTransport
Packages that use NettyTransport
-
Uses of NettyTransport in eu.cloudnetservice.driver.network.netty
Fields in eu.cloudnetservice.driver.network.netty declared as NettyTransportModifier and TypeFieldDescriptionprivate static final NettyTransportNettyUtil.CURR_NETTY_TRANSPORTMethods in eu.cloudnetservice.driver.network.netty that return NettyTransportModifier and TypeMethodDescriptionstatic @NonNull NettyTransportNettyTransport.availableTransport(boolean noNative) Selects and returns the first available transport.static @NonNull NettyTransportNettyUtil.selectedNettyTransport()Get the selected netty transport which will be used for client/server channel and event loop group construction.static NettyTransportReturns the enum constant of this class with the specified name.static NettyTransport[]NettyTransport.values()Returns an array containing the constants of this enum class, in the order they are declared.