RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

org.jboss.resteasy.plugins.delegates
Class NewCookieHeaderDelegate

java.lang.Object
  extended by org.jboss.resteasy.plugins.delegates.NewCookieHeaderDelegate
All Implemented Interfaces:
javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate

public class NewCookieHeaderDelegate
extends Object
implements javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
NewCookieHeaderDelegate()
           
 
Method Summary
 Object fromString(String newCookie)
           
protected  void quote(StringBuilder b, String value)
           
 String toString(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewCookieHeaderDelegate

public NewCookieHeaderDelegate()
Method Detail

fromString

public Object fromString(String newCookie)
                  throws IllegalArgumentException
Specified by:
fromString in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate
Throws:
IllegalArgumentException

quote

protected void quote(StringBuilder b,
                     String value)

toString

public String toString(Object value)
Specified by:
toString in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate

RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.