Uses of Class
org.apache.activemq.transport.nio.SelectorSelection
-
Packages that use SelectorSelection Package Description org.apache.activemq.transport.nio -
-
Uses of SelectorSelection in org.apache.activemq.transport.nio
Fields in org.apache.activemq.transport.nio declared as SelectorSelection Modifier and Type Field Description protected SelectorSelectionNIOTransport. selectionMethods in org.apache.activemq.transport.nio that return SelectorSelection Modifier and Type Method Description SelectorSelectionSelectorManager. register(AbstractSelectableChannel selectableChannel, SelectorManager.Listener listener)Methods in org.apache.activemq.transport.nio with parameters of type SelectorSelection Modifier and Type Method Description voidSelectorManager.Listener. onError(SelectorSelection selection, Throwable error)voidSelectorManager.Listener. onSelect(SelectorSelection selector)
-