Uses of Interface
org.opendaylight.openflowjava.protocol.api.connection.OutboundQueueHandler
-
-
Uses of OutboundQueueHandler in org.opendaylight.openflowjava.protocol.api.connection
Classes in org.opendaylight.openflowjava.protocol.api.connection with type parameters of type OutboundQueueHandler Modifier and Type Interface Description interface
OutboundQueueHandlerRegistration<T extends OutboundQueueHandler>
AnObjectRegistration
of 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.connection
Classes in org.opendaylight.openflowjava.protocol.impl.core.connection with type parameters of type OutboundQueueHandler Modifier and Type Class Description class
OutboundQueueManagerNoBarrier<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.connection
Subinterfaces of OutboundQueueHandler in org.opendaylight.openflowplugin.api.openflow.connection Modifier and Type Interface Description interface
OutboundQueueProvider
Outbound queue provider. -
Uses of OutboundQueueHandler in org.opendaylight.openflowplugin.impl.connection
Classes in org.opendaylight.openflowplugin.impl.connection that implement OutboundQueueHandler Modifier and Type Class Description class
OutboundQueueProviderImpl
-