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

 

FormPoster.cleanResponse

Retrieves the response string from the server and removes the HTTP header.

This method is similar to cleanRawResponse except the data is returned as a string rather than a byte array. This method has two variants:


FormPoster.cleanResponse

Retrieves the response string from the server and removes the HTTP header. Optionally removes the trailing status code.

Syntax

Description

The cleanResponse method retrieves the response string from the server and removes the HTTP header. This method is similar to cleanRawResponse except the data is returned as a string rather than a byte array.

Example

See Also

getResponse , getRawResponse , cleanRawResponse


FormPoster.cleanResponse

Retrieves the response string from the server and removes the HTTP header. Optionally removes the trailing status code.

Syntax

Parameters

bRemoveStatus
Set this parameter to true to remove status; set it to false to keep the status code.

Description

The cleanResponse method retrieves the response string from the server and removes the HTTP header. cleanResponse optionally removes the trailing status code.

This method is similar to cleanRawResponse except the data is returned as a string rather than as a byte array.

Example

See Also

getResponse , getRawResponse , cleanRawResponse

 

  Home > Contents > Index >

FatWire JAVA Reference
Copyright 2005 by FatWire Software
All rights reserved.