| Class | Description |
|---|---|
| BaseConsumer<SELF extends BaseConsumer<SELF>> | |
| FrameConsumerResultCallback |
This class can be used as a generic callback for docker-java commands that produce Frames.
|
| OutputFrame |
Holds a frame of container output (usually one line, possibly more)
|
| Slf4jLogConsumer |
A consumer for container output that logs output to an SLF4J logger.
|
| ToStringConsumer |
Created by rnorth on 26/03/2016.
|
| WaitingConsumer |
A consumer for container output that buffers lines in a
BlockingDeque and enables tests
to wait for a matching condition. |
| Enum | Description |
|---|---|
| OutputFrame.OutputType |