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

ch.ethz.ssh2.ServerConnectionCallback Maven / Gradle / Ivy

There is a newer version: 262
Show newest version
/*
 * Copyright (c) 2012-2013 Christian Plattner. All rights reserved.
 * Please refer to the LICENSE.txt for licensing details.
 */
package ch.ethz.ssh2;

public interface ServerConnectionCallback
{
	public ServerSessionCallback acceptSession(ServerSession session);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy