Uses of Enum
org.apache.qpid.jms.transports.netty.EventLoopType
Packages that use EventLoopType
-
Uses of EventLoopType in org.apache.qpid.jms.transports.netty
Methods in org.apache.qpid.jms.transports.netty that return EventLoopTypeModifier and TypeMethodDescriptionstatic EventLoopTypeReturns the enum constant of this type with the specified name.static EventLoopTypeEventLoopType.valueOf(TransportOptions transportOptions) Returns the enum constant of this type with the specified name.static EventLoopType[]EventLoopType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.qpid.jms.transports.netty with parameters of type EventLoopTypeModifier and TypeMethodDescriptionstatic EventLoopGroupRefNettyEventLoopGroupFactory.sharedGroup(EventLoopType type, int threads) static EventLoopGroupRefNettyEventLoopGroupFactory.unsharedGroup(EventLoopType type, ThreadFactory threadFactory)