Class: Arpie::XMLRPCClientProtocol
- Inherits:
-
XMLRPCProtocol
- Object
- Protocol
- XMLRPCProtocol
- Arpie::XMLRPCClientProtocol
- Defined in:
- lib/arpie/xmlrpc.rb
Overview
A XMLRPC Protocol based on rubys xmlrpc stdlib. This does not encode HTTP headers; usage together with a real webserver is advised.
Constant Summary
Constants inherited from Protocol
Protocol::CAN_SEPARATE_MESSAGES
Instance Attribute Summary
Attributes inherited from XMLRPCProtocol
Instance Method Summary collapse
Methods inherited from Protocol
#again!, #assemble, #assemble!, #bogon!, #gulp!, #incomplete!
Instance Method Details
#from(binary) {|@parser.parseMethodResponse(binary)[1]| ... } ⇒ Object
35 36 37 38 |
# File 'lib/arpie/xmlrpc.rb', line 35 def from binary setup yield @parser.parseMethodResponse(binary)[1] end |