Package

rere.driver

connection

Permalink

package connection

Visibility
  1. Public
  2. All

Type Members

  1. class BidiMergeShape[-UpstreamAIn, -UpstreamBIn, +UpstreamOut, -DownstreamIn, +DownstreamAOut, +DownstreamBOut] extends Shape

    Permalink
  2. trait Connection extends AnyRef

    Permalink
  3. class FromCertificateFileProvider extends SSLContextProvider

    Permalink
  4. class LogicalConnection extends Connection

    Permalink
  5. class LogicalConnectionShape[-In1, -In2, -In3, +Out1] extends Shape

    Permalink
  6. class LogicalConnectionStage extends GraphStageWithMaterializedValue[LogicalConnectionShape[RenderedCommandWithToken, PrepareForShutdown.type, ReqlFrame, ReqlFrame], Future[Done]]

    Permalink
  7. class PreparedSSLContextProvider extends SSLContextProvider

    Permalink
  8. final case class ReqlFrame(queryToken: Long, body: ByteString) extends Product with Serializable

    Permalink
  9. final case class ReqlFramingException(msg: String) extends Exception with Product with Serializable

    Permalink
  10. final class ReqlInFraming extends GraphStage[FlowShape[ByteString, List[ReqlFrame]]]

    Permalink
  11. final class ReqlOutFraming extends GraphStage[FlowShape[ReqlFrame, ByteString]]

    Permalink
  12. sealed trait SSLContextProvider extends AnyRef

    Permalink
  13. class Switcher extends GraphStage[BidiMergeShape[ByteString, ByteString, ByteString, ByteString, ByteString, ByteString]]

    Permalink
  14. class WorkerRegistrarMerge extends GraphStage[WorkerRegistrarMergeShape[RenderedCommandWithToken, SourceQueueWithComplete[RawResponse], RenderedCommandWithToken]]

    Permalink
  15. class WorkerRegistrarMergeShape[-In1, -In2, +Out1] extends Shape

    Permalink

Ungrouped