Uses of Class
com.c8db.velocystream.Response
-
Packages that use Response Package Description com.c8db com.c8db.internal com.c8db.internal.http com.c8db.internal.net com.c8db.internal.util com.c8db.internal.velocypack com.c8db.internal.velocystream -
-
Uses of Response in com.c8db
Methods in com.c8db that return Response Modifier and Type Method Description ResponseC8DB. execute(Request request)Generic Execute.ResponseC8DB. execute(Request request, HostHandle hostHandle)Generic Execute. -
Uses of Response in com.c8db.internal
Methods in com.c8db.internal that return Response Modifier and Type Method Description ResponseC8DBImpl. execute(Request request)ResponseC8DBImpl. execute(Request request, HostHandle hostHandle)Methods in com.c8db.internal with parameters of type Response Modifier and Type Method Description protected <T> TC8Executor. createResult(Type type, Response response)TC8Executor.ResponseDeserializer. deserialize(Response response) -
Uses of Response in com.c8db.internal.http
Methods in com.c8db.internal.http that return Response Modifier and Type Method Description ResponseHttpConnection. buildResponse(org.apache.http.client.methods.CloseableHttpResponse httpResponse)ResponseHttpCommunication. execute(Request request, HostHandle hostHandle)ResponseHttpConnection. execute(Request request)ResponseHttpProtocol. execute(Request request, HostHandle hostHandle)Methods in com.c8db.internal.http with parameters of type Response Modifier and Type Method Description protected voidHttpConnection. checkError(Response response) -
Uses of Response in com.c8db.internal.net
Methods in com.c8db.internal.net that return Response Modifier and Type Method Description ResponseCommunicationProtocol. execute(Request request, HostHandle hostHandle) -
Uses of Response in com.c8db.internal.util
Methods in com.c8db.internal.util with parameters of type Response Modifier and Type Method Description static voidResponseUtils. checkError(C8Serialization util, Response response) -
Uses of Response in com.c8db.internal.velocypack
Fields in com.c8db.internal.velocypack with type parameters of type Response Modifier and Type Field Description static com.arangodb.velocypack.VPackDeserializer<Response>VPackDeserializers. RESPONSE -
Uses of Response in com.c8db.internal.velocystream
Methods in com.c8db.internal.velocystream that return Response Modifier and Type Method Description protected ResponseVstCommunication. createResponse(Message message)protected ResponseVstCommunicationSync. execute(Request request, VstConnectionSync connection)ResponseVstProtocol. execute(Request request, HostHandle hostHandle)Methods in com.c8db.internal.velocystream that return types with arguments of type Response Modifier and Type Method Description VstCommunication<Response,VstConnectionSync>VstCommunicationSync.Builder. build(C8Serialization util)Methods in com.c8db.internal.velocystream with parameters of type Response Modifier and Type Method Description protected voidVstCommunication. checkError(Response response)Constructor parameters in com.c8db.internal.velocystream with type arguments of type Response Constructor Description VstProtocol(VstCommunication<Response,VstConnectionSync> communication)
-