public class StatusLineStub
extends java.lang.Object
implements org.apache.http.StatusLine
Constructor and Description |
---|
StatusLineStub() |
Modifier and Type | Method and Description |
---|---|
org.apache.http.ProtocolVersion |
getProtocolVersion() |
java.lang.String |
getReasonPhrase() |
int |
getStatusCode() |
public org.apache.http.ProtocolVersion getProtocolVersion()
getProtocolVersion
in interface org.apache.http.StatusLine
public int getStatusCode()
getStatusCode
in interface org.apache.http.StatusLine
public java.lang.String getReasonPhrase()
getReasonPhrase
in interface org.apache.http.StatusLine