|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gregoire.portknock.client.Main
A client that attempts connections to a given server following a sequence of
ports to open within a specific time period.
This is test implementation
Constructor Summary | |
Main()
|
Method Summary | |
java.net.Socket |
connect()
Returns the socket to be used for the tunneling application. |
void |
init(java.util.Properties props)
Initializes all the internal members. |
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 |
public Main()
Method Detail |
public void init(java.util.Properties props)
props
- from a client configurationpublic java.net.Socket connect() throws java.io.IOException
java.io.IOException
public static void main(java.lang.String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |