Java org.apache.commons.httpclient.methods TraceMethod fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.httpclient.methods TraceMethod fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.httpclient.methods TraceMethod.

The text is from its open source code.

Subclass

org.apache.commons.httpclient.methods.TraceMethod has subclasses.
Click this link to see all its subclasses.

Constructor

Method

byte[]getResponseBody()
Returns the response body of the HTTP method, if any, as an array of bytes.
Header[]getResponseHeaders()
Returns an array of the response headers that the HTTP method currently has in the order in which they were read.
intgetStatusCode()
Returns the response status code.
booleanhasBeenUsed()
Returns true if the HTTP method has been already #execute executed , but not #recycle recycled .
voidreleaseConnection()
Releases the connection being used by this HTTP method.