Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.PacketInMessage
Packages that use PacketInMessage
Package
Description
-
Uses of PacketInMessage in org.opendaylight.openflowjava.protocol.impl.deserialization.factories
Methods in org.opendaylight.openflowjava.protocol.impl.deserialization.factories that return PacketInMessageModifier and TypeMethodDescriptionOF10PacketInMessageFactory.deserialize
(io.netty.buffer.ByteBuf rawMessage) PacketInMessageFactory.deserialize
(io.netty.buffer.ByteBuf rawMessage) -
Uses of PacketInMessage in org.opendaylight.openflowjava.protocol.impl.serialization.factories
Methods in org.opendaylight.openflowjava.protocol.impl.serialization.factories with parameters of type PacketInMessageModifier and TypeMethodDescriptionvoid
OF10PacketInMessageFactory.serialize
(PacketInMessage message, io.netty.buffer.ByteBuf outBuffer) void
PacketInMessageFactory.serialize
(PacketInMessage message, io.netty.buffer.ByteBuf outBuffer) -
Uses of PacketInMessage in org.opendaylight.openflowplugin.api.openflow.device.handlers
Methods in org.opendaylight.openflowplugin.api.openflow.device.handlers with parameters of type PacketInMessageModifier and TypeMethodDescriptionvoid
DeviceReplyProcessor.processPacketInMessage
(PacketInMessage packetInMessage) Method process async packet in from device. -
Uses of PacketInMessage in org.opendaylight.openflowplugin.impl.connection.listener
Methods in org.opendaylight.openflowplugin.impl.connection.listener with parameters of type PacketInMessageModifier and TypeMethodDescriptionvoid
OpenflowProtocolListenerInitialImpl.onPacketInMessage
(PacketInMessage notification) -
Uses of PacketInMessage in org.opendaylight.openflowplugin.impl.device
Methods in org.opendaylight.openflowplugin.impl.device with parameters of type PacketInMessageModifier and TypeMethodDescriptionvoid
DeviceContextImpl.processPacketInMessage
(PacketInMessage packetInMessage) -
Uses of PacketInMessage in org.opendaylight.openflowplugin.impl.device.listener
Methods in org.opendaylight.openflowplugin.impl.device.listener with parameters of type PacketInMessageModifier and TypeMethodDescriptionvoid
OpenflowProtocolListenerFullImpl.onPacketInMessage
(PacketInMessage notification) -
Uses of PacketInMessage in org.opendaylight.openflowplugin.impl.translator
Methods in org.opendaylight.openflowplugin.impl.translator with parameters of type PacketInMessageModifier and TypeMethodDescriptionPacketReceivedTranslator.translate
(PacketInMessage input, DeviceInfo deviceInfo, Object connectionDistinguisher) -
Uses of PacketInMessage in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731 with type parameters of type PacketInMessageModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<PacketInMessage>>
E$$PacketInMessageBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731 that return PacketInMessageModifier and TypeMethodDescription@NonNull PacketInMessage
PacketInMessageBuilder.build()
A newPacketInMessage
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731 that return types with arguments of type PacketInMessageModifier and TypeMethodDescriptiondefault Class<PacketInMessage>
PacketInMessage.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731 with parameters of type PacketInMessageModifier and TypeMethodDescriptionstatic boolean
PacketInMessage.bindingEquals
(@NonNull PacketInMessage thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
PacketInMessage.bindingHashCode
(@NonNull PacketInMessage obj) Default implementation ofObject.hashCode()
contract for this interface.static String
PacketInMessage.bindingToString
(@NonNull PacketInMessage obj) Default implementation ofObject.toString()
contract for this interface.void
OpenflowProtocolListener.onPacketInMessage
(PacketInMessage notification) Deprecated.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731 with type arguments of type PacketInMessageModifier and TypeMethodDescriptionPacketInMessageBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<PacketInMessage> augmentation) Add an augmentation to this builder's product.PacketInMessageBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PacketInMessage>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731 with parameters of type PacketInMessageModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPacketInMessage
.