object Response extends Serializable

Annotations
@deprecated
Deprecated

(Since version 0.16.0) Internal: will be made private

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Response
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(header: MessageHeader, reply: Reply, documents: ByteBuf, info: ResponseInfo): Response
  2. def parse(response: Response): Iterator[BSONDocument]
    Annotations
    @inline()
  3. def unapply(response: Response): Option[(MessageHeader, Reply, ByteBuf, ResponseInfo)]