protected static class HttpBuilder.ResponseHandlerFunction extends java.lang.Object implements java.util.function.BiFunction<ChainedHttpConfig,FromServer,java.lang.Object>
| Modifier | Constructor and Description |
|---|---|
protected |
ResponseHandlerFunction() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
apply(ChainedHttpConfig requestConfig,
FromServer fromServer) |
public java.lang.Object apply(ChainedHttpConfig requestConfig, FromServer fromServer)
apply in interface java.util.function.BiFunction<ChainedHttpConfig,FromServer,java.lang.Object>