Class XmlRpcTransportImpl

    • Constructor Detail

      • XmlRpcTransportImpl

        protected XmlRpcTransportImpl​(XmlRpcClient pClient)
        Creates a new instance.
        Parameters:
        pClient - The client, which creates the transport.
    • Method Detail

      • getClient

        public XmlRpcClient getClient()
        Returns the client, which created this transport.
        Returns:
        The client.