Uses of Class
dev.adlin.vts4j.entity.Request
Packages that use Request
-
Uses of Request in dev.adlin.vts4j
Methods in dev.adlin.vts4j with parameters of type RequestModifier and TypeMethodDescriptionVTSClient.sendRequest(@NotNull Request request) Sends a request to the server and returns a CompletableFuture to dispatch the response.VTSClientImpl.sendRequest(@NonNull Request request) -
Uses of Request in dev.adlin.vts4j.request
Methods in dev.adlin.vts4j.request that return RequestModifier and TypeMethodDescriptionRequestBuilder.build()Builds and returns a new Request object with the configured parameters.Methods in dev.adlin.vts4j.request with parameters of type Request