![JAR search and dependency download from the Maven repository](/logo.png)
com.bytex.snamp.gateway.ssh.CommandExecutionContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ssh Show documentation
Show all versions of ssh Show documentation
Exploring management information via SSH protocol
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