org.glassfish.jersey.message.internal
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 (marek.potociar at oracle.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NewCookieProvider
public NewCookieProvider()
supports
public boolean supports(Class<?> type)
- Description copied from interface:
HeaderDelegateProvider
- Ascertain if the Provider supports a particular type.
- Specified by:
supports in interface HeaderDelegateProvider<NewCookie>
- Parameters:
type - the type that is to be supported.
- Returns:
- true if the type is supported, otherwise false.
toString
public String toString(NewCookie cookie)
- Specified by:
toString in interface RuntimeDelegate.HeaderDelegate<NewCookie>
fromString
public NewCookie fromString(String header)
- Specified by:
fromString in interface RuntimeDelegate.HeaderDelegate<NewCookie>
Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.