SYMBOL INDEX (15 symbols across 5 files) FILE: SocketRocket/Internal/Delegate/SRDelegateController.h type SRDelegateAvailableMethods (line 18) | struct SRDelegateAvailableMethods { type SRDelegateAvailableMethods (line 32) | struct SRDelegateAvailableMethods { type SRDelegateAvailableMethods (line 46) | typedef struct SRDelegateAvailableMethods SRDelegateAvailableMethods; FILE: SocketRocket/Internal/IOConsumer/SRIOConsumer.h function interface (line 21) | interface SRIOConsumer : NSObject { FILE: TestChatServer/go/chatroom.go type Msg (line 18) | type Msg struct function run (line 23) | func run(reg chan *websocket.Conn, unreg chan *websocket.Conn, msg chan ... function newChatServer (line 41) | func newChatServer(reg chan *websocket.Conn, unreg chan *websocket.Conn,... function main (line 56) | func main() { FILE: TestChatServer/py/chatroom.py function parse_args (line 29) | def parse_args(): class ChatHandler (line 46) | class ChatHandler(tornado.websocket.WebSocketHandler): method open (line 47) | def open(self): method on_message (line 51) | def on_message(self, msg): method on_close (line 57) | def on_close(self): function main (line 61) | def main(): FILE: TestChatServer/static/proxy.js function SocketClient (line 10) | function SocketClient () {