All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Ice.Callback_Router_getClientProxy Maven / Gradle / Ivy

Go to download

Ice is a comprehensive RPC framework that helps you build distributed applications with minimal effort using familiar object-oriented idioms

There is a newer version: 3.7.10
Show newest version
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.4
//
// 
//
// Generated from file `Router.ice'
//
// Warning: do not edit this file.
//
// 
//

package Ice;

/**
 * Get the router's client proxy, i.e., the proxy to use for
 * forwarding requests from the client to the router.
 *
 * If a null proxy is returned, the client will forward requests
 * to the router's endpoints.
 *
 **/

public abstract class Callback_Router_getClientProxy
    extends IceInternal.TwowayCallback implements Ice._Callback_Router_getClientProxy
{
    public final void _iceCompleted(AsyncResult result)
    {
        RouterPrxHelper._iceI_getClientProxy_completed(this, result);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy