com.sshtools.daemon
Class SshServer
java.lang.Object
com.sshtools.daemon.SshServer
public abstract class SshServer
extends java.lang.Object
activeConnections
protected List activeConnections
SshServer
public SshServer()
throws IOException
Creates a new SshServer object.
configureServices
protected abstract void configureServices(ConnectionProtocol connection)
throws IOException
processCommand
protected void processCommand(int command,
Socket client)
throws IOException
refuseSession
protected void refuseSession(Socket socket)
throws IOException
shutdown
protected abstract void shutdown(String msg)
startCommandSocket
protected void startCommandSocket()
throws IOException
startServer
public void startServer()
throws IOException
startServerSocket
protected void startServerSocket()
throws IOException
stopServer
public void stopServer(String msg)
throws IOException
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.