Package

rere.driver

protocol

Permalink

package protocol

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait ReqlCommand extends AnyRef

    Permalink
  2. final class ReqlContinueCommand extends ReqlCommand

    Permalink
  3. sealed trait ReqlExpectedResponseType extends AnyRef

    Permalink
  4. final case class ReqlResponse(responseType: Int, data: Vector[Json], profile: Option[Vector[Json]], backtrace: Option[Json], errorType: Option[Json]) extends Product with Serializable

    Permalink
  5. case class ReqlServerSentError(errorType: ReqlServerSentErrorType, description: Option[String], backtrace: Option[Json]) extends Product with Serializable

    Permalink
  6. sealed trait ReqlServerSentErrorType extends AnyRef

    Permalink
  7. final class ReqlStartCommand[T <: ReqlExpr] extends ReqlCommand

    Permalink
  8. final class ReqlStopCommand extends ReqlCommand

    Permalink

Ungrouped