Class ExampleSSHD

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

public class ExampleSSHD
extends SshDaemon


Field Summary
 
Fields inherited from class com.maverick.nio.Daemon
contextFactory, daemonContext, ioAcceptor
 
Constructor Summary
ExampleSSHD(SshContextFactory contextFactory)
           
 
Method Summary
protected  void configure(DaemonContext context)
           
static void main(String[] args)
           
 
Methods inherited from class com.maverick.sshd.SshDaemon
verifyStartup
 
Methods inherited from class com.maverick.nio.Daemon
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

ExampleSSHD

public ExampleSSHD(SshContextFactory contextFactory)
Method Detail

main

public static void main(String[] args)
                 throws IOException
Parameters:
args -
Throws:
IOException

configure

protected void configure(DaemonContext context)
                  throws IOException
Specified by:
configure in class Daemon<SshContext>
Throws:
IOException


Copyright © 2012. All Rights Reserved.