JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
io.odilon.client.http.ResponseHeader
Packages that use
ResponseHeader
Package
Description
io.odilon.client.http
Utility classes used by
ODClient
.
Uses of
ResponseHeader
in
io.odilon.client.http
Methods in
io.odilon.client.http
that return
ResponseHeader
Modifier and Type
Method
Description
ResponseHeader
HttpResponse.
header
()
Constructors in
io.odilon.client.http
with parameters of type
ResponseHeader
Modifier
Constructor
Description
HttpResponse
(
ResponseHeader
header, okhttp3.Response response)