public class HttpServerCommunicationsSession extends HttpCommunicationsSession
| Modifier and Type | Field and Description |
|---|---|
private Map<String,String> |
handshakeParams |
private ResponseCode |
responseCode |
private Transaction.TransactionState |
status |
private String |
transactionId |
checksum, input, output, timeoutMAGIC_BYTES| Constructor and Description |
|---|
HttpServerCommunicationsSession(InputStream inputStream,
OutputStream outputStream,
String transactionId,
String userDn) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getHandshakeParams() |
ResponseCode |
getResponseCode() |
Transaction.TransactionState |
getStatus() |
String |
getTransactionId() |
void |
putHandshakeParam(HandshakeProperty key,
String value) |
void |
setResponseCode(ResponseCode responseCode) |
void |
setStatus(Transaction.TransactionState status) |
close, createTransitUri, getBytesRead, getBytesWritten, getChecksum, getInput, getOutput, getTimeout, interrupt, isClosed, isDataAvailable, setChecksum, setDataTransferUrl, setTimeoutgetUserDn, setUserDnprivate final String transactionId
private Transaction.TransactionState status
private ResponseCode responseCode
public HttpServerCommunicationsSession(InputStream inputStream, OutputStream outputStream, String transactionId, String userDn)
public Transaction.TransactionState getStatus()
public void setStatus(Transaction.TransactionState status)
public String getTransactionId()
public ResponseCode getResponseCode()
public void setResponseCode(ResponseCode responseCode)
public void putHandshakeParam(HandshakeProperty key, String value)
Copyright © 2023 Apache NiFi Project. All rights reserved.