| Package | Description |
|---|---|
| com.flowthings.client.api |
| Modifier and Type | Method and Description |
|---|---|
static <S> FlowthingsFuture<S> |
FlowthingsFuture.fromException(FlowthingsException e) |
static <S> FlowthingsFuture<S> |
FlowthingsFuture.fromResult(S result) |
<S> FlowthingsFuture<S> |
WebsocketApi.send(Request<S> request) |
<S> FlowthingsFuture<S> |
WebsocketApi.sendAsync(Request<S> request) |
<S> FlowthingsFuture<S> |
RestApi.sendAsync(Request<S> request) |
<S> FlowthingsFuture<S> |
MockRestApi.sendAsync(Request<S> request) |
abstract <S> FlowthingsFuture<S> |
Api.sendAsync(Request<S> request)
A consistent interface for sending requests via multiple APIs
|
protected <S> FlowthingsFuture<S> |
WebsocketApi.sendRequest(Request<S> request) |
protected <S> FlowthingsFuture<S> |
MockWebsocketApi.sendRequest(Request<S> request) |
Copyright © 2016. All rights reserved.