Class Puppet::Network::XMLRPCClient
In: lib/puppet/network/xmlrpc/client.rb
Parent: ::XMLRPC::Client

Methods

Included Modules

Puppet::Util Puppet::Util::ClassGen

Classes and Modules

Class Puppet::Network::XMLRPCClient::ErrorHandler

Attributes

host  [R] 
port  [R] 
puppet_port  [RW] 
puppet_server  [RW] 

Public Class methods

Create a netclient for each handler

Public Instance methods

Get rid of our existing connection, replacing it with a new one. This should only happen if we lose our connection somehow (e.g., an EPIPE) or we‘ve just downloaded certs and we need to create new http instances with the certs added.

[Validate]