Uses of Class
com.prolixtech.jaminid.Request

Packages that use Request
com.prolixtech.jaminid   
com.prolixtech.jaminid_examples   
com.prolixtech.jaminid_examples.ajax   
com.prolixtech.utils   
 

Uses of Request in com.prolixtech.jaminid
 

Methods in com.prolixtech.jaminid with parameters of type Request
 java.lang.String StreamingOracle.demultiplex(Request cReqL, Response cRepL)
           
 java.lang.String ContentOracle.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.
 void StreamBundle.disbandStream(Request req)
           
 java.lang.String Client.getContent(java.lang.String ip, int port, Request serviceRequest)
           
 ContentOracle ContentOracle.getDelegatedOracle(Request serviceRequest)
           
 byte[] StreamingOracle.getNextBatch(Request cReqL, Response cRepL)
           
 MusicStream StreamBundle.getStream(Request req)
           
 

Constructors in com.prolixtech.jaminid with parameters of type Request
Response(int statusCode, Protocol protocol, java.io.OutputStream out, Request masterRequest)
           
 

Uses of Request in com.prolixtech.jaminid_examples
 

Methods in com.prolixtech.jaminid_examples with parameters of type Request
 java.lang.String SimpleServer.demultiplex(Request connRequest, Response connResponse)
           
 java.lang.String HelloWorldServer.demultiplex(Request connRequest, Response connResponse)
           
 

Uses of Request in com.prolixtech.jaminid_examples.ajax
 

Methods in com.prolixtech.jaminid_examples.ajax with parameters of type Request
 java.lang.String SimpleAjaxServer.demultiplex(Request connRequest, Response connResponse)
           
 

Uses of Request in com.prolixtech.utils
 

Methods in com.prolixtech.utils with parameters of type Request
 void NullLogger.http(Request req, java.lang.String msg)
           
 void MboxLogger.http(Request req, java.lang.String msg)
          Specialized submit for HTTP messages
 void JavaLogger.http(Request req, java.lang.String msg)
          Specialized submit for HTTP messages