Package io.aether.api.common
Interface IPAddressAndPortsListUtil
-
- All Known Implementing Classes:
IPAddressAndPortsList
public interface IPAddressAndPortsListUtil
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description IPAddressAndPorts[]getAddresses()default java.net.URIgetURI(AetherCodec codec)static IPAddressAndPortsListof(java.util.List<java.net.URI> uris)default java.net.URI[]toURIs()
-
-
-
Method Detail
-
getAddresses
IPAddressAndPorts[] getAddresses()
-
getURI
default java.net.URI getURI(AetherCodec codec)
-
toURIs
default java.net.URI[] toURIs()
-
of
static IPAddressAndPortsList of(java.util.List<java.net.URI> uris)
-
-