Package com.arangodb.vst.internal
Class VstConnectionAsync
java.lang.Object
com.arangodb.vst.internal.VstConnection<CompletableFuture<Message>>
com.arangodb.vst.internal.VstConnectionAsync
- All Implemented Interfaces:
Connection
,Closeable
,AutoCloseable
- Author:
- Mark Vollmary
-
Field Summary
Fields inherited from class com.arangodb.vst.internal.VstConnection
messageStore, timeout
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
executeAsync
(InternalRequest request) write
(Message message, Collection<Chunk> chunks) Methods inherited from class com.arangodb.vst.internal.VstConnection
close, isOpen, open, readBytesIntoBuffer, readChunk, sendKeepAlive, setJwt, writeIntern
-
Constructor Details
-
VstConnectionAsync
-
-
Method Details
-
write
- Specified by:
write
in classVstConnection<CompletableFuture<Message>>
-
doKeepAlive
protected void doKeepAlive()- Specified by:
doKeepAlive
in classVstConnection<CompletableFuture<Message>>
-
executeAsync
-