Package

com.twitter.finagle.postgres

codec

Permalink

package codec

Visibility
  1. Public
  2. All

Type Members

  1. class AuthenticationProxy extends ServiceFactoryProxy[PgRequest, PgResponse]

    Permalink
  2. class BackendMessageDecoder extends SimpleChannelHandler

    Permalink
  3. case class ClientError(message: String) extends Exception with Product with Serializable

    Permalink
  4. class HandleErrorsProxy extends ServiceFactoryProxy[PgRequest, PgResponse]

    Permalink
  5. class PacketDecoder extends FrameDecoder

    Permalink
  6. class PgClientChannelHandler extends SimpleChannelHandler

    Permalink
  7. case class ServerError(message: String, request: Option[PgRequest], severity: Option[String], sqlState: Option[String] = None, detail: Option[String] = None, hint: Option[String] = None, position: Option[String] = None) extends Exception with Product with Serializable

    Permalink

Value Members

  1. object Errors

    Permalink
  2. object NullValue extends Exception with Product with Serializable

    Permalink

Ungrouped