Class NetworkAdminImpl.networkInterface.networkAddress
java.lang.Object
com.biglybt.core.networkmanager.admin.impl.NetworkAdminImpl.networkInterface.networkAddress
- All Implemented Interfaces:
NetworkAdminNetworkInterfaceAddress
- Enclosing class:
- NetworkAdminImpl.networkInterface
protected class NetworkAdminImpl.networkInterface.networkAddress
extends Object
implements NetworkAdminNetworkInterfaceAddress
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
generateDiagnostics
(IndentWriter iw, Set public_addresses) getRoute
(InetAddress target, int max_millis, NetworkAdminRouteListener listener) boolean
pingTarget
(InetAddress target, int max_millis, NetworkAdminRouteListener listener) testProtocol
(NetworkAdminProtocol protocol)
-
Field Details
-
address
-
-
Constructor Details
-
networkAddress
-
-
Method Details
-
getInterface
- Specified by:
getInterface
in interfaceNetworkAdminNetworkInterfaceAddress
-
getAddress
- Specified by:
getAddress
in interfaceNetworkAdminNetworkInterfaceAddress
-
isLoopback
public boolean isLoopback()- Specified by:
isLoopback
in interfaceNetworkAdminNetworkInterfaceAddress
-
getRoute
public NetworkAdminNode[] getRoute(InetAddress target, int max_millis, NetworkAdminRouteListener listener) throws NetworkAdminException - Specified by:
getRoute
in interfaceNetworkAdminNetworkInterfaceAddress
- Throws:
NetworkAdminException
-
pingTarget
public NetworkAdminNode pingTarget(InetAddress target, int max_millis, NetworkAdminRouteListener listener) throws NetworkAdminException - Specified by:
pingTarget
in interfaceNetworkAdminNetworkInterfaceAddress
- Throws:
NetworkAdminException
-
testProtocol
- Specified by:
testProtocol
in interfaceNetworkAdminNetworkInterfaceAddress
- Throws:
NetworkAdminException
-
generateDiagnostics
-