WebexWeb::Controllers::MessagesController
Inherits Grip::Controllers::WebSocket < Grip::Helpers::Singleton < HTTP::Handler < Reference < Object
Constructors
new
SourceClass methods
instance
SourceInstance methods
client
Sourceclient=(client : Webex::Client)
Sourceon_binary(context : Context, socket : Socket, binary : Bytes) : Void
Sourceon_close(context : Context, socket : Socket, close_code : HTTP::WebSocket::CloseCode | Int | Nil, message : String) : Void
Sourceon_message(context : Context, socket : Socket, message : String) : Void
Sourceon_open(context : Context, socket : Socket) : Void
Sourceon_ping(context : Context, socket : Socket, message : String) : Void
Sourceon_pong(context : Context, socket : Socket, message : String) : Void
Sourceregistered_sockets
Source