Class: Vines::Stream::Server::Start

Inherits:
Client::Start show all
Defined in:
lib/vines/stream/server/start.rb

Constant Summary

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::Start

#node

Methods inherited from Vines::Stream::State

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

Methods included from Log

#log

Constructor Details

#initialize(stream, success = TLS) ⇒ Start

Returns a new instance of Start.



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

def initialize(stream, success=TLS)
  super
end