OkClient

com.malliina.http.OkClient
See theOkClient companion class
object OkClient

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
OkClient.type

Members list

Type members

Classlikes

case class MultiPartFile(partName: String, fileName: String, mediaType: MediaType, file: Path)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object MultiPartFile

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def apply(client: OkHttpClient): OkClient
def defaultExecutionContext(): ExecutionContextExecutorService
def okHttpClient: OkHttpClient
def ssl(ssf: SSLSocketFactory, tm: X509TrustManager): OkClient
def sslClient(ssf: SSLSocketFactory, tm: X509TrustManager): OkHttpClient

Concrete fields

val jsonMediaType: MediaType
val plainText: MediaType