| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractTransaction.writeTransactionResponse(ResponseCode response) |
protected void |
AbstractTransaction.writeTransactionResponse(ResponseCode response,
String explanation) |
protected abstract void |
AbstractTransaction.writeTransactionResponse(ResponseCode response,
String explanation,
boolean flush) |
| Modifier and Type | Field and Description |
|---|---|
private ResponseCode |
HandshakeException.responseCode |
| Modifier and Type | Method and Description |
|---|---|
ResponseCode |
HandshakeException.getResponseCode() |
| Constructor and Description |
|---|
HandshakeException(ResponseCode responseCode,
String message) |
| Modifier and Type | Field and Description |
|---|---|
private ResponseCode |
HttpServerCommunicationsSession.responseCode |
| Modifier and Type | Method and Description |
|---|---|
ResponseCode |
HttpServerCommunicationsSession.getResponseCode() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpServerCommunicationsSession.setResponseCode(ResponseCode responseCode) |
| Modifier and Type | Field and Description |
|---|---|
private ResponseCode |
Response.code |
private static ResponseCode[] |
ResponseCode.codeArray |
| Modifier and Type | Method and Description |
|---|---|
static ResponseCode |
ResponseCode.fromCode(int code) |
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) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HttpClientTransaction.writeTransactionResponse(ResponseCode response,
String explanation,
boolean flush) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SocketClientTransaction.writeTransactionResponse(ResponseCode response,
String explanation,
boolean flush) |
| Modifier and Type | Method and Description |
|---|---|
TransactionResultEntity |
SiteToSiteRestApiClient.commitReceivingFlowFiles(String transactionUrl,
ResponseCode clientResponse,
String checksum) |
TransactionResultEntity |
SiteToSiteRestApiClient.commitTransferFlowFiles(String transactionUrl,
ResponseCode clientResponse) |
Copyright © 2023 Apache NiFi Project. All rights reserved.