public abstract class HttpPostRequestFuture extends Object implements Future<TLVElement>
| Constructor and Description |
|---|
HttpPostRequestFuture() |
| Modifier and Type | Method and Description |
|---|---|
protected TLVElement |
parse(int statusCode,
String responseMessage,
InputStream response)
Validates HTTP response message.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResult, isFinishedprotected TLVElement parse(int statusCode, String responseMessage, InputStream response) throws HttpProtocolException
statusCode - HTTP status code.responseMessage - HTTP header response message.response - response input stream.TLVElementHttpProtocolException - will be thrown when KSI HTTP response is not valid.Copyright © 2024 Guardtime. All rights reserved.