Uses of Enum
com.aventstack.chaintest.http.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in com.aventstack.chaintest.http
Methods in com.aventstack.chaintest.http that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethodReturns the enum constant of this type with the specified name.static HttpMethod[]HttpMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aventstack.chaintest.http with parameters of type HttpMethodModifier and TypeMethodDescriptionChainTestApiClient.send(byte[] data, HttpMethod method) <T extends ChainTestEntity>
HttpResponse<String>ChainTestApiClient.send(T entity, HttpMethod method) <T extends ChainTestEntity>
HttpResponse<T>ChainTestApiClient.send(T entity, Class<T> clazz, HttpMethod method) ChainTestApiClient.sendAsync(byte[] data, HttpMethod method) <T extends ChainTestEntity>
CompletableFuture<HttpResponse<String>>ChainTestApiClient.sendAsync(T entity, HttpMethod method) <T extends ChainTestEntity>
CompletableFuture<HttpResponse<T>>ChainTestApiClient.sendAsync(T entity, Class<T> clazz, HttpMethod method) <T extends ChainTestEntity>
HttpResponse<T>HttpRetryHandler.trySend(T entity, Class<T> clazz, HttpMethod httpMethod) <T extends ChainTestEntity>
HttpResponse<T>HttpRetryHandler.trySend(T entity, Class<T> clazz, HttpMethod httpMethod, int maxRetryAttempts)