Uses of Interface
org.opendaylight.openflowjava.protocol.api.connection.SwitchConnectionHandler
-
-
Uses of SwitchConnectionHandler in org.opendaylight.openflowjava.protocol.impl.core
Methods in org.opendaylight.openflowjava.protocol.impl.core that return SwitchConnectionHandler Modifier and Type Method Description SwitchConnectionHandler
ProtocolChannelInitializer. getSwitchConnectionHandler()
Methods in org.opendaylight.openflowjava.protocol.impl.core with parameters of type SwitchConnectionHandler Modifier and Type Method Description void
ChannelInitializerFactory. setSwitchConnectionHandler(SwitchConnectionHandler switchConnectionHandler)
Sets the SwitchConnectionHandler.void
ProtocolChannelInitializer. setSwitchConnectionHandler(SwitchConnectionHandler switchConnectionHandler)
Sets the SwitchConnectionHandler.void
SwitchConnectionProviderImpl. setSwitchConnectionHandler(SwitchConnectionHandler switchConnectionHandler)
Constructors in org.opendaylight.openflowjava.protocol.impl.core with parameters of type SwitchConnectionHandler Constructor Description OFDatagramPacketHandler(SwitchConnectionHandler sch, int channelOutboundQueueSize)
Default constructor. -
Uses of SwitchConnectionHandler in org.opendaylight.openflowjava.protocol.spi.connection
Methods in org.opendaylight.openflowjava.protocol.spi.connection with parameters of type SwitchConnectionHandler Modifier and Type Method Description void
SwitchConnectionProvider. setSwitchConnectionHandler(SwitchConnectionHandler switchConHandler)
Sets the SwitchConnectionHandler. -
Uses of SwitchConnectionHandler in org.opendaylight.openflowplugin.api.openflow.connection
Subinterfaces of SwitchConnectionHandler in org.opendaylight.openflowplugin.api.openflow.connection Modifier and Type Interface Description interface
ConnectionManager
Connection manager manages connections with devices. -
Uses of SwitchConnectionHandler in org.opendaylight.openflowplugin.impl.connection
Classes in org.opendaylight.openflowplugin.impl.connection that implement SwitchConnectionHandler Modifier and Type Class Description class
ConnectionManagerImpl
-