uCosminexus Application Server, Web Service Development Guide

[Contents][Glossary][Index][Back][Next]

getCookies() method

Description

This method acquires a list of Cookies. The method returns a list of the NewCookie objects when a value is set in the Set-Cookie HTTP header of an HTTP response.

Syntax

public List<NewCookie> getCookies()

Parameter

None.

Return value

The method returns a list of Cookies (NewCookie object).

Notes