biz.chitec.qdemo.gjsa
Class SyncBurstReceiverDemo
java.lang.Object
biz.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
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 |
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
SyncBurstReceiverDemo
public SyncBurstReceiverDemo(java.lang.String[] args)
main
public static void main(java.lang.String[] args)