Class: Vines::Stream::Server::TLS

Inherits:
Client::TLS show all
Defined in:
lib/vines/stream/server/tls.rb

Constant Summary

Constants inherited from Client::TLS

Client::TLS::FAILURE, Client::TLS::NS, Client::TLS::PROCEED, Client::TLS::STARTTLS

Constants inherited from Vines::Stream::State

Vines::Stream::State::BODY, Vines::Stream::State::STREAM

Instance Attribute Summary

Attributes inherited from Vines::Stream::State

#stream

Instance Method Summary collapse

Methods inherited from Client::TLS

#node

Methods inherited from Vines::Stream::State

#==, #eql?, #hash, #node

Methods included from Log

#log

Constructor Details

#initialize(stream, success = AuthRestart) ⇒ TLS

Returns a new instance of TLS.



7
8
9
# File 'lib/vines/stream/server/tls.rb', line 7

def initialize(stream, success=AuthRestart)
  super
end