Uses of Interface
org.opendaylight.openflowjava.protocol.api.connection.OutboundQueueHandler
- 
- 
Uses of OutboundQueueHandler in org.opendaylight.openflowjava.protocol.api.connectionClasses in org.opendaylight.openflowjava.protocol.api.connection with type parameters of type OutboundQueueHandler Modifier and Type Interface Description interfaceOutboundQueueHandlerRegistration<T extends OutboundQueueHandler>AnObjectRegistrationof aOutboundQueueHandler.Methods in org.opendaylight.openflowjava.protocol.api.connection with type parameters of type OutboundQueueHandler Modifier and Type Method Description <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 OutboundQueueHandler Modifier and Type Class Description classOutboundQueueManagerNoBarrier<T extends OutboundQueueHandler>Methods in org.opendaylight.openflowjava.protocol.impl.core.connection with type parameters of type OutboundQueueHandler Modifier and Type Method Description <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 Modifier and Type Interface Description interfaceOutboundQueueProviderOutbound queue provider.
- 
Uses of OutboundQueueHandler in org.opendaylight.openflowplugin.impl.connectionClasses in org.opendaylight.openflowplugin.impl.connection that implement OutboundQueueHandler Modifier and Type Class Description classOutboundQueueProviderImpl
 
-