uCosminexus Application Server, Web Service Development Guide

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

getAllow() method

Description

This method acquires a set of HTTP methods supported by resources from the Allow HTTP header. Note that you can acquire the Allow HTTP header for an HTTP OPTIONS request.

Syntax

public Set<String> getAllow()

Parameter

None.

Return value

The method returns a set of HTTP methods supported by resources. All the methods are output in the upper case.

Notes