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

com.bytex.snamp.gateway.ssh.CommandExecutionContext Maven / Gradle / Ivy

The newest version!
package com.bytex.snamp.gateway.ssh;

import com.bytex.snamp.Aggregator;

import java.io.InputStream;
import java.util.concurrent.ExecutorService;

/**
 * @author Roman Sakno
 * @version 2.0
 * @since 1.0
 */
interface CommandExecutionContext extends Aggregator {
    Class CONTROLLER = GatewayController.class;
    Class EXECUTOR = ExecutorService.class;
    Class INPUT_STREAM = InputStream.class;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy