| Interface | Description |
|---|---|
| LoaderPipe<T> |
Sometimes a Pipe will actually be wrapped in a Loader.
|
| OnPipeCreatedListener |
A Listener called when pipes are created.
|
| Pipe<T> |
A
Pipe represents a server connection. |
| PipeHandler<T> |
Classes which implement this interface provide the logic for how pipes
interact with services.
|
| RequestBuilder<T> | |
| ResponseParser<T> |
| Class | Description |
|---|---|
| MarshallingConfig |
This class holds configuration data used by requestBuilders and response
parsers to manage data.
|
| PipeConfiguration<CONFIGURATION extends PipeConfiguration<CONFIGURATION>> |
This is the top level PipeConfiguration class.
|
| PipeManager |
A Manager which handles the registration of configurations and references to
created pipes.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.