class Async::IO::SSLServer

def initialize(server, context)

def initialize(server, context)
	@server = server
	@context = context
end