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.connectionClasses 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.connectionClasses in org.opendaylight.openflowjava.protocol.impl.core.connection with type parameters of type OutboundQueueHandlerModifier and TypeClassDescriptionclassMethods 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.connectionSubinterfaces of OutboundQueueHandler in org.opendaylight.openflowplugin.api.openflow.connection
- 
Uses of OutboundQueueHandler in org.opendaylight.openflowplugin.impl.connectionClasses in org.opendaylight.openflowplugin.impl.connection that implement OutboundQueueHandler