-
public interface HeaderExtractorUsed to extract the first header with a specific header name.Can be implemented as a lambda in Java 8 and as an anonymous inner class in Java 7.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFirstHeader(String headerName)Returns the value of the provided header name
-