Uses of Interface
org.opendaylight.openflowjava.protocol.api.connection.SwitchConnectionHandler
- 
- 
Uses of SwitchConnectionHandler in org.opendaylight.openflowjava.protocol.impl.coreMethods in org.opendaylight.openflowjava.protocol.impl.core that return SwitchConnectionHandler Modifier and Type Method Description SwitchConnectionHandlerProtocolChannelInitializer. getSwitchConnectionHandler()Methods in org.opendaylight.openflowjava.protocol.impl.core with parameters of type SwitchConnectionHandler Modifier and Type Method Description voidChannelInitializerFactory. setSwitchConnectionHandler(SwitchConnectionHandler switchConnectionHandler)Sets the SwitchConnectionHandler.voidProtocolChannelInitializer. setSwitchConnectionHandler(SwitchConnectionHandler switchConnectionHandler)Sets the SwitchConnectionHandler.voidSwitchConnectionProviderImpl. 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.connectionMethods in org.opendaylight.openflowjava.protocol.spi.connection with parameters of type SwitchConnectionHandler Modifier and Type Method Description voidSwitchConnectionProvider. setSwitchConnectionHandler(SwitchConnectionHandler switchConHandler)Sets the SwitchConnectionHandler.
- 
Uses of SwitchConnectionHandler in org.opendaylight.openflowplugin.api.openflow.connectionSubinterfaces of SwitchConnectionHandler in org.opendaylight.openflowplugin.api.openflow.connection Modifier and Type Interface Description interfaceConnectionManagerConnection manager manages connections with devices.
- 
Uses of SwitchConnectionHandler in org.opendaylight.openflowplugin.impl.connectionClasses in org.opendaylight.openflowplugin.impl.connection that implement SwitchConnectionHandler Modifier and Type Class Description classConnectionManagerImpl
 
-