uCosminexus Application Server, Web Service Development Guide

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

getHeaders() method

Description

This method acquires the HTTP headers map of an HTTP response.

Syntax

public MultivaluedMap<String,String> getHeaders()

Parameter

None.

Return value

The method returns the HTTP headers map of an HTTP response.

Notes