Class Puma::MiniSSL::Server
In: lib/puma/minissl.rb
Parent: Object

if defined?(JRUBY_VERSION) class Engine def self.server(key, cert) new(key, cert) end end end

Methods

accept   accept_nonblock   close   new   to_io  

Public Class methods

Public Instance methods

[Validate]