class WebSocket::EventMachine::Client

def post_init

Other tags:
    Private: -
def post_init
  @state = :connecting
  @handshake = ::WebSocket::Handshake::Client.new(@args)
end