|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| Client<T extends RequestBuilder> | 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. |
| ReplayDecoder | A Decoder that always return a List of message to be dispatched one by one to the remaining list of Decoder. |
| Request | Define a request for Socket. |
| Socket | A Socket represent a connection to a remote server. |
| Transport | 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<T extends RequestBuilder<T>> | Construct a Request |
| Enum Summary | |
|---|---|
| Function.MESSAGE | |
| Request.METHOD | |
| Request.TRANSPORT | |
| Socket.EVENT | |
| Transport.EVENT_TYPE | |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||