Package io.aether.api.common
Interface AetherCodecUtil
-
public interface AetherCodecUtil
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAetherCodecUtil.ProtocolTCPstatic classAetherCodecUtil.ProtocolUDP
-
Method Summary
Static Methods Modifier and Type Method Description static NetworkConfiguratorgetNetworkConfigurator(io.aether.api.common.AetherCodec codec)static NetworkConfiguratorgetNetworkConfigurator(java.net.URI uri)static io.aether.api.common.AetherCodecof(java.net.URI uri)
-
-
-
Method Detail
-
of
static io.aether.api.common.AetherCodec of(java.net.URI uri)
-
getNetworkConfigurator
static NetworkConfigurator getNetworkConfigurator(java.net.URI uri)
-
getNetworkConfigurator
static NetworkConfigurator getNetworkConfigurator(io.aether.api.common.AetherCodec codec)
-
-