TSSLServerSocket.this

Creates a new TSSLServerSocket.

  1. this(ushort port, TSSLContext sslContext)
  2. this(ushort port, Duration sendTimeout, Duration recvTimeout, TSSLContext sslContext)
    class TSSLServerSocket
    this

Parameters

port ushort

The port on which to listen.

sendTimeout Duration

The send timeout to set on the client sockets.

recvTimeout Duration

The receive timeout to set on the client sockets.

sslContext TSSLContext

The TSSLContext to use for creating client sockets. Must be in server-side mode.

Meta