Uses of Interface
io.metaloom.qdrant.client.http.QDrantHttpClient
Packages that use QDrantHttpClient
-
Uses of QDrantHttpClient in io.metaloom.qdrant.client.http
Classes in io.metaloom.qdrant.client.http that implement QDrantHttpClientMethods in io.metaloom.qdrant.client.http with parameters of type QDrantHttpClientModifier and TypeMethodDescriptionstatic <T extends RestResponse>
QDrantClientRequest<T>QDrantClientRequest.create(String method, String path, QDrantHttpClient qdrantClient, okhttp3.OkHttpClient okClient, RestRequestModel request, Class<T> responseClass) Create request with payload.static <T extends RestResponse>
QDrantClientRequest<T>QDrantClientRequest.create(String method, String path, QDrantHttpClient qdrantClient, okhttp3.OkHttpClient okClient, Class<T> responseClass) Create request without payload. -
Uses of QDrantHttpClient in io.metaloom.qdrant.client.http.impl
Classes in io.metaloom.qdrant.client.http.impl that implement QDrantHttpClientConstructors in io.metaloom.qdrant.client.http.impl with parameters of type QDrantHttpClientModifierConstructorDescriptionQDrantClientRequestImpl(String method, String path, QDrantHttpClient qdrantClient, okhttp3.OkHttpClient client, RestRequestModel requestModel, Class<T> responseClass)