public final class NetworkInterfaceBinding extends Object
Constructor and Description |
---|
NetworkInterfaceBinding(Collection<NetworkInterface> networkInterfaces,
InetAddress address) |
Modifier and Type | Method and Description |
---|---|
InetAddress |
getAddress()
Get the network address.
|
Collection<NetworkInterface> |
getNetworkInterfaces()
Get the resolved network interfaces.
|
public NetworkInterfaceBinding(Collection<NetworkInterface> networkInterfaces, InetAddress address)
public InetAddress getAddress()
public Collection<NetworkInterface> getNetworkInterfaces()
Copyright © 2023 JBoss by Red Hat. All rights reserved.