java.lang.Object
org.neo4j.driver.internal.messaging.request.AbstractStreamingMessage
org.neo4j.driver.internal.messaging.request.PullMessage
- All Implemented Interfaces:
Message
PULL request message
Sent by clients to pull the entirety of the remaining stream down.
-
Field Summary
Fields inherited from class org.neo4j.driver.internal.messaging.request.AbstractStreamingMessage
STREAM_LIMIT_UNLIMITED
-
Constructor Summary
-
Method Summary
Methods inherited from class org.neo4j.driver.internal.messaging.request.AbstractStreamingMessage
equals, hashCode, metadata, toString
-
Field Details
-
SIGNATURE
public static final byte SIGNATURE- See Also:
-
PULL_ALL
-
-
Constructor Details
-
PullMessage
public PullMessage(long n, long id)
-
-
Method Details
-
name
- Specified by:
name
in classAbstractStreamingMessage
-
signature
public byte signature()
-