Uses of Interface
org.opendaylight.openflowjava.protocol.api.connection.OutboundQueueHandlerRegistration
Packages that use OutboundQueueHandlerRegistration
Package
Description
-
Uses of OutboundQueueHandlerRegistration in org.opendaylight.openflowjava.protocol.api.connection
Methods in org.opendaylight.openflowjava.protocol.api.connection that return OutboundQueueHandlerRegistrationModifier 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
Methods in org.opendaylight.openflowjava.protocol.impl.core.connection that return OutboundQueueHandlerRegistrationModifier 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
Methods in org.opendaylight.openflowplugin.api.openflow.connection with parameters of type OutboundQueueHandlerRegistrationModifier and TypeMethodDescriptionvoidConnectionContext.setOutboundQueueHandleRegistration(OutboundQueueHandlerRegistration<OutboundQueueProvider> outboundQueueHandlerRegistration) -
Uses of OutboundQueueHandlerRegistration in org.opendaylight.openflowplugin.impl.connection
Methods in org.opendaylight.openflowplugin.impl.connection with parameters of type OutboundQueueHandlerRegistrationModifier and TypeMethodDescriptionvoidConnectionContextImpl.setOutboundQueueHandleRegistration(OutboundQueueHandlerRegistration<OutboundQueueProvider> newRegistration)