DRb::WebSocket::BrowserSocket class of PicoRuby
Singleton methods
new
DRb::WebSocket::BrowserSocket.new(String url) -> void
Instance methods
close
instance.close-> void
closed?
instance.closed?-> bool
read
instance.read(Integer n) -> String
real_close
instance.real_close-> void
write
instance.write(String data) -> void