public class UpstreamBridge extends PacketHandler
Constructor and Description |
---|
UpstreamBridge(ProxyServer bungee,
UserConnection con) |
Modifier and Type | Method and Description |
---|---|
void |
disconnected(ChannelWrapper channel) |
void |
exception(Throwable t) |
void |
handle(Chat chat) |
void |
handle(ClientSettings settings) |
void |
handle(KeepAlive alive) |
void |
handle(PacketWrapper packet) |
void |
handle(PluginMessage pluginMessage) |
void |
handle(TabCompleteRequest tabComplete) |
boolean |
shouldHandle(PacketWrapper packet) |
String |
toString() |
void |
writabilityChanged(ChannelWrapper channel) |
connected
handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle
public UpstreamBridge(ProxyServer bungee, UserConnection con)
public void exception(Throwable t) throws Exception
exception
in class PacketHandler
Exception
public void disconnected(ChannelWrapper channel) throws Exception
disconnected
in class PacketHandler
Exception
public void writabilityChanged(ChannelWrapper channel) throws Exception
writabilityChanged
in class PacketHandler
Exception
public boolean shouldHandle(PacketWrapper packet) throws Exception
shouldHandle
in class PacketHandler
Exception
public void handle(PacketWrapper packet) throws Exception
handle
in class PacketHandler
Exception
public void handle(KeepAlive alive) throws Exception
handle
in class AbstractPacketHandler
Exception
public void handle(Chat chat) throws Exception
handle
in class AbstractPacketHandler
Exception
public void handle(TabCompleteRequest tabComplete) throws Exception
handle
in class AbstractPacketHandler
Exception
public void handle(ClientSettings settings) throws Exception
handle
in class AbstractPacketHandler
Exception
public void handle(PluginMessage pluginMessage) throws Exception
handle
in class AbstractPacketHandler
Exception
public String toString()
toString
in class PacketHandler
Copyright © 2012–2020 SpigotMC. All rights reserved.