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