public class SimpleHTTPResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
message |
private int |
status |
| Constructor and Description |
|---|
SimpleHTTPResponse(int status,
String message) |
public SimpleHTTPResponse(int status, String message)
Copyright © 2017 dcm4che.org. All rights reserved.