Uses of Interface
org.opendaylight.openflowjava.protocol.api.connection.OutboundQueueHandlerRegistration
Package
Description
-
Uses of OutboundQueueHandlerRegistration in org.opendaylight.openflowjava.protocol.api.connection
Modifier and TypeMethodDescription<T extends OutboundQueueHandler>
OutboundQueueHandlerRegistration<T>ConnectionAdapter.registerOutboundQueueHandler
(T handler, int maxQueueDepth, long maxBarrierNanos) Registers a new bypass outbound queue. -
Uses of OutboundQueueHandlerRegistration in org.opendaylight.openflowjava.protocol.impl.core.connection
Modifier and TypeMethodDescription<T extends OutboundQueueHandler>
OutboundQueueHandlerRegistration<T>ConnectionAdapterImpl.registerOutboundQueueHandler
(T handler, int maxQueueDepth, long maxBarrierNanos) -
Uses of OutboundQueueHandlerRegistration in org.opendaylight.openflowplugin.api.openflow.connection
Modifier and TypeMethodDescriptionvoid
ConnectionContext.setOutboundQueueHandleRegistration
(OutboundQueueHandlerRegistration<OutboundQueueProvider> outboundQueueHandlerRegistration) -
Uses of OutboundQueueHandlerRegistration in org.opendaylight.openflowplugin.impl.connection
Modifier and TypeMethodDescriptionvoid
ConnectionContextImpl.setOutboundQueueHandleRegistration
(OutboundQueueHandlerRegistration<OutboundQueueProvider> newRegistration)