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

com.googlecode.openbox.server.SshRequest Maven / Gradle / Ivy

There is a newer version: 2.1.6
Show newest version
package com.googlecode.openbox.server;

public interface SshRequest {
	Server getServer();
	
	String getCommand();

	void send(String sshCommand);

	String getResponse();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy