class Connection extends Product with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version 0.17.0) Internal: will be made private
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Connection
- Serializable
- Product
- Equals
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Connection(channel: Channel, status: ConnectionStatus, authenticated: Set[Authenticated], authenticating: Option[Authenticating], signaling: Boolean)
- signaling
if true it's a signaling connection (not for r/w ops)
Value Members
- val authenticated: Set[Authenticated]
- val authenticating: Option[Authenticating]
- def canEqual(that: Any): Boolean
- Definition Classes
- Connection → Equals
- val channel: Channel
- def equals(that: Any): Boolean
- Definition Classes
- Connection → Equals → AnyRef → Any
- def hashCode(): Int
- Definition Classes
- Connection → AnyRef → Any
- def isAuthenticated(db: String, user: String): Boolean
Returns whether the
user
is authenticated against thedb
. - def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- Product
- def send(message: Request): ChannelFuture
- def send(message: Request, writeConcern: Request): ChannelFuture
- val signaling: Boolean
- val status: ConnectionStatus
- def toString(): String
- Definition Classes
- Connection → AnyRef → Any
Deprecated Value Members
- def copy(channel: Channel = this.channel, status: ConnectionStatus = this.status, authenticated: Set[Authenticated] = this.authenticated, authenticating: Option[Authenticating] = this.authenticating): Connection
- Annotations
- @deprecated
- Deprecated
(Since version 0.17.0) No longer a ReactiveMongo case class
- val productArity: Int
- Definition Classes
- Connection → Product
- Annotations
- @deprecated
- Deprecated
(Since version 0.17.0) No longer a ReactiveMongo case class
- def productElement(n: Int): Any
- Definition Classes
- Connection → Product
- Annotations
- @deprecated
- Deprecated
(Since version 0.17.0) No longer a ReactiveMongo case class