Uses of Interface
com.arangodb.internal.net.HostHandler
Packages that use HostHandler
Package
Description
-
Uses of HostHandler in com.arangodb
Methods in com.arangodb that return HostHandlerModifier and TypeMethodDescriptionprotected HostHandler
ArangoDB.Builder.createHostHandler
(HostResolver hostResolver) -
Uses of HostHandler in com.arangodb.http
Methods in com.arangodb.http with parameters of type HostHandlerModifier and TypeMethodDescriptionHttpProtocolProvider.createProtocol
(ArangoConfig config, HostHandler hostHandler) -
Uses of HostHandler in com.arangodb.internal
Constructors in com.arangodb.internal with parameters of type HostHandlerModifierConstructorDescriptionArangoDBImpl
(ArangoConfig config, CommunicationProtocol protocol, HostHandler hostHandler) -
Uses of HostHandler in com.arangodb.internal.net
Classes in com.arangodb.internal.net that implement HostHandlerModifier and TypeClassDescriptionclass
class
class
class
Fields in com.arangodb.internal.net declared as HostHandlerMethods in com.arangodb.internal.net with parameters of type HostHandlerModifier and TypeMethodDescriptionProtocolProvider.createProtocol
(ArangoConfig config, HostHandler hostHandler) Constructors in com.arangodb.internal.net with parameters of type HostHandlerModifierConstructorDescriptionprotected
Communication
(ArangoConfig config, HostHandler hostHandler) DirtyReadHostHandler
(HostHandler master, HostHandler follower) RandomHostHandler
(HostResolver resolver, HostHandler fallback) -
Uses of HostHandler in com.arangodb.vst
Methods in com.arangodb.vst with parameters of type HostHandlerModifier and TypeMethodDescriptionVstProtocolProvider.createProtocol
(ArangoConfig config, HostHandler hostHandler) Constructors in com.arangodb.vst with parameters of type HostHandler