Uses of Interface
org.apache.hc.client5.http.impl.ProtocolSwitchStrategy.HeaderConsumer
Packages that use ProtocolSwitchStrategy.HeaderConsumer
-
Uses of ProtocolSwitchStrategy.HeaderConsumer in org.apache.hc.client5.http.impl
Methods in org.apache.hc.client5.http.impl with parameters of type ProtocolSwitchStrategy.HeaderConsumerModifier and TypeMethodDescriptionprivate voidProtocolSwitchStrategy.parseHeader(org.apache.hc.core5.http.Header header, ProtocolSwitchStrategy.HeaderConsumer consumer) private voidProtocolSwitchStrategy.parseHeaderElements(CharSequence buffer, org.apache.hc.core5.http.message.ParserCursor cursor, ProtocolSwitchStrategy.HeaderConsumer consumer) private voidProtocolSwitchStrategy.parseHeaders(org.apache.hc.core5.http.HttpMessage message, String name, ProtocolSwitchStrategy.HeaderConsumer consumer)