Method and Description |
---|
org.projectfloodlight.openflow.types.IPAddress.fromInetAddress(InetAddress)
replaced by
IPAddress.of(InetAddress) |
org.projectfloodlight.openflow.types.IPv4AddressWithMask.of(int, int)
replaced by
IPv4Address.of(int) and
IPv4Address.withMask(IPv4Address) , e.g.
IPv4Address.of(int).withMask(IPv4Address.of(int))
|
Copyright © 2015. All rights reserved.