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 TypeMethodDescriptionvoidNetworkAdminASNListener.failed(NetworkAdminException error) Methods in com.biglybt.core.networkmanager.admin that throw NetworkAdminExceptionModifier and TypeMethodDescriptionNetworkAdminHTTPProxy.getDetails()String[]NetworkAdminSocksProxy.getVersionsSupported()abstract NetworkAdminASNNetworkAdmin.lookupASN(InetAddress address) ad-hoc queryabstract NetworkAdminASNNetworkAdmin.lookupCurrentASN(InetAddress address) Only call if the supplied address is believed to be the current public addressNetworkAdminSpeedTestScheduler.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 InetAddressNetworkAdmin.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 InetAddressNetworkAdminASNImpl.getCIDREndAddress()protected InetAddressNetworkAdminASNImpl.getCIDRStartAddress()NetworkAdminHTTPProxyImpl.getDetails()NetworkAdminImpl.getRoute(InetAddress interface_address, InetAddress target, int max_millis, NetworkAdminRouteListener listener) String[]NetworkAdminSocksProxyImpl.getVersionsSupported()protected NetworkAdminASNImplNetworkAdminASNLookupImpl.lookup()NetworkAdminImpl.lookupASN(InetAddress address) NetworkAdminImpl.lookupCurrentASN(InetAddress address) protected Stringprotected NetworkAdminASNImplNetworkAdminASNLookupImpl.lookupDNS(InetAddress address) protected NetworkAdminASNImplNetworkAdminASNLookupImpl.lookupTCP(InetAddress address) 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 voidNetworkAdminSocksProxyImpl.testVersion(String version)