Package com.velocitypowered.api.proxy
Interface LoginPhaseConnection
-
- All Superinterfaces:
InboundConnection
public interface LoginPhaseConnection extends InboundConnection
Allows the server to communicate with a client logging into the proxy using login plugin messages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLoginPhaseConnection.MessageConsumer
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsendLoginPluginMessage(ChannelIdentifier identifier, byte[] contents, LoginPhaseConnection.MessageConsumer consumer)-
Methods inherited from interface com.velocitypowered.api.proxy.InboundConnection
getProtocolVersion, getRemoteAddress, getVirtualHost, isActive
-
-
-
-
Method Detail
-
sendLoginPluginMessage
void sendLoginPluginMessage(ChannelIdentifier identifier, byte[] contents, LoginPhaseConnection.MessageConsumer consumer)
-
-