Class: Vines::Stream::Server::TLS
- Inherits:
-
Client::TLS
- Object
- Vines::Stream::State
- Client::TLS
- Vines::Stream::Server::TLS
- 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
Instance Method Summary collapse
-
#initialize(stream, success = AuthRestart) ⇒ TLS
constructor
A new instance of TLS.
Methods inherited from Client::TLS
Methods inherited from Vines::Stream::State
Methods included from 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 |