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 UDPUDP. setChecksum(short udpChecksum)Set the checksum for the current UDP object instance.UDPUDP. setDestinationPort(int udpDestinationPort)Sets the destinationPort value for the current UDP object instance.UDPUDP. setLength(short udpLength)Set the UDP header length value for the current UDP object instance.UDPUDP. setSourcePort(int udpSourcePort)Sets the sourcePort value for the current UDP object instance. 
 -