com.outr.net

proxy

package proxy

Visibility
  1. Public
  2. All

Type Members

  1. case class HostProxy(originHost: String, destinationHost: String, destinationPort: Option[Int] = None, rewriteURL: Boolean = false) extends Proxy with Product with Serializable

  2. trait Proxy extends AnyRef

  3. case class ProxyHandler(proxy: Proxy, priority: Priority = Priority.Normal) extends HandlerListener with Logging with Product with Serializable

  4. class ProxyConnection extends Logging

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.2) Use ProxyHandler instead.

  5. class ProxyMapping extends AnyRef

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.2) Use ProxyHandler instead.

  6. class ProxyServer extends Logging

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.2) Use ProxyHandler instead.

Value Members

  1. object ProxyHandler extends Serializable

Deprecated Value Members

  1. object ProxyConnection

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.2) Use ProxyHandler instead.

  2. object ProxyServer extends Logging

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.2) Use ProxyHandler instead.

Ungrouped