Home > Contents > Index >
Expanded TOC   |    Accordion TOC   |    Annotated TOC   |    Index

 

FormPoster.getResponse

Gets the string response from the server after calling post() to post a request.

Syntax

Description

The getResponse method gets the string response from the server after calling post() to post a request. getResponse() is similar to getRawResponse, except the output is returned as a string rather than as a byte array.

Returns

A string response.

Example

See Also

cleanRawResponse,
getRawResponse,
cleanResponse

 

  Home > Contents > Index >

Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.