| Interface | Description |
|---|---|
| LoaderPipe<T> |
Sometimes a Pipe will actually be wrapped in a Loader.
|
| Pipe<T> |
A
Pipe represents a server connection. |
| PipeFactory | |
| PipeHandler<T> |
Classes which implement this interface provide the logic for how pipes
interact with services.
|
| PipeType | |
| RequestBuilder<T> | |
| ResponseParser<T> |
| Class | Description |
|---|---|
| AbstractActivityCallback<T> |
LoaderPipe and AuthenticationModule instances which consume
callbacks of this type will supply it with a Activity instance before
onSuccess or onFailure are called. |
| AbstractCallback<T> |
This class provides a hashcode method for a callback based on constructor
parameters.
|
| AbstractFragmentCallback<T> |
LoaderPipe and AuthenticationModule instances which consume
callbacks of this type will supply it with a Activity instance before
onSuccess or onFailure are called. |
| TypeAndStream |
Convenience Wrapper for posting multipart files
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.