Class RpcLoggingInternalClient

java.lang.Object
org.astrogrid.samp.xmlrpc.internal.InternalClient
org.astrogrid.samp.xmlrpc.internal.RpcLoggingInternalClient
All Implemented Interfaces:
SampXmlRpcClient

public class RpcLoggingInternalClient extends InternalClient
InternalClient subclass which additionally logs all XML-RPC calls/responses to an output stream.
Since:
2 Dec 2008
Author:
Mark Taylor
  • Constructor Details

    • RpcLoggingInternalClient

      public RpcLoggingInternalClient(URL endpoint, PrintStream out)
      Constructor.
      Parameters:
      endpoint - endpoint
      out - logging output stream
  • Method Details