org.apache.http.message
Class BasicStatusLine
java.lang.Object
   org.apache.http.message.BasicStatusLine
org.apache.http.message.BasicStatusLine
- All Implemented Interfaces: 
- Serializable, Cloneable, StatusLine
- @Contract(threading=IMMUTABLE)
public class BasicStatusLine 
- extends Object- implements StatusLine, Cloneable, Serializable
Basic implementation of StatusLine
- Since:
- 4.0
- See Also:
- Serialized Form
 
 
 
BasicStatusLine
public BasicStatusLine(ProtocolVersion version,
                       int statusCode,
                       String reasonPhrase)
- Creates a new status line with the given version, status, and reason.
 
- Parameters:
- version- the protocol version of the response
- statusCode- the status code of the response
- reasonPhrase- the reason phrase to the status code, or- null
 
getStatusCode
public int getStatusCode()
- 
- Specified by:
- getStatusCodein interface- StatusLine
 
- 
 
getProtocolVersion
public ProtocolVersion getProtocolVersion()
- 
- Specified by:
- getProtocolVersionin interface- StatusLine
 
- 
 
getReasonPhrase
public String getReasonPhrase()
- 
- Specified by:
- getReasonPhrasein interface- StatusLine
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
clone
public Object clone()
             throws CloneNotSupportedException
- 
- Overrides:
- clonein class- Object
 
- 
- Throws:
- CloneNotSupportedException
 
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.