Interface HeaderOption
-
- All Known Implementing Classes:
IfCondition,IfCondition.IfMatch,IfCondition.IfModifiedSince,IfCondition.IfNoneMatch,IfCondition.IfUnModifiedSince,Range
public interface HeaderOptionTransforms an Option into a Header based name and value- Author:
- Jeremy Unruh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HeaderNameValuetoHeader()Transform the option into a Header
-
-
-
Method Detail
-
toHeader
HeaderNameValue toHeader()
Transform the option into a Header- Returns:
- the header name value object
-
-