类 StatusLine
java.lang.Object
com.lark.oapi.okhttp.internal.http.StatusLine
An HTTP response status line like "HTTP/1.1 200 OK".
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
HTTP_TEMP_REDIRECT
public static final int HTTP_TEMP_REDIRECTNumeric status code, 307: Temporary Redirect.- 另请参阅:
-
HTTP_PERM_REDIRECT
public static final int HTTP_PERM_REDIRECT- 另请参阅:
-
HTTP_CONTINUE
public static final int HTTP_CONTINUE- 另请参阅:
-
protocol
-
code
public final int code -
message
-
-
构造器详细资料
-
StatusLine
-
-
方法详细资料
-
get
-
parse
- 抛出:
IOException
-
toString
-