|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.crypto.tool.SaslC
A basic client-side test class to exercise SASL mechanisms.
The main()
method accepts two arguments: the first is the
number of threads, and the second is the port number on which the (local)
server is listening.
Field Summary | |
(package private) java.lang.String |
mechanism
|
(package private) java.lang.String |
port
|
Method Summary | |
static void |
main(java.lang.String[] args)
Simple test client that connects to the test server over SASL connections. |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
java.lang.String port
java.lang.String mechanism
Method Detail |
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- [0] the name of the SASL mechanism to exercise;
[1] the number of working threads to exercise simultaneously; and
[2] port number where to connect to the server.
java.lang.Exception
public void run()
run
in interface java.lang.Runnable
|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |