Constructs a new SSLServerSocket. This constructor is similar to ServerSocket, except it takes a SSLCtx as provided by PKI.
the address to bind and listen on.
the provided SSLCtx
the number of connections to backlog before refusing connection
if enabled, allow rebinding of existing ip/port
See Implementation
Constructs a new SSLServerSocket. This constructor is similar to ServerSocket, except it takes a SSLCtx as provided by PKI.