Uses of Interface
org.apache.qpid.jms.transports.netty.EventLoopGroupRef
-
Packages that use EventLoopGroupRef Package Description org.apache.qpid.jms.transports.netty -
-
Uses of EventLoopGroupRef in org.apache.qpid.jms.transports.netty
Fields in org.apache.qpid.jms.transports.netty declared as EventLoopGroupRef Modifier and Type Field Description protected EventLoopGroupRefNettyTcpTransport. groupRefMethods in org.apache.qpid.jms.transports.netty that return EventLoopGroupRef Modifier and Type Method Description static EventLoopGroupRefNettyEventLoopGroupFactory. sharedGroup(EventLoopType type, int threads)static EventLoopGroupRefNettyEventLoopGroupFactory. unsharedGroup(EventLoopType type, java.util.concurrent.ThreadFactory threadFactory)
-