Package

io.taig

communicator

Permalink

package communicator

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. communicator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Client = OkHttpClient

    Permalink
  2. 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)!

  3. final class Request extends AnyRef

    Permalink
  4. sealed trait Response extends AnyRef

    Permalink

Value Members

  1. object Parser

    Permalink
  2. object Request

    Permalink
  3. object Response

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped