Package

com.typesafe.conductr.lib

scala

Permalink

package scala

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractConnectionContext extends AnyRef

    Permalink

    A connection context supplies any context that is required in order for a connection handler to perform its connection.

    A connection context supplies any context that is required in order for a connection handler to perform its connection. For example, there is a ConnectionContext provides an ExecutionContext suitable for performing blocking IO on.

  2. abstract class AbstractConnectionHandler extends AnyRef

    Permalink

    Connection handlers provide the means to establish a connection, issue a request and then finalize the connection

  3. class ConnectionContext extends AbstractConnectionContext

    Permalink

    When performing pure Scala connections, this is the connection context to use.

    When performing pure Scala connections, this is the connection context to use. Pass in the execution context to be used for blocking IO.

  4. class ConnectionHandler extends AbstractConnectionHandler

    Permalink

    INTERNAL API Handles the JDK HttpURLConnection requests and responses

Value Members

  1. object ConductrTypeOps

    Permalink
  2. object ConnectionContext

    Permalink

Ungrouped