Package | Description |
---|---|
com.fasterxml.uuid |
Package that contains classes that define Java UUID Generator API.
|
Modifier and Type | Method and Description |
---|---|
NetworkInterface |
EgressInterfaceFinder.egressInterface()
Attempt to find the default egress interface on the current system.
|
NetworkInterface |
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.
|
NetworkInterface |
EgressInterfaceFinder.fromDefaultMechanisms(int timeoutMillis)
Attempt to find the default egress interface on the current system,
using the specified connection timeout duration.
|
NetworkInterface |
EgressInterfaceFinder.fromLocalAddress(InetAddress localAddress)
Attempt to find the default egress interface on the current system, by
finding a
NetworkInterface that has the specified network
address. |
NetworkInterface |
EgressInterfaceFinder.fromRemoteConnection(int timeoutMillis,
InetSocketAddress remoteAddress)
Attempt to find the default egress interface on the current system,
by connection to the specified address.
|
NetworkInterface |
EgressInterfaceFinder.fromRemoteDatagramSocketConnection(InetSocketAddress remoteAddress)
Attempt to find the default egress interface on the current system,
using the specified connection timeout duration and connecting with
a
DatagramSocket . |
NetworkInterface |
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
a
Socket . |
NetworkInterface |
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).
|
Constructor and Description |
---|
EgressResolutionException(EgressInterfaceFinder.EgressResolutionException[] priors) |
Copyright © 2023 FasterXML.com. All rights reserved.