Uses of Class
org.apache.qpid.jms.transports.netty.EventLoopType
-
Packages that use EventLoopType Package Description org.apache.qpid.jms.transports.netty -
-
Uses of EventLoopType in org.apache.qpid.jms.transports.netty
Methods in org.apache.qpid.jms.transports.netty that return EventLoopType Modifier and Type Method Description static EventLoopTypeEventLoopType. valueOf(java.lang.String name)Returns 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 EventLoopType Modifier and Type Method Description static EventLoopGroupRefNettyEventLoopGroupFactory. sharedGroup(EventLoopType type, int threads)static EventLoopGroupRefNettyEventLoopGroupFactory. unsharedGroup(EventLoopType type, java.util.concurrent.ThreadFactory threadFactory)
-