Uses of Class
ru.cwcode.tkach.httpWrapper.BaseRequest
-
Uses of BaseRequest in ru.cwcode.tkach.httpWrapper
Classes in ru.cwcode.tkach.httpWrapper with type parameters of type BaseRequestModifier and TypeClassDescriptionclassBaseRequest<T extends BaseRequest<T,R>, R extends BaseResponse<R>> Fields in ru.cwcode.tkach.httpWrapper declared as BaseRequestMethods in ru.cwcode.tkach.httpWrapper with type parameters of type BaseRequestModifier and TypeMethodDescription<T extends BaseRequest<T,R>, R extends BaseResponse<R>>
CompletableFuture<R>ServiceClient.sendRequest(T request) Constructors in ru.cwcode.tkach.httpWrapper with parameters of type BaseRequestModifierConstructorDescriptionBaseResponse(boolean success, int code, BaseRequest<?, ?> request, Map<String, Object> response) SimpleResponse(boolean success, int code, BaseRequest<?, ?> request, Map<String, Object> response)