Uses of Interface
org.opendaylight.openflowjava.protocol.impl.core.connection.MessageConsumer
Packages that use MessageConsumer
Package
Description
-
Uses of MessageConsumer in org.opendaylight.openflowjava.protocol.impl.core
Methods in org.opendaylight.openflowjava.protocol.impl.core that return MessageConsumerModifier and TypeMethodDescriptionstatic MessageConsumerUdpConnectionMap.getMessageConsumer(InetSocketAddress address) Gets the MessageConsumer for the given address.Methods in org.opendaylight.openflowjava.protocol.impl.core with parameters of type MessageConsumerModifier and TypeMethodDescriptionstatic voidUdpConnectionMap.addConnection(InetSocketAddress address, MessageConsumer consumer) Adds a connection.Constructors in org.opendaylight.openflowjava.protocol.impl.core with parameters of type MessageConsumerModifierConstructorDescriptionDelegatingInboundHandler(MessageConsumer connectionAdapter) Constructs class + creates and sets MessageConsumer. -
Uses of MessageConsumer in org.opendaylight.openflowjava.protocol.impl.core.connection
Subinterfaces of MessageConsumer in org.opendaylight.openflowjava.protocol.impl.core.connectionModifier and TypeInterfaceDescriptioninterfaceUnifying super interface for a connection.Classes in org.opendaylight.openflowjava.protocol.impl.core.connection that implement MessageConsumerModifier and TypeClassDescriptionclassHandles messages (notifications + rpcs) and connections.