Class: Protocol
- Inherits:
-
Object
- Object
- Protocol
- Defined in:
- lib/protocol/sync_protocol.rb,
lib/protocol/protocol.rb,
lib/protocol/chat_protocol.rb,
lib/protocol/user_protocol.rb,
lib/protocol/pubsub_protocol.rb
Overview
9000 ~ 9099
Constant Summary collapse
- FIRST =
0
- LAST =
99999
- CHAT =
1300
- SYNC =
1400
- PUSH_OBJECT =
1410
- OBJECT_ID =
1411
- DELETE_OBJECT =
1420
- REGIST =
1100
- REGIST_RESULT =
1101
- UNREGIST =
1110
- UNREGIST_RESULT =
1111
- LOGIN =
1120
- LOGIN_RESULT =
1121
- LOGOUT =
1130
- LOGOUT_RESULT =
1131
- SUBSCRIBE =
9000
- UNSUBSCRIBE =
9001
- PUBLISH =
9010