Interface BmpAdapterTools
-
public interface BmpAdapterTools
-
-
Method Summary
Static Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
address
static InetAddress address(Transport.IpAddress address)
-
addressAsStr
static String addressAsStr(Transport.IpAddress address)
-
timestamp
static java.time.Instant timestamp(com.google.protobuf.Timestamp timestamp)
-
getPathAttributeOfType
static 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 String asAttr(int val)
-
-