| Class | Description |
|---|---|
| Frame | |
| FrameReader | |
| RawInputStream |
See the paragraph _Stream format_ at https://docs.docker.com/engine/api/v1.33/#operation/ContainerAttach.
|
| RawStreamHeader |
See the paragraph _Stream format_ at https://docs.docker.com/engine/api/v1.33/#operation/ContainerAttach.
|
| Enum | Description |
|---|---|
| Frame.StreamType |
STREAM_TYPE can be:
0: stdin (will be written on stdout)
1: stdout
2: stderr
3: systemerr
See the paragraph _Stream format_ at https://docs.docker.com/engine/api/v1.41/#operation/ContainerAttach.
|
| StreamType |
STREAM_TYPE can be:
0: stdin (will be written on stdout)
1: stdout
2: stderr
3: systemerr
See the paragraph _Stream format_ at https://docs.docker.com/engine/api/v1.33/#operation/ContainerAttach.
|