public class TestHttpClientResponse
| Constructor and Description |
|---|
TestHttpClientResponse(io.ktor.client.call.HttpClientCall call,
io.ktor.http.HttpStatusCode status,
io.ktor.http.Headers headers,
byte[] contentData,
NonExistentClass coroutineContext) |
| Modifier and Type | Method and Description |
|---|---|
io.ktor.client.call.HttpClientCall |
getCall() |
kotlinx.coroutines.io.ByteReadChannel |
getContent() |
NonExistentClass |
getCoroutineContext() |
io.ktor.http.Headers |
getHeaders() |
io.ktor.util.date.GMTDate |
getRequestTime() |
io.ktor.util.date.GMTDate |
getResponseTime() |
io.ktor.http.HttpStatusCode |
getStatus() |
io.ktor.http.HttpProtocolVersion |
getVersion() |
public TestHttpClientResponse(io.ktor.client.call.HttpClientCall call,
io.ktor.http.HttpStatusCode status,
io.ktor.http.Headers headers,
byte[] contentData,
NonExistentClass coroutineContext)
public io.ktor.util.date.GMTDate getRequestTime()
public io.ktor.util.date.GMTDate getResponseTime()
public io.ktor.http.HttpProtocolVersion getVersion()
public kotlinx.coroutines.io.ByteReadChannel getContent()
public io.ktor.client.call.HttpClientCall getCall()
public io.ktor.http.HttpStatusCode getStatus()
public io.ktor.http.Headers getHeaders()
public NonExistentClass getCoroutineContext()