Class AsyncHttpClientHeaders
java.lang.Object
ru.tinkoff.kora.http.common.header.AbstractHttpHeaders
ru.tinkoff.kora.http.client.async.AsyncHttpClientHeaders
- All Implemented Interfaces:
Iterable<Map.Entry<String,,List<String>>> ru.tinkoff.kora.http.common.header.HttpHeaders
public class AsyncHttpClientHeaders
extends ru.tinkoff.kora.http.common.header.AbstractHttpHeaders
implements ru.tinkoff.kora.http.common.header.HttpHeaders
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ru.tinkoff.kora.http.common.header.AbstractHttpHeaders
equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, 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
-
AsyncHttpClientHeaders
public AsyncHttpClientHeaders(io.netty.handler.codec.http.HttpHeaders 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
-