com.meterware.httpunit.cookies

Interface CookieSource

public interface CookieSource

This interface represents a source from which to parse out cookies.

Author: Russell Gold

Method Summary
String[]getHeaderFields(String fieldName)
Returns the values for the specified header field.
URLgetURL()
Returns the URL which invoked this response.

Method Detail

getHeaderFields

public String[] getHeaderFields(String fieldName)
Returns the values for the specified header field. If no such field is defined, will return an empty array.

getURL

public URL getURL()
Returns the URL which invoked this response.