Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public interface

StatusLine

org.apache.http.StatusLine
Known Indirect Subclasses

Class Overview

Represents a status line as returned from a HTTP server. See RFC2616 , section 6.1. Implementations are expected to be thread safe.

See Also

Summary

Public Methods
abstract ProtocolVersion getProtocolVersion ()
abstract String getReasonPhrase ()
abstract int getStatusCode ()

Public Methods

public abstract ProtocolVersion getProtocolVersion ()

Added in API level 1

public abstract String getReasonPhrase ()

Added in API level 1

public abstract int getStatusCode ()

Added in API level 1