Module: HPFeeds

Defined in:
lib/hpfeeds.rb,
lib/hpfeeds/client.rb,
lib/hpfeeds/decoder.rb,
lib/hpfeeds/version.rb,
lib/hpfeeds/exception.rb

Defined Under Namespace

Classes: Client, Decoder, ErrorMessage, Exception, Timeout

Constant Summary collapse

OP_ERROR =
0
OP_INFO =
1
OP_AUTH =
2
OP_PUBLISH =
3
OP_SUBSCRIBE =
4
HEADERSIZE =
5
VERSION =
"0.1.8"