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
KSIExtenderClient
extend
in interface KSIExtenderClient
request
- instance of InputStream
that contains request.Future
containing KSI response.KSIClientException
KSIExtenderClient.extend(InputStream)
public void close() throws IOException
IOException
Closeable.close()
Copyright © 2024 Guardtime. All rights reserved.