public class BungeeServerDataHandler
extends io.netty.channel.ChannelOutboundHandlerAdapter
| Constructor and Description |
|---|
BungeeServerDataHandler(org.geysermc.floodgate.core.api.ProxyFloodgateApi api,
io.netty.util.AttributeKey<org.geysermc.floodgate.api.player.FloodgatePlayer> playerAttribute) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(io.netty.channel.ChannelHandlerContext ctx,
Object packet,
io.netty.channel.ChannelPromise promise) |
bind, close, connect, deregister, disconnect, flush, readensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharablepublic BungeeServerDataHandler(org.geysermc.floodgate.core.api.ProxyFloodgateApi api,
io.netty.util.AttributeKey<org.geysermc.floodgate.api.player.FloodgatePlayer> playerAttribute)
public void write(io.netty.channel.ChannelHandlerContext ctx,
Object packet,
io.netty.channel.ChannelPromise promise)
write in interface io.netty.channel.ChannelOutboundHandlerwrite in class io.netty.channel.ChannelOutboundHandlerAdapter