uk.co.bigbeeconsultants.http

servlet

package servlet

Visibility
  1. Public
  2. All

Type Members

  1. class DefaultURLMapper extends URLMapper

    Extends uk.co.bigbeeconsultants.http.servlet.URLMapper to provide a convenient mapping from one URL namespace to another.

  2. class HttpServletRequestAdapter extends AnyRef

    Adapts HTTP Servlet request objects to the Light Http Client API.

  3. class HttpServletResponseAdapter extends AnyRef

    Adapts HTTP Servlet response objects to the Light Http Client API.

  4. case class TextualBodyFilter(lineProcessor: (String) ⇒ String = ..., processAsText: (MediaType) ⇒ Boolean = ...) extends Product with Serializable

    Provides hooks to modify a textual body in transit.

  5. class URLMapper extends AnyRef

    Provides a convenient decoupling between an application's upstream hrefs and the downstream URLs that need to be requested.

  6. class URLMapperFactory extends AnyRef

    Provides newly constructed instances of uk.co.bigbeeconsultants.http.servlet.DefaultURLMapper.

Deprecated Value Members

  1. object HttpServletResponseAdapter

    Annotations
    @deprecated
    Deprecated

    (Since version 0.25.1) This will be removed from future versions.

  2. object URLMapper

    Annotations
    @deprecated
    Deprecated

    (Since version 0.25.1) This will be removed from future versions.

Ungrouped