|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.prolixtech.jaminid.ContentOracle
com.prolixtech.jaminid_examples.HelloWorldServer
public class HelloWorldServer
Field Summary | |
---|---|
static java.lang.String |
HELLO
|
static int |
PORT
|
Fields inherited from class com.prolixtech.jaminid.ContentOracle |
---|
theInstance |
Constructor Summary | |
---|---|
HelloWorldServer()
|
Method Summary | |
---|---|
java.lang.String |
demultiplex(Request connRequest,
Response connResponse)
the main function of the oracle, is to demux the request and produce an output that is relative to the request. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class com.prolixtech.jaminid.ContentOracle |
---|
getDelegatedOracle, Instance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int PORT
public static java.lang.String HELLO
Constructor Detail |
---|
public HelloWorldServer()
Method Detail |
---|
public java.lang.String demultiplex(Request connRequest, Response connResponse)
ContentOracle
demultiplex
in class ContentOracle
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |