org.apache.commons.httpclient.cookie
Interface CookieVersionSupport

All Known Implementing Classes:
RFC2965Spec

public interface CookieVersionSupport

Defines cookie specification specific capabilities

Since:
3.1
Author:
Oleg Kalnichevski

Method Summary
 int getVersion()
           
 Header getVersionHeader()
           
 

Method Detail

getVersion

int getVersion()

getVersionHeader

Header getVersionHeader()


Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.