Uses of Class
com.prolixtech.jaminid.Response

Packages that use Response
com.prolixtech.jaminid   
com.prolixtech.jaminid_examples   
com.prolixtech.jaminid_examples.ajax   
 

Uses of Response in com.prolixtech.jaminid
 

Methods in com.prolixtech.jaminid with parameters of type Response
 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.
 byte[] StreamingOracle.getNextBatch(Request cReqL, Response cRepL)
           
 

Uses of Response in com.prolixtech.jaminid_examples
 

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

Uses of Response in com.prolixtech.jaminid_examples.ajax
 

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