Parent

LibWebSocket::OpeningHandshake

This is a base class for LibWebSocket::OpeningHandshake::Client and LibWebSocket::OpeningHandshake::Server.

Public Instance Methods

controller() click to toggle source
# File lib/libwebsocket/opening_handshake.rb, line 16
def controller
  @controller
end
parse(opts) click to toggle source
# File lib/libwebsocket/opening_handshake.rb, line 20
def parse(opts)
  @controller << opts
  return false if @controller.error
  return true
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.