Package org.apache.hc.client5.http.impl
Interface ProtocolSwitchStrategy.HeaderConsumer
-
- Enclosing class:
- ProtocolSwitchStrategy
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface private static interface ProtocolSwitchStrategy.HeaderConsumer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(java.lang.CharSequence buffer, org.apache.hc.core5.http.message.ParserCursor cursor)
-