public class ExtenderTCPClient extends Object implements KSIExtenderClient
| Constructor and Description |
|---|
ExtenderTCPClient(TCPClientSettings tcpClientSettings) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Future<TLVElement> |
extend(InputStream request)
Extends the existing signatures.
|
PduVersion |
getPduVersion()
Gets the PDU format version of the client.
|
ServiceCredentials |
getServiceCredentials()
Gets the service credentials used by this client.
|
String |
toString() |
public ExtenderTCPClient(TCPClientSettings tcpClientSettings)
tcpClientSettings - settings for connecting to extender.public ServiceCredentials getServiceCredentials()
KSICredentialsAwareClient.getServiceCredentials()public PduVersion getPduVersion()
KSICredentialsAwareClient.getPduVersion()public Future<TLVElement> extend(InputStream request) throws KSIClientException
KSIExtenderClientextend in interface KSIExtenderClientrequest - instance of InputStream that contains request.Future containing KSI response.KSIClientExceptionKSIExtenderClient.extend(InputStream)public void close()
throws IOException
IOExceptionCloseable.close()Copyright © 2024 Guardtime. All rights reserved.