Uses of Interface
org.opendaylight.openflowjava.protocol.api.connection.SwitchConnectionHandler
Packages that use SwitchConnectionHandler
Package
Description
- 
Uses of SwitchConnectionHandler in org.opendaylight.openflowjava.protocol.impl.coreMethods in org.opendaylight.openflowjava.protocol.impl.core that return SwitchConnectionHandlerMethods in org.opendaylight.openflowjava.protocol.impl.core with parameters of type SwitchConnectionHandlerModifier and TypeMethodDescriptionvoidChannelInitializerFactory.setSwitchConnectionHandler(SwitchConnectionHandler switchConnectionHandler) Sets the SwitchConnectionHandler.voidProtocolChannelInitializer.setSwitchConnectionHandler(SwitchConnectionHandler switchConnectionHandler) Sets the SwitchConnectionHandler.com.google.common.util.concurrent.ListenableFuture<Void>SwitchConnectionProviderImpl.startup(SwitchConnectionHandler connectionHandler) Constructors in org.opendaylight.openflowjava.protocol.impl.core with parameters of type SwitchConnectionHandlerModifierConstructorDescriptionOFDatagramPacketHandler(SwitchConnectionHandler sch, int channelOutboundQueueSize) Default constructor.
- 
Uses of SwitchConnectionHandler in org.opendaylight.openflowjava.protocol.spi.connectionMethods in org.opendaylight.openflowjava.protocol.spi.connection with parameters of type SwitchConnectionHandlerModifier 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.connectionSubinterfaces of SwitchConnectionHandler in org.opendaylight.openflowplugin.api.openflow.connectionModifier and TypeInterfaceDescriptioninterfaceConnection manager manages connections with devices.
- 
Uses of SwitchConnectionHandler in org.opendaylight.openflowplugin.impl.connectionClasses in org.opendaylight.openflowplugin.impl.connection that implement SwitchConnectionHandler