Package io.micronaut.jaxrs.common
Class CookieHeaderDelegate
java.lang.Object
io.micronaut.jaxrs.common.CookieHeaderDelegate
- All Implemented Interfaces:
- RuntimeDelegate.HeaderDelegate<Cookie>
@Internal
public final class CookieHeaderDelegate
extends Object
implements RuntimeDelegate.HeaderDelegate<Cookie>
Forked from RESTEasy.
- Author:
- Bill Burke
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfromString(String value) parseCookies(String cookieHeader) Parse cookies from the header.
- 
Constructor Details- 
CookieHeaderDelegatepublic CookieHeaderDelegate()
 
- 
- 
Method Details- 
parseCookiesParse cookies from the header.- Parameters:
- cookieHeader- The header
- Returns:
- The list of cookies
 
- 
fromString- Specified by:
- fromStringin interface- RuntimeDelegate.HeaderDelegate<Cookie>
- Throws:
- IllegalArgumentException
 
- 
toString- Specified by:
- toStringin interface- RuntimeDelegate.HeaderDelegate<Cookie>
 
 
-