| Package | Description |
|---|---|
| org.apache.nifi.remote.protocol.socket |
| Modifier and Type | Field and Description |
|---|---|
private ResponseCode |
Response.code |
private static ResponseCode[] |
ResponseCode.codeArray |
| Modifier and Type | Method and Description |
|---|---|
static ResponseCode |
ResponseCode.fromSequence(byte[] value) |
ResponseCode |
Response.getCode() |
(package private) static ResponseCode |
ResponseCode.readCode(InputStream in) |
static ResponseCode |
ResponseCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseCode[] |
ResponseCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Response(ResponseCode code,
String explanation) |
Copyright © 2015 Apache NiFi (incubating). All rights reserved.