Package ru.tinkoff.kora.http.client.ok
Class OkHttpHeaders
java.lang.Object
ru.tinkoff.kora.http.client.ok.OkHttpHeaders
- All Implemented Interfaces:
Iterable<Map.Entry<String,,List<String>>> ru.tinkoff.kora.http.common.header.HttpHeaders
public final class OkHttpHeaders
extends Object
implements ru.tinkoff.kora.http.common.header.HttpHeaders
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ru.tinkoff.kora.http.common.header.HttpHeaders
isEmpty, toMutableMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
OkHttpHeaders
public OkHttpHeaders(okhttp3.Headers headers)
-
-
Method Details
-
getFirst
- Specified by:
getFirstin interfaceru.tinkoff.kora.http.common.header.HttpHeaders
-
getAll
- Specified by:
getAllin interfaceru.tinkoff.kora.http.common.header.HttpHeaders
-
has
- Specified by:
hasin interfaceru.tinkoff.kora.http.common.header.HttpHeaders
-
size
public int size()- Specified by:
sizein interfaceru.tinkoff.kora.http.common.header.HttpHeaders
-
names
- Specified by:
namesin interfaceru.tinkoff.kora.http.common.header.HttpHeaders
-
iterator
-