public class PathMetadata extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PathMetadata.EpicAuths |
static class |
PathMetadata.GeoCoordinates |
static class |
PathMetadata.Interface |
static class |
PathMetadata.LinkType |
static class |
PathMetadata.PathInterface |
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
getBandwidthList() |
PathMetadata.EpicAuths |
getEpicAuths() |
long |
getExpiration() |
InetSocketAddress |
getFirstHopAddress() |
List<PathMetadata.GeoCoordinates> |
getGeoList() |
PathMetadata.Interface |
getInterface() |
List<PathMetadata.PathInterface> |
getInterfacesList() |
List<Integer> |
getInternalHopsList() |
List<Integer> |
getLatencyList() |
List<PathMetadata.LinkType> |
getLinkTypeList() |
int |
getMtu() |
List<String> |
getNotesList() |
byte[] |
getRawPath() |
public InetSocketAddress getFirstHopAddress() throws UnknownHostException
UnknownHostExceptionpublic byte[] getRawPath()
public PathMetadata.Interface getInterface()
IllegalStateException - if this is path is only a raw pathpublic List<PathMetadata.PathInterface> getInterfacesList()
IllegalStateException - if this is path is only a raw pathpublic int getMtu()
IllegalStateException - if this is path is only a raw pathpublic long getExpiration()
IllegalStateException - if this is path is only a raw pathpublic List<Integer> getLatencyList()
IllegalStateException - if this is path is only a raw pathpublic List<Long> getBandwidthList()
IllegalStateException - if this is path is only a raw pathpublic List<PathMetadata.GeoCoordinates> getGeoList()
IllegalStateException - if this is path is only a raw pathpublic List<PathMetadata.LinkType> getLinkTypeList()
IllegalStateException - if this is path is only a raw pathpublic List<Integer> getInternalHopsList()
IllegalStateException - if this is path is only a raw pathpublic List<String> getNotesList()
IllegalStateException - if this is path is only a raw pathpublic PathMetadata.EpicAuths getEpicAuths()
IllegalStateException - if this is path is only a raw pathCopyright © 2024. All rights reserved.