com.maverick.sshd
Class SshDaemon

java.lang.Object
  extended by com.maverick.nio.Daemon<SshContext>
      extended by com.maverick.sshd.SshDaemon

public abstract class SshDaemon
extends Daemon<SshContext>


Field Summary
 
Fields inherited from class com.maverick.nio.Daemon
contextFactory, daemonContext, ioAcceptor
 
Constructor Summary
SshDaemon()
           
SshDaemon(SshContextFactory contextFactory)
           
 
Method Summary
protected  boolean verifyStartup()
           
 
Methods inherited from class com.maverick.nio.Daemon
configure, createAcceptor, createIoAcceptor, getContext, getEventService, getReleaseDate, getVersion, isStarted, isStarting, onShutdown, onStart, postStartup, preStartup, setContextFactory, shutdown, startListeningInterface, startup, stopListeningInterface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SshDaemon

public SshDaemon(SshContextFactory contextFactory)

SshDaemon

public SshDaemon()
Method Detail

verifyStartup

protected boolean verifyStartup()
Specified by:
verifyStartup in class Daemon<SshContext>


Copyright © 2012. All Rights Reserved.