com.prolixtech.jaminid_examples
public class HelloWorldServer extends ContentOracle
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
HELLO |
static int |
PORT |
theInstance
Constructor and Description |
---|
HelloWorldServer() |
Modifier and Type | Method and Description |
---|---|
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) |
getDelegatedOracle, Instance
public static final int PORT
public static java.lang.String HELLO
public java.lang.String demultiplex(Request connRequest, Response connResponse)
ContentOracle
demultiplex
in class ContentOracle
public static void main(java.lang.String[] args)