public class MockEngineConfig
| Modifier and Type | Field and Description |
|---|---|
kotlin.jvm.functions.Function2<? super io.ktor.client.engine.mock.MockHttpRequest,? super kotlin.coroutines.experimental.Continuation<? super io.ktor.client.response.HttpResponse>,? extends java.lang.Object> |
check |
| Constructor and Description |
|---|
MockEngineConfig() |
| Modifier and Type | Method and Description |
|---|---|
kotlin.jvm.functions.Function2<io.ktor.client.engine.mock.MockHttpRequest,kotlin.coroutines.experimental.Continuation,java.lang.Object> |
getCheck() |
void |
setCheck(kotlin.jvm.functions.Function2<? super io.ktor.client.engine.mock.MockHttpRequest,? super kotlin.coroutines.experimental.Continuation<? super io.ktor.client.response.HttpResponse>,? extends java.lang.Object> p) |
public kotlin.jvm.functions.Function2<? super io.ktor.client.engine.mock.MockHttpRequest,? super kotlin.coroutines.experimental.Continuation<? super io.ktor.client.response.HttpResponse>,? extends java.lang.Object> check
public kotlin.jvm.functions.Function2<io.ktor.client.engine.mock.MockHttpRequest,kotlin.coroutines.experimental.Continuation,java.lang.Object> getCheck()
public void setCheck(kotlin.jvm.functions.Function2<? super io.ktor.client.engine.mock.MockHttpRequest,? super kotlin.coroutines.experimental.Continuation<? super io.ktor.client.response.HttpResponse>,? extends java.lang.Object> p)