Uses of Interface
org.opendaylight.openflowjava.protocol.api.connection.SwitchConnectionHandler
Package
Description
-
Uses of SwitchConnectionHandler in org.opendaylight.openflowjava.protocol.impl.core
Modifier and TypeMethodDescriptionvoid
ChannelInitializerFactory.setSwitchConnectionHandler
(SwitchConnectionHandler switchConnectionHandler) Sets the SwitchConnectionHandler.void
ProtocolChannelInitializer.setSwitchConnectionHandler
(SwitchConnectionHandler switchConnectionHandler) Sets the SwitchConnectionHandler.com.google.common.util.concurrent.ListenableFuture
<Void> SwitchConnectionProviderImpl.startup
(SwitchConnectionHandler connectionHandler) ModifierConstructorDescriptionOFDatagramPacketHandler
(SwitchConnectionHandler sch, int channelOutboundQueueSize) Default constructor. -
Uses of SwitchConnectionHandler in org.opendaylight.openflowjava.protocol.spi.connection
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture
<Void> SwitchConnectionProvider.startup
(SwitchConnectionHandler connectionHandler) Start listening to switches using specifiedSwitchConnectionHandler
. -
Uses of SwitchConnectionHandler in org.opendaylight.openflowplugin.api.openflow.connection
Modifier and TypeInterfaceDescriptioninterface
Connection manager manages connections with devices. -
Uses of SwitchConnectionHandler in org.opendaylight.openflowplugin.impl.connection