org.jafer.test
Class TestClient

java.lang.Object
  extended by org.jafer.test.TestClient

public class TestClient
extends java.lang.Object

Class for testing client and server. Uses a client to access a server running on port 211 at "127.0.0.1".
Default query:
title = shindig AND (author = Wright OR author = Aldrich)
A maximum of 5 results have name and title displayed.
There is an option to serialise records in an XML format to disk.

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)