uCosminexus Application Server, Web Service Development Guide

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

25.5 Method specifications and notes for the ClientRequest.Builder class

This section describes the specifications for the methods of the ClientRequest.Builder class and the notes on using the methods.

Organization of this section
accept(MediaType... types) method
accept(String... types) method
acceptLanguage(Locale... locales) method
acceptLanguage(String... locales) method
build(URI uri, String method) method
cookie(Cookie cookie) method
entity(Object entity) method
entity(Object entity, MediaType type) method
entity(Object entity, String type) method
header(String name, Object value) method
type(MediaType type) method
type(String type) method