Class: Vines::Stream::Server::AuthRestart

Inherits:
Client::AuthRestart show all
Defined in:
lib/vines/stream/server/auth_restart.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::AuthRestart

#node

Methods inherited from Vines::Stream::State

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

Methods included from Log

#log

Constructor Details

#initialize(stream, success = Auth) ⇒ AuthRestart

Returns a new instance of AuthRestart.



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

def initialize(stream, success=Auth)
  super
end