org.gregoire.portknock.server
Class Main

java.lang.Object
  extended byorg.gregoire.portknock.server.Main

public class Main
extends java.lang.Object

Server entry point / initializer

Author:
Paul Gregoire

Nested Class Summary
 class Main.ServiceThread
          Used as a watchdog for a given server.
 
Constructor Summary
Main()
           
 
Method Summary
 void init(java.util.Properties props)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

init

public void init(java.util.Properties props)
          throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException


Copyright © Paul Gregoire, All Rights Reserved.