Uses of Interface
org.osid.transport.Request
Packages that use Request
Package
Description
The Open Service Interface Definitions for the org.osid.transport
service.
-
Uses of Request in org.osid.transport
Methods in org.osid.transport that return RequestModifier and TypeMethodDescriptionOutboundMessageSession.getRequest()Gets aRequestfor use withsendRequest().Methods in org.osid.transport with parameters of type RequestModifier and TypeMethodDescriptionvoidOutboundMessageSession.makeRequest(Request request, Response response) Sends a request to the remote transport endpoint and waits for a response.voidOutboundMessageSession.sendRequest(Request request, MessageReceiver callback) Sends data to the remote transport endpoint and sends the response to the callback.