Uses of Interface
org.opendaylight.openflowjava.protocol.api.connection.OutboundQueueHandlerRegistration
-
-
Uses of OutboundQueueHandlerRegistration in org.opendaylight.openflowjava.protocol.api.connection
Methods in org.opendaylight.openflowjava.protocol.api.connection that return OutboundQueueHandlerRegistration 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 OutboundQueueHandlerRegistration in org.opendaylight.openflowjava.protocol.impl.core.connection
Methods in org.opendaylight.openflowjava.protocol.impl.core.connection that return OutboundQueueHandlerRegistration Modifier and Type Method Description <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 OutboundQueueHandlerRegistration Modifier and Type Method Description void
ConnectionContext. setOutboundQueueHandleRegistration(OutboundQueueHandlerRegistration<OutboundQueueProvider> outboundQueueHandlerRegistration)
-
Uses of OutboundQueueHandlerRegistration in org.opendaylight.openflowplugin.impl.connection
Methods in org.opendaylight.openflowplugin.impl.connection with parameters of type OutboundQueueHandlerRegistration Modifier and Type Method Description void
ConnectionContextImpl. setOutboundQueueHandleRegistration(OutboundQueueHandlerRegistration<OutboundQueueProvider> newRegistration)
-