public interface BmpAdapterTools
Modifier and Type | Method and Description |
---|---|
static InetAddress |
address(Transport.IpAddress address) |
static String |
addressAsStr(Transport.IpAddress address) |
static String |
asAttr(int val) |
static 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) |
static InetAddress address(Transport.IpAddress address)
static String addressAsStr(Transport.IpAddress address)
static java.time.Instant timestamp(com.google.protobuf.Timestamp timestamp)
static 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 long uint32(int i)
static String asAttr(int val)
Copyright © 2021. All rights reserved.