SslClientConnection.write

Write a string to the SSL connection

The calling task is blocked until the write has completed.

class SslClientConnection
void
write

Parameters

request cstring

the string to send

Throws

IOException if the write failed

Meta