Class GeyserServer
java.lang.Object
org.geysermc.geyser.network.netty.GeyserServer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbind(InetSocketAddress address) intnet.jodah.expiringmap.ExpiringMap<InetSocketAddress, InetSocketAddress> booleanonConnectionRequest(InetSocketAddress inetSocketAddress) org.cloudburstmc.protocol.bedrock.BedrockPongonQuery(io.netty.channel.Channel channel, InetSocketAddress inetSocketAddress) voidshutdown()
-
Constructor Details
-
GeyserServer
-
-
Method Details
-
bind
-
shutdown
public void shutdown() -
onConnectionRequest
-
onQuery
public org.cloudburstmc.protocol.bedrock.BedrockPong onQuery(io.netty.channel.Channel channel, InetSocketAddress inetSocketAddress) -
getWhitelistedIPsMatchers
- Returns:
- Unmodifiable list of
CIDRMatchers fromGeyserConfig.AdvancedBedrockConfig.haproxyProtocolWhitelistedIps()
-
getProxiedAddresses
-
getConnectionAttempts
public int getConnectionAttempts()
-