public class RequestResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static RequestResponse |
MSG_200 |
static RequestResponse |
MSG_403 |
static RequestResponse |
MSG_404 |
static RequestResponse |
MSG_500 |
| Constructor and Description |
|---|
RequestResponse(byte[] data) |
RequestResponse(String data) |
public static final RequestResponse MSG_403
public static final RequestResponse MSG_404
public static final RequestResponse MSG_500
public static final RequestResponse MSG_200
public RequestResponse(String data)
public RequestResponse(byte[] data)
Copyright © 2014. All rights reserved.