Class CookieProvider
java.lang.Object
org.glassfish.jersey.message.internal.CookieProvider
- All Implemented Interfaces:
RuntimeDelegate.HeaderDelegate<Cookie>,HeaderDelegateProvider<Cookie>
Request
Cookie header delegate provider.- Author:
- Paul Sandoz, Marek Potociar
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CookieProvider
public CookieProvider()
-
-
Method Details
-
supports
Description copied from interface:HeaderDelegateProviderAscertain if the Provider supports a particular type.- Specified by:
supportsin interfaceHeaderDelegateProvider<Cookie>- Parameters:
type- the type that is to be supported.- Returns:
- true if the type is supported, otherwise false.
-
toString
- Specified by:
toStringin interfaceRuntimeDelegate.HeaderDelegate<Cookie>
-
fromString
- Specified by:
fromStringin interfaceRuntimeDelegate.HeaderDelegate<Cookie>
-