Uses of Enum Class
org.graylog2.inputs.transports.netty.NettyTransportType
Packages that use NettyTransportType
-
Uses of NettyTransportType in org.graylog2.inputs.transports
Methods in org.graylog2.inputs.transports that return NettyTransportType -
Uses of NettyTransportType in org.graylog2.inputs.transports.netty
Methods in org.graylog2.inputs.transports.netty that return NettyTransportTypeModifier and TypeMethodDescriptionstatic NettyTransportTypeReturns the enum constant of this class with the specified name.static NettyTransportType[]NettyTransportType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.graylog2.inputs.transports.netty with parameters of type NettyTransportTypeModifierConstructorDescriptionDatagramChannelFactory(NettyTransportType transportType) ServerSocketChannelFactory(NettyTransportType transportType)