gnu.crypto.tool
Class SaslC
- Runnable
public class SaslC
implements Runnable
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.
static void | main(String[] args) - Simple test client that connects to the test server over SASL connections.
|
void | run()
|
mechanism
(package private) String mechanism
port
(package private) String port
main
public static void main(String[] args)
throws Exception
Simple test client that connects to the test server over SASL connections.
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.
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.