@FunctionalInterface public interface RconAuthenticator
An rcon authenticator. Ensures that the connection is authenticated by the game server
Modifier and Type | Method and Description |
---|---|
CompletableFuture<SourceRconChannelContext> |
authenticate(SourceRconChannelContext context)
authenticate.
|
CompletableFuture<SourceRconChannelContext> authenticate(SourceRconChannelContext context)
authenticate.
context
- a SourceRconChannelContext
objectCompletableFuture
objectCopyright © 2016–2024. All rights reserved.