Class GeyserJacksonConfiguration.RemoteConfiguration
java.lang.Object
org.geysermc.geyser.configuration.GeyserJacksonConfiguration.RemoteConfiguration
- All Implemented Interfaces:
org.geysermc.geyser.api.network.RemoteServer,GeyserConfiguration.IRemoteConfiguration
- Enclosing class:
- GeyserJacksonConfiguration
public static class GeyserJacksonConfiguration.RemoteConfiguration
extends Object
implements GeyserConfiguration.IRemoteConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddress()org.geysermc.geyser.api.network.AuthTypeauthType()booleanbooleanintport()booleanvoidsetAddress(String address)voidsetAuthType(org.geysermc.geyser.api.network.AuthType authType)voidsetPort(int port)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.geysermc.geyser.configuration.GeyserConfiguration.IRemoteConfiguration
minecraftVersion, protocolVersion
-
Constructor Details
-
RemoteConfiguration
public RemoteConfiguration()
-
-
Method Details
-
address
- Specified by:
addressin interfaceorg.geysermc.geyser.api.network.RemoteServer
-
port
public int port()- Specified by:
portin interfaceorg.geysermc.geyser.api.network.RemoteServer
-
authType
public org.geysermc.geyser.api.network.AuthType authType()- Specified by:
authTypein interfaceorg.geysermc.geyser.api.network.RemoteServer
-
resolveSrv
public boolean resolveSrv()- Specified by:
resolveSrvin interfaceorg.geysermc.geyser.api.network.RemoteServer
-
setAddress
- Specified by:
setAddressin interfaceGeyserConfiguration.IRemoteConfiguration
-
setPort
public void setPort(int port)- Specified by:
setPortin interfaceGeyserConfiguration.IRemoteConfiguration
-
setAuthType
public void setAuthType(org.geysermc.geyser.api.network.AuthType authType)- Specified by:
setAuthTypein interfaceGeyserConfiguration.IRemoteConfiguration
-
isUseProxyProtocol
public boolean isUseProxyProtocol()- Specified by:
isUseProxyProtocolin interfaceGeyserConfiguration.IRemoteConfiguration
-
isForwardHost
public boolean isForwardHost()- Specified by:
isForwardHostin interfaceGeyserConfiguration.IRemoteConfiguration
-