org.jafer.test
Class TestClient

java.lang.Object
  |
  +--org.jafer.test.TestClient

public class TestClient
extends java.lang.Object

Test class which can be used for testing client, or for testing server.
Default setting does a search at "127.0.0.1", port 211 with query:
title = shindig AND (author = Wright OR author = Aldridge)
A maximum of 10 results have name and title displayed.

Edit and re-compile to change server settings and other options.


Constructor Summary
TestClient()
           
 
Method Summary
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

TestClient

public TestClient()
Method Detail

main

public static void main(java.lang.String[] args)