Class: Arpie::XMLRPCProtocol

Inherits:
Protocol show all
Defined in:
lib/arpie/xmlrpc.rb

Direct Known Subclasses

XMLRPCClientProtocol, XMLRPCServerProtocol

Constant Summary

Constants inherited from Protocol

Protocol::CAN_SEPARATE_MESSAGES

Constants included from Arpie

MTU

Instance Attribute Summary collapse

Attributes inherited from Protocol

#metabuffer, #stowbuffer

Method Summary

Methods inherited from Protocol

#again!, #assemble, #assemble!, #from, #to

Methods included from Arpie

#bogon!, #incomplete!

Instance Attribute Details

#parserObject

Returns the value of attribute parser.



11
12
13
# File 'lib/arpie/xmlrpc.rb', line 11

def parser
  @parser
end

#writerObject

Returns the value of attribute writer.



10
11
12
# File 'lib/arpie/xmlrpc.rb', line 10

def writer
  @writer
end