|
Lightweight Bartering Grid | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlbg.user.server.LiveUserAgentServer
public class LiveUserAgentServer
A LiveUserAgentServer is a server translating job submission requests received on a socket into calls made to an EmbeddedLiveUserAgent.
The requests follow a simple text-based protocol: A request header
is first sent. This header holds on one line. Each request can be followed by
zero or more parameters. There is one parameter per line.
See RequestFactory
for a list of supported request headers.
A typical session established with the LiveUserAgentServer (LUAS) is as follows:
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
The LiveUserAgentServer has the following usage: LiveUserAgentServer serverPort userHostName userPort userDir peerHostName peerPort serverPort is the local TCP port on which the server will listen. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- The parameters of the application.
|
Lightweight Bartering Grid | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005-2008, Cyril Briquet, parts Xavier Dalem.