Interface NetworkAdminNetworkInterfaceAddress
- All Known Implementing Classes:
NetworkAdminImpl.networkInterface.networkAddress
public interface NetworkAdminNetworkInterfaceAddress
-
Method Summary
Modifier and TypeMethodDescriptiongetRoute
(InetAddress target, int max_millis, NetworkAdminRouteListener listener) boolean
pingTarget
(InetAddress target, int max_millis, NetworkAdminRouteListener listener) testProtocol
(NetworkAdminProtocol protocol)
-
Method Details
-
getInterface
NetworkAdminNetworkInterface getInterface() -
getAddress
InetAddress getAddress() -
isLoopback
boolean isLoopback() -
getRoute
NetworkAdminNode[] getRoute(InetAddress target, int max_millis, NetworkAdminRouteListener listener) throws NetworkAdminException - Throws:
NetworkAdminException
-
pingTarget
NetworkAdminNode pingTarget(InetAddress target, int max_millis, NetworkAdminRouteListener listener) throws NetworkAdminException - Throws:
NetworkAdminException
-
testProtocol
- Throws:
NetworkAdminException
-