QJCC homepage

biz.chitec.qdemo.gjsa
Class SyncBurstReceiverDemo

java.lang.Object
  extended bybiz.chitec.qdemo.gjsa.SyncBurstReceiverDemo

public class SyncBurstReceiverDemo
extends java.lang.Object

Test program for SyncBurstReceivers. Implements a small server and a client which does nothing but asking this server for a synchronous burst (returning numbers...). Shows how a synchronous burst has to be programmed on server side and how the client can work with that.

Author:
chitec/dh, 2003

Nested Class Summary
private  class SyncBurstReceiverDemo.DemoClient
          The demo client.
private  class SyncBurstReceiverDemo.IntegerBurstMaker
          A small demo burst maker which returns integers.
private  class SyncBurstReceiverDemo.SyncBurstDemoServer
          The demo server.
 
Field Summary
private static DynamicChatSymbolHolder chatsymbols
           
private static int GETINTS
           
private static int PORT
           
private static int UNIMPLEMENTEDCMD
           
 
Constructor Summary
SyncBurstReceiverDemo(java.lang.String[] args)
           
 
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
 

Field Detail

PORT

private static final int PORT
See Also:
Constant Field Values

GETINTS

private static final int GETINTS
See Also:
Constant Field Values

UNIMPLEMENTEDCMD

private static final int UNIMPLEMENTEDCMD
See Also:
Constant Field Values

chatsymbols

private static final DynamicChatSymbolHolder chatsymbols
Constructor Detail

SyncBurstReceiverDemo

public SyncBurstReceiverDemo(java.lang.String[] args)
Method Detail

main

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

QJCC homepage