public interface StitchRequestClient
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the underlying transport.
|
Response |
doRequest(StitchRequest stitchReq)
Performs a request against some Stitch server.
|
EventStream |
doStreamRequest(StitchRequest stitchReq)
Performs a streaming request against some Stitch server.
|
Response doRequest(StitchRequest stitchReq)
stitchReq - the request to perform.Response to the request.EventStream doStreamRequest(StitchRequest stitchReq)
stitchReq - the request to perform.EventStream that will provide response events.void close()