Class RequestDispatcher

java.lang.Object
dev.adlin.vts4j.request.RequestDispatcher

public class RequestDispatcher extends Object
  • Constructor Details

    • RequestDispatcher

      public RequestDispatcher(NetworkClient networkClient)
  • Method Details

    • send

      @NotNull public @NotNull CompletableFuture<Response> send(@NotNull @NotNull Request request)
    • dispatch

      public void dispatch(@NotNull @NotNull Response response)
    • contains

      public boolean contains(@NotNull @NotNull String requestId)
    • closeAll

      public void closeAll()