|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestContext | |
---|---|
com.genesyslab.platform.applicationblocks.commons.broker | |
com.genesyslab.platform.commons.protocol | Contains classes that support the Protocol objects
used by applications developed with the Platform SDKs. |
Uses of RequestContext in com.genesyslab.platform.applicationblocks.commons.broker |
---|
Methods in com.genesyslab.platform.applicationblocks.commons.broker that return RequestContext | |
---|---|
protected RequestContext |
RequestBrokerService.receive()
Deprecated. Receives request messages. |
RequestContext |
RequestReceivingBrokerService.receiveRequest()
Deprecated. It is not supposed to receive requests directly. |
RequestContext |
RequestReceivingBrokerService.receiveRequest(long timeout)
Deprecated. It is not supposed to receive requests directly. |
Methods in com.genesyslab.platform.applicationblocks.commons.broker with parameters of type RequestContext | |
---|---|
protected boolean |
RequestFilter.evaluate(RequestContext context)
Deprecated. Evaluates a request using protocol description and endpoint name as criterias. |
void |
RequestReceivingBrokerService.processRequest(RequestContext request)
Deprecated. |
Uses of RequestContext in com.genesyslab.platform.commons.protocol |
---|
Methods in com.genesyslab.platform.commons.protocol that return RequestContext | |
---|---|
protected RequestContext |
QueueRequestReceiver.getFake()
|
RequestContext |
ServerChannel.receiveRequest()
|
RequestContext |
ResponseChannel.receiveRequest()
|
RequestContext |
RequestReceiver.receiveRequest()
Receives request from the client. |
RequestContext |
QueueRequestReceiver.receiveRequest()
Deprecated. Use receive() instead |
RequestContext |
ServerChannel.receiveRequest(long timeout)
Receives request from the client. |
RequestContext |
ResponseChannel.receiveRequest(long timeout)
|
RequestContext |
RequestReceiver.receiveRequest(long timeout)
Receives request from the client. |
RequestContext |
QueueRequestReceiver.receiveRequest(long timeout)
Deprecated. Use receive() instead |
Methods in com.genesyslab.platform.commons.protocol with parameters of type RequestContext | |
---|---|
void |
RequestReceiverSupport.processRequest(RequestContext request)
|
void |
QueueRequestReceiver.processRequest(RequestContext request)
Deprecated. Use processMessage() instead |
void |
ClientRequestHandler.processRequest(RequestContext context)
Handle a client request. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |