public class HttpStatus extends Object
| Constructor and Description |
|---|
HttpStatus(int code,
String message,
boolean register)
Wink compatibility layer class - see Wink docs.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
Wink compatibility layer class - see Wink docs.
|
String |
getStatusLine()
Wink compatibility layer class - see Wink docs.
|
static HttpStatus |
valueOf(int code)
Wink compatibility layer class - see Wink docs.
|
public HttpStatus(int code, String message, boolean register)
code - Wink compatibility layer class - see Wink docs.message - Wink compatibility layer class - see Wink docs.register - Wink compatibility layer class - see Wink docs.public int getCode()
public static HttpStatus valueOf(int code)
code - Wink compatibility layer class - see Wink docs.public String getStatusLine()
Copyright © 2011–2016 UnboundID. All rights reserved.