org.glassfish.jersey.message.internal
Class CookieProvider

java.lang.Object
  extended by org.glassfish.jersey.message.internal.CookieProvider
All Implemented Interfaces:
RuntimeDelegate.HeaderDelegate<Cookie>, HeaderDelegateProvider<Cookie>

public class CookieProvider
extends java.lang.Object
implements HeaderDelegateProvider<Cookie>

Request Cookie header delegate provider.

Author:
Paul Sandoz, Marek Potociar (marek.potociar at oracle.com)

Constructor Summary
CookieProvider()
           
 
Method Summary
 Cookie fromString(java.lang.String header)
           
 boolean supports(java.lang.Class<?> type)
          Ascertain if the Provider supports a particular type.
 java.lang.String toString(Cookie cookie)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CookieProvider

public CookieProvider()
Method Detail

supports

public boolean supports(java.lang.Class<?> type)
Description copied from interface: HeaderDelegateProvider
Ascertain if the Provider supports a particular type.

Specified by:
supports in interface HeaderDelegateProvider<Cookie>
Parameters:
type - the type that is to be supported.
Returns:
true if the type is supported, otherwise false.

toString

public java.lang.String toString(Cookie cookie)
Specified by:
toString in interface RuntimeDelegate.HeaderDelegate<Cookie>

fromString

public Cookie fromString(java.lang.String header)
Specified by:
fromString in interface RuntimeDelegate.HeaderDelegate<Cookie>


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.