|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| Client | An asynchronous client's implementation used to create Socket and Request. |
| Decoder<U,T> | A decoder can be used to 'decode' the response's body. |
| Encoder<U,T> | Encode the request's body (or transform) of type U into an object of type T. |
| Function<T> | A function is asynchronously invoked when a response is received, complete or not. |
| FunctionResolver | FunctionResolver are useful for mapping received message with a Function. |
| Future | An internal Future implementation used by Transport to notify Socket when the
transport has connected and available. |
| Request | Define a request for Socket. |
| Socket | A Socket represent a connection to a remote server. |
| Transport<T> | Define a supported Transport. |
| Class Summary | |
|---|---|
| ClientFactory | Create a Client. |
| FunctionWrapper | A tupple which contains a Function and its associated functionName. |
| Options | Configure the underlying WebSocket/HTTP client. |
| Options.OptionsBuilder | |
| RequestBuilder | Construct a Request |
| Enum Summary | |
|---|---|
| Function.MESSAGE | |
| Request.METHOD | |
| Request.TRANSPORT | |
| Socket.EVENT | |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||