Mongrel2::WebSocket::

Methods

module

A mixin containing methods common to WebSocket frame classes.

Public Instance Methods

anchor
socket_id()

Get a string identifying the websocket the frame belongs to.

# File lib/mongrel2/websocket.rb, line 212
def socket_id
        return [ self.sender_id, self.conn_id ].join( ':' )
end