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