Class LoginPluginMessageProcessor
java.lang.Object
net.minestom.server.network.plugin.LoginPluginMessageProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidawaitReplies(long timeout, @NotNull TimeUnit timeUnit) voidhandleResponse(int messageId, byte[] responseData) @NotNull CompletableFuture<LoginPluginResponse>
-
Constructor Details
-
LoginPluginMessageProcessor
-
-
Method Details
-
request
@NotNull public @NotNull CompletableFuture<LoginPluginResponse> request(@NotNull @NotNull String channel, byte @Nullable [] requestPayload) -
handleResponse
- Throws:
Exception
-
awaitReplies
- Throws:
Exception
-