Uses of Class
org.opendaylight.genius.mdsalutil.packet.UDP
-
Packages that use UDP Package Description org.opendaylight.genius.mdsalutil.packet -
-
Uses of UDP in org.opendaylight.genius.mdsalutil.packet
Methods in org.opendaylight.genius.mdsalutil.packet that return UDP Modifier and Type Method Description UDP
UDP. setChecksum(short udpChecksum)
Set the checksum for the current UDP object instance.UDP
UDP. setDestinationPort(int udpDestinationPort)
Sets the destinationPort value for the current UDP object instance.UDP
UDP. setLength(short udpLength)
Set the UDP header length value for the current UDP object instance.UDP
UDP. setSourcePort(int udpSourcePort)
Sets the sourcePort value for the current UDP object instance.
-