send


Description:

public virtual InputStream send (Cancellable? cancellable = null) throws Error

Synchronously requests the URI pointed to by this, and returns a InputStream that can be used to read its contents.

Note that you cannot use this method with Requests attached to a SessionAsync.

Parameters:

this

a Request

cancellable

a Cancellable or null

Returns:

a InputStream that can be used to read from the URI pointed to by this.