Package

io.taig.communicator

request

Permalink

package request

Visibility
  1. Public
  2. All

Type Members

  1. trait Parser[+T] extends AnyRef

    Permalink

    Type class that describes how to transform an InputStream to an instance of T

    Type class that describes how to transform an InputStream to an instance of T

    The InputStream has to be closed after processing (but also when not using it)!

  2. final class Request extends AnyRef

    Permalink
  3. sealed trait Response extends AnyRef

    Permalink

Value Members

  1. object Parser

    Permalink
  2. object Request

    Permalink
  3. object Response

    Permalink

Ungrouped