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

com.zeroc.Ice.Request Maven / Gradle / Ivy

//
// Copyright (c) ZeroC, Inc. All rights reserved.
//

package com.zeroc.Ice;

/**
 * Interface for incoming requests.
 **/
public interface Request
{
    /**
     * Returns the {@link Current} object for this the request.
     *
     * @return The {@link Current} object for this request.
     **/
    Current getCurrent();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy