Interface MutableHeaderHolder
- All Superinterfaces:
HeaderHolder
A
MutableHeaderHolder is a HeaderHolder whose header can be
set programmatically.- Author:
- Silvan Wyss
-
Method Summary
Methods inherited from interface HeaderHolder
getHeader, getHeaderInSingleQuotes, hasHeader, hasSameHeaderAs
-
Method Details
-
setHeader
Sets the header of the currentMutableHeaderHolder.- Parameters:
header-- Throws:
RuntimeException- if the given header is null or blank
-