Uses of Interface
org.opendaylight.openflowjava.protocol.api.connection.OutboundQueueHandler
Packages that use OutboundQueueHandler
Package
Description
-
Uses of OutboundQueueHandler in org.opendaylight.openflowjava.protocol.api.connection
Classes in org.opendaylight.openflowjava.protocol.api.connection with type parameters of type OutboundQueueHandlerMethods in org.opendaylight.openflowjava.protocol.api.connection with type parameters of type OutboundQueueHandlerModifier and TypeMethodDescription<T extends OutboundQueueHandler>
OutboundQueueHandlerRegistration<T> ConnectionAdapter.registerOutboundQueueHandler
(T handler, int maxQueueDepth, long maxBarrierNanos) Registers a new bypass outbound queue. -
Uses of OutboundQueueHandler in org.opendaylight.openflowjava.protocol.impl.core.connection
Classes in org.opendaylight.openflowjava.protocol.impl.core.connection with type parameters of type OutboundQueueHandlerModifier and TypeClassDescriptionclass
Methods in org.opendaylight.openflowjava.protocol.impl.core.connection with type parameters of type OutboundQueueHandlerModifier and TypeMethodDescription<T extends OutboundQueueHandler>
OutboundQueueHandlerRegistration<T> ConnectionAdapterImpl.registerOutboundQueueHandler
(T handler, int maxQueueDepth, long maxBarrierNanos) -
Uses of OutboundQueueHandler in org.opendaylight.openflowplugin.api.openflow.connection
Subinterfaces of OutboundQueueHandler in org.opendaylight.openflowplugin.api.openflow.connection -
Uses of OutboundQueueHandler in org.opendaylight.openflowplugin.impl.connection
Classes in org.opendaylight.openflowplugin.impl.connection that implement OutboundQueueHandler