Uses of Class
com.biglybt.core.networkmanager.admin.NetworkAdminException
Packages that use NetworkAdminException
Package
Description
-
Uses of NetworkAdminException in com.biglybt.core.networkmanager.admin
Methods in com.biglybt.core.networkmanager.admin with parameters of type NetworkAdminExceptionModifier and TypeMethodDescriptionvoid
NetworkAdminASNListener.failed
(NetworkAdminException error) Methods in com.biglybt.core.networkmanager.admin that throw NetworkAdminExceptionModifier and TypeMethodDescriptionNetworkAdminHTTPProxy.getDetails()
NetworkAdminNetworkInterfaceAddress.getRoute
(InetAddress target, int max_millis, NetworkAdminRouteListener listener) abstract void
NetworkAdmin.getRoutes
(InetAddress target, int max_millis, NetworkAdminRoutesListener listener) String[]
NetworkAdminSocksProxy.getVersionsSupported()
abstract NetworkAdminASN
NetworkAdmin.lookupASN
(InetAddress address) ad-hoc queryabstract NetworkAdminASN
NetworkAdmin.lookupCurrentASN
(InetAddress address) Only call if the supplied address is believed to be the current public addressNetworkAdminNetworkInterfaceAddress.pingTarget
(InetAddress target, int max_millis, NetworkAdminRouteListener listener) abstract void
NetworkAdmin.pingTargets
(InetAddress target, int max_millis, NetworkAdminRoutesListener listener) NetworkAdminSpeedTestScheduler.scheduleTest
(int type) Request a test using the testing service.NetworkAdminProtocol.test
(NetworkAdminNetworkInterfaceAddress address) NetworkAdminProtocol.test
(NetworkAdminNetworkInterfaceAddress address, boolean ipv6, boolean upnp_map, NetworkAdminProgressListener listener) NetworkAdminProtocol.test
(NetworkAdminNetworkInterfaceAddress address, boolean upnp_map, NetworkAdminProgressListener listener) NetworkAdminProtocol.test
(NetworkAdminNetworkInterfaceAddress address, NetworkAdminProgressListener listener) abstract InetAddress
NetworkAdmin.testProtocol
(NetworkAdminProtocol protocol) NetworkAdminNetworkInterfaceAddress.testProtocol
(NetworkAdminProtocol protocol) -
Uses of NetworkAdminException in com.biglybt.core.networkmanager.admin.impl
Methods in com.biglybt.core.networkmanager.admin.impl that throw NetworkAdminExceptionModifier and TypeMethodDescriptionprotected InetAddress
NetworkAdminASNImpl.getCIDREndAddress()
protected InetAddress
NetworkAdminASNImpl.getCIDRStartAddress()
NetworkAdminHTTPProxyImpl.getDetails()
NetworkAdminImpl.getRoute
(InetAddress interface_address, InetAddress target, int max_millis, NetworkAdminRouteListener listener) NetworkAdminImpl.networkInterface.networkAddress.getRoute
(InetAddress target, int max_millis, NetworkAdminRouteListener listener) void
NetworkAdminImpl.getRoutes
(InetAddress target, int max_millis, NetworkAdminRoutesListener listener) String[]
NetworkAdminSocksProxyImpl.getVersionsSupported()
protected NetworkAdminASNImpl
NetworkAdminASNLookupImpl.lookup()
NetworkAdminImpl.lookupASN
(InetAddress address) NetworkAdminImpl.lookupCurrentASN
(InetAddress address) protected String
protected NetworkAdminASNImpl
NetworkAdminASNLookupImpl.lookupDNS
(InetAddress address) protected NetworkAdminASNImpl
NetworkAdminASNLookupImpl.lookupTCP
(InetAddress address) NetworkAdminImpl.networkInterface.networkAddress.pingTarget
(InetAddress target, int max_millis, NetworkAdminRouteListener listener) NetworkAdminImpl.pingTarget
(InetAddress interface_address, InetAddress target, int max_millis, NetworkAdminRouteListener listener) void
NetworkAdminImpl.pingTargets
(InetAddress target, int max_millis, NetworkAdminRoutesListener listener) NetworkAdminSpeedTestSchedulerImpl.scheduleTest
(int type) NetworkAdminProtocolImpl.test
(NetworkAdminNetworkInterfaceAddress address) NetworkAdminProtocolImpl.test
(NetworkAdminNetworkInterfaceAddress address, boolean ipv6, boolean upnp_map, NetworkAdminProgressListener listener) NetworkAdminProtocolImpl.test
(NetworkAdminNetworkInterfaceAddress address, boolean upnp_map, NetworkAdminProgressListener listener) NetworkAdminProtocolImpl.test
(NetworkAdminNetworkInterfaceAddress address, NetworkAdminProgressListener listener) NetworkAdminHTTPTester.testInbound
(InetAddress bind_ip, int local_port, boolean ipv6) NetworkAdminProtocolTester.testInbound
(InetAddress bind_ip, int local_port, boolean ipv6) NetworkAdminTCPTester.testInbound
(InetAddress bind_ip, int local_port, boolean ipv6) NetworkAdminUDPTester.testInbound
(InetAddress bind_ip, int bind_port, boolean ipv6) NetworkAdminHTTPTester.testOutbound
(InetAddress bind_ip, int bind_port, boolean ipv6) NetworkAdminProtocolTester.testOutbound
(InetAddress bind_ip, int bind_port, boolean ipv6) NetworkAdminTCPTester.testOutbound
(InetAddress bind_ip, int bind_port, boolean ipv6) NetworkAdminUDPTester.testOutbound
(InetAddress bind_ip, int bind_port, boolean ipv6) NetworkAdminImpl.networkInterface.networkAddress.testProtocol
(NetworkAdminProtocol protocol) NetworkAdminImpl.testProtocol
(NetworkAdminProtocol protocol) protected void
NetworkAdminSocksProxyImpl.testVersion
(String version)