Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.core.async | |
com.github.dockerjava.core.command | |
com.github.dockerjava.jaxrs |
Modifier and Type | Method and Description |
---|---|
<T extends ResultCallback<Frame>> |
ExecStartCmd.exec(T resultCallback)
Its the responsibility of the caller to consume and/or close the
InputStream to prevent connection leaks. |
Modifier and Type | Method and Description |
---|---|
void |
FrameStreamProcessor.processResponseStream(InputStream response,
ResultCallback<Frame> resultCallback) |
Modifier and Type | Method and Description |
---|---|
<T extends ResultCallback<Frame>> |
ExecStartCmdImpl.exec(T resultCallback) |
Modifier and Type | Method and Description |
---|---|
Frame |
FrameReader.readFrame() |
Modifier and Type | Method and Description |
---|---|
void |
LogContainerResultCallback.onNext(Frame item) |
void |
ExecStartResultCallback.onNext(Frame frame) |
void |
AttachContainerResultCallback.onNext(Frame item) |
Modifier and Type | Method and Description |
---|---|
protected AbstractCallbackNotifier<Frame> |
AttachContainerCmdExec.callbackNotifier(AttachContainerCmd command,
ResultCallback<Frame> resultCallback) |
protected AbstractCallbackNotifier<Frame> |
ExecStartCmdExec.callbackNotifier(ExecStartCmd command,
ResultCallback<Frame> resultCallback) |
protected AbstractCallbackNotifier<Frame> |
LogContainerCmdExec.callbackNotifier(LogContainerCmd command,
ResultCallback<Frame> resultCallback) |
Modifier and Type | Method and Description |
---|---|
protected AbstractCallbackNotifier<Frame> |
AttachContainerCmdExec.callbackNotifier(AttachContainerCmd command,
ResultCallback<Frame> resultCallback) |
protected AbstractCallbackNotifier<Frame> |
ExecStartCmdExec.callbackNotifier(ExecStartCmd command,
ResultCallback<Frame> resultCallback) |
protected AbstractCallbackNotifier<Frame> |
LogContainerCmdExec.callbackNotifier(LogContainerCmd command,
ResultCallback<Frame> resultCallback) |
Copyright © 2016. All Rights Reserved.