Uses of Enum Class
eu.cloudnetservice.driver.impl.network.netty.NettyTransport
Packages that use NettyTransport
-
Uses of NettyTransport in eu.cloudnetservice.driver.impl.network.netty
Subclasses with type arguments of type NettyTransport in eu.cloudnetservice.driver.impl.network.nettyModifier and TypeClassDescriptionenumHolds all supported transport types and functionality to retrieve model instances for servers/clients construction.Fields in eu.cloudnetservice.driver.impl.network.netty declared as NettyTransportModifier and TypeFieldDescriptionprivate static final NettyTransportNettyUtil.SELECTED_NETTY_TRANSPORTMethods in eu.cloudnetservice.driver.impl.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.