Interface NetworkAdminProtocol
- All Known Implementing Classes:
NetworkAdminProtocolImpl
public interface NetworkAdminProtocol
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetName()
int
getPort()
int
getType()
test
(NetworkAdminNetworkInterfaceAddress address) test
(NetworkAdminNetworkInterfaceAddress address, boolean ipv6, boolean upnp_map, NetworkAdminProgressListener listener) test
(NetworkAdminNetworkInterfaceAddress address, boolean upnp_map, NetworkAdminProgressListener listener) test
(NetworkAdminNetworkInterfaceAddress address, NetworkAdminProgressListener listener)
-
Field Details
-
PT_HTTP
static final int PT_HTTP- See Also:
-
PT_TCP
static final int PT_TCP- See Also:
-
PT_UDP
static final int PT_UDP- See Also:
-
-
Method Details
-
getType
int getType() -
getPort
int getPort() -
getTypeString
String getTypeString() -
test
- Throws:
NetworkAdminException
-
test
InetAddress test(NetworkAdminNetworkInterfaceAddress address, NetworkAdminProgressListener listener) throws NetworkAdminException - Throws:
NetworkAdminException
-
test
InetAddress test(NetworkAdminNetworkInterfaceAddress address, boolean upnp_map, NetworkAdminProgressListener listener) throws NetworkAdminException - Throws:
NetworkAdminException
-
test
InetAddress test(NetworkAdminNetworkInterfaceAddress address, boolean ipv6, boolean upnp_map, NetworkAdminProgressListener listener) throws NetworkAdminException - Throws:
NetworkAdminException
-
getName
String getName()
-