Uses of Class
com.fasterxml.uuid.EgressInterfaceFinder.EgressResolutionException
Packages that use EgressInterfaceFinder.EgressResolutionException
Package
Description
Package that contains classes that define Java UUID Generator API.
-
Uses of EgressInterfaceFinder.EgressResolutionException in com.fasterxml.uuid
Methods in com.fasterxml.uuid that throw EgressInterfaceFinder.EgressResolutionExceptionModifier and TypeMethodDescriptionEgressInterfaceFinder.egressInterface()Attempt to find the default egress interface on the current system.EgressInterfaceFinder.fromAggregate(com.fasterxml.uuid.EgressInterfaceFinder.Finder[] finders) Attempt to find the default egress interface on the current system, by trying each of the specified discovery mechanisms, in order, until one of them succeeds.EgressInterfaceFinder.fromDefaultMechanisms(int timeoutMillis) Attempt to find the default egress interface on the current system, using the specified connection timeout duration.EgressInterfaceFinder.fromLocalAddress(InetAddress localAddress) Attempt to find the default egress interface on the current system, by finding aNetworkInterfacethat has the specified network address.EgressInterfaceFinder.fromRemoteConnection(int timeoutMillis, InetSocketAddress remoteAddress) Attempt to find the default egress interface on the current system, by connection to the specified address.EgressInterfaceFinder.fromRemoteDatagramSocketConnection(InetSocketAddress remoteAddress) Attempt to find the default egress interface on the current system, using the specified connection timeout duration and connecting with aDatagramSocket.EgressInterfaceFinder.fromRemoteSocketConnection(int timeoutMillis, InetSocketAddress remoteAddress) Attempt to find the default egress interface on the current system, using the specified connection timeout duration and connecting with aSocket.EgressInterfaceFinder.fromRootNameserverConnection(int timeoutMillis) Attempt to find the default egress interface on the current system, by connecting to one of the root name servers (chosen at random).Constructors in com.fasterxml.uuid with parameters of type EgressInterfaceFinder.EgressResolutionExceptionModifierConstructorDescription