Module io.inverno.mod.http.base
Package io.inverno.mod.http.base.header
Class Headers.AcceptMatch<A,B>
java.lang.Object
io.inverno.mod.http.base.header.Headers.AcceptMatch<A,B>
- Type Parameters:
A
- the source itemB
- the target item
- Enclosing class:
Headers
An accept match respresents a match between a source item and a target item.
- Since:
- 1.0
- Author:
- Jeremy Kuhn
- See Also:
-
Method Summary
-
Method Details
-
getSource
Returns the source item.
- Returns:
- the source item
-
getTarget
Returns the target item.
- Returns:
- the target item
-