Uses of Class
com.arangodb.internal.InternalResponse
Packages that use InternalResponse
Package
Description
-
Uses of InternalResponse in com.arangodb.http
Methods in com.arangodb.http that return types with arguments of type InternalResponseModifier and TypeMethodDescriptionHttpConnection.executeAsync
(InternalRequest request) HttpProtocol.executeAsync
(InternalRequest request, HostHandle hostHandle) Method parameters in com.arangodb.http with type arguments of type InternalResponseModifier and TypeMethodDescriptionvoid
HttpConnection.doExecute
(InternalRequest request, CompletableFuture<InternalResponse> rfuture) -
Uses of InternalResponse in com.arangodb.internal
Methods in com.arangodb.internal with parameters of type InternalResponseModifier and TypeMethodDescriptionprotected <T> T
ArangoExecutor.createResult
(Type type, InternalResponse response) ArangoExecutor.ResponseDeserializer.deserialize
(InternalResponse response) protected final void
ArangoExecutor.interceptResponse
(InternalResponse response) -
Uses of InternalResponse in com.arangodb.internal.net
Methods in com.arangodb.internal.net that return InternalResponseModifier and TypeMethodDescriptiondefault InternalResponse
CommunicationProtocol.execute
(InternalRequest request, HostHandle hostHandle) Methods in com.arangodb.internal.net that return types with arguments of type InternalResponseModifier and TypeMethodDescriptionCommunication.executeAsync
(InternalRequest request, HostHandle hostHandle) CommunicationProtocol.executeAsync
(InternalRequest request, HostHandle hostHandle) Connection.executeAsync
(InternalRequest request) -
Uses of InternalResponse in com.arangodb.internal.util
Methods in com.arangodb.internal.util with parameters of type InternalResponseModifier and TypeMethodDescriptionstatic ArangoDBException
ResponseUtils.translateError
(InternalSerde serde, InternalResponse response) -
Uses of InternalResponse in com.arangodb.vst
Methods in com.arangodb.vst that return types with arguments of type InternalResponseModifier and TypeMethodDescriptionVstProtocol.executeAsync
(InternalRequest request, HostHandle hostHandle) -
Uses of InternalResponse in com.arangodb.vst.internal
Methods in com.arangodb.vst.internal that return types with arguments of type InternalResponse