Constant Field Values

Contents

org.neo4j.*

  • org.neo4j.driver.exceptions.AuthorizationExpiredException
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Authorization information kept on the server has expired, this connection is no longer valid."
  • org.neo4j.driver.internal.messaging.request.AbstractStreamingMessage
    Modifier and Type
    Constant Field
    Value
    public static final long
    -1L
  • org.neo4j.driver.internal.messaging.request.BeginMessage
    Modifier and Type
    Constant Field
    Value
    public static final byte
    0x11
  • org.neo4j.driver.internal.messaging.request.CommitMessage
    Modifier and Type
    Constant Field
    Value
    public static final byte
    0x12
  • org.neo4j.driver.internal.messaging.request.DiscardAllMessage
    Modifier and Type
    Constant Field
    Value
    public static final byte
    0x2f
  • org.neo4j.driver.internal.messaging.request.DiscardMessage
    Modifier and Type
    Constant Field
    Value
    public static final byte
    0x2f
  • org.neo4j.driver.internal.messaging.request.GoodbyeMessage
    Modifier and Type
    Constant Field
    Value
    public static final byte
    0x2
  • org.neo4j.driver.internal.messaging.request.HelloMessage
    Modifier and Type
    Constant Field
    Value
    public static final byte
    0x1
  • org.neo4j.driver.internal.messaging.request.LogoffMessage
    Modifier and Type
    Constant Field
    Value
    public static final byte
    0x6b
  • org.neo4j.driver.internal.messaging.request.LogonMessage
    Modifier and Type
    Constant Field
    Value
    public static final byte
    0x6a
  • org.neo4j.driver.internal.messaging.request.PullAllMessage
    Modifier and Type
    Constant Field
    Value
    public static final byte
    0x3f
  • org.neo4j.driver.internal.messaging.request.PullMessage
    Modifier and Type
    Constant Field
    Value
    public static final byte
    0x3f
  • org.neo4j.driver.internal.messaging.request.ResetMessage
    Modifier and Type
    Constant Field
    Value
    public static final byte
    0xf
  • org.neo4j.driver.internal.messaging.request.RollbackMessage
    Modifier and Type
    Constant Field
    Value
    public static final byte
    0x13
  • org.neo4j.driver.internal.messaging.request.RouteMessage
    Modifier and Type
    Constant Field
    Value
    public static final byte
    0x66
  • org.neo4j.driver.internal.messaging.request.RunWithMetadataMessage
    Modifier and Type
    Constant Field
    Value
    public static final byte
    0x10
  • org.neo4j.driver.internal.messaging.request.TelemetryMessage
    Modifier and Type
    Constant Field
    Value
    public static final byte
    0x54
  • org.neo4j.driver.internal.messaging.response.FailureMessage
    Modifier and Type
    Constant Field
    Value
    public static final byte
    0x7f
  • org.neo4j.driver.internal.messaging.response.IgnoredMessage
    Modifier and Type
    Constant Field
    Value
    public static final byte
    0x7e
  • org.neo4j.driver.internal.messaging.response.RecordMessage
    Modifier and Type
    Constant Field
    Value
    public static final byte
    0x71
  • org.neo4j.driver.internal.messaging.response.SuccessMessage
    Modifier and Type
    Constant Field
    Value
    public static final byte
    0x70