public interface HeaderInjector
Can be implemented as a lambda in Java 8 and as an anonymous inner class in Java 7.
| Modifier and Type | Method | Description |
|---|---|---|
void |
addHeader(java.lang.String headerName,
java.lang.String headerValue) |
Injects a header key and value into the underlying request object of an networking library
|
Copyright © 2018–2019 Elastic Inc.. All rights reserved.