Interface BmpAdapterTools
-
public interface BmpAdapterTools
-
-
Method Summary
Static Methods Modifier and Type Method Description static java.net.InetAddress
address(Transport.IpAddress address)
static java.lang.String
addressAsStr(Transport.IpAddress address)
static java.lang.String
asAttr(int val)
static java.util.Optional<Transport.RouteMonitoringPacket.PathAttribute>
getPathAttributeOfType(Transport.RouteMonitoringPacket routeMonitoring, Transport.RouteMonitoringPacket.PathAttribute.ValueCase pathAttrValueType)
static java.util.stream.Stream<Transport.RouteMonitoringPacket.PathAttribute>
getPathAttributesOfType(Transport.RouteMonitoringPacket routeMonitoring, Transport.RouteMonitoringPacket.PathAttribute.ValueCase pathAttrValueType)
static boolean
isV4(Transport.IpAddress ipAddress)
static java.time.Instant
timestamp(com.google.protobuf.Timestamp timestamp)
static long
uint32(int i)
-
-
-
Method Detail
-
address
static java.net.InetAddress address(Transport.IpAddress address)
-
addressAsStr
static java.lang.String addressAsStr(Transport.IpAddress address)
-
timestamp
static java.time.Instant timestamp(com.google.protobuf.Timestamp timestamp)
-
getPathAttributeOfType
static java.util.Optional<Transport.RouteMonitoringPacket.PathAttribute> getPathAttributeOfType(Transport.RouteMonitoringPacket routeMonitoring, Transport.RouteMonitoringPacket.PathAttribute.ValueCase pathAttrValueType)
-
getPathAttributesOfType
static java.util.stream.Stream<Transport.RouteMonitoringPacket.PathAttribute> getPathAttributesOfType(Transport.RouteMonitoringPacket routeMonitoring, Transport.RouteMonitoringPacket.PathAttribute.ValueCase pathAttrValueType)
-
isV4
static boolean isV4(Transport.IpAddress ipAddress)
-
uint32
static long uint32(int i)
-
asAttr
static java.lang.String asAttr(int val)
-
-