SSLServer represents a TCP/IP server socket with Secure Sockets Layer.

Attributes
Read & Write

When true then accept works exactly the same as TCPServer#accept

Class Methods

Creates a new instance of SSLServer.

Instance Methods

Works similar to TCPServer#accept.

See IO#close for details.

See TCPServer#listen for details.

See BasicSocket#shutdown for details.

Returns the TCPServer passed to the SSLServer when initialized.