class Vines::Stream::Server::TLS

Public Class Methods

new(stream, success=AuthRestart) click to toggle source
Calls superclass method Vines::Stream::Client::TLS::new
# File lib/vines/stream/server/tls.rb, line 7
def initialize(stream, success=AuthRestart)
  super
end