public class BungeeProxyDataHandler
extends org.geysermc.floodgate.core.addon.data.CommonDataHandler
| Constructor and Description |
|---|
BungeeProxyDataHandler(org.geysermc.floodgate.core.player.FloodgateHandshakeHandler handshakeHandler,
org.geysermc.floodgate.core.config.ProxyFloodgateConfig config,
io.netty.util.AttributeKey<String> kickMessageAttribute,
org.geysermc.floodgate.core.addon.data.PacketBlocker blocker) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
channelRead(Object msg) |
protected Object |
setHostname(Object wrapperWithHandshake,
String hostname) |
protected void |
setNewIp(io.netty.channel.Channel channel,
InetSocketAddress newIp) |
channelRead, disablePacketQueue, exceptionCaught, getKickMessage, handle, handlerAdded, removeSelf, setKickMessage, shouldCallFireRead, shouldRemoveHandlerchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggeredensureNotSharable, handlerRemoved, isSharablepublic BungeeProxyDataHandler(org.geysermc.floodgate.core.player.FloodgateHandshakeHandler handshakeHandler,
org.geysermc.floodgate.core.config.ProxyFloodgateConfig config,
io.netty.util.AttributeKey<String> kickMessageAttribute,
org.geysermc.floodgate.core.addon.data.PacketBlocker blocker)
protected void setNewIp(io.netty.channel.Channel channel,
InetSocketAddress newIp)
setNewIp in class org.geysermc.floodgate.core.addon.data.CommonDataHandlerprotected Object setHostname(Object wrapperWithHandshake, String hostname)
setHostname in class org.geysermc.floodgate.core.addon.data.CommonDataHandlerpublic boolean channelRead(Object msg)
channelRead in class org.geysermc.floodgate.core.addon.data.CommonDataHandler