Modifier and Type | Method and Description |
---|---|
<T extends ResultCallback<Frame>> |
LogContainerCmd.exec(T resultCallback) |
<T extends ResultCallback<Frame>> |
ExecStartCmd.exec(T resultCallback) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
InvocationBuilder.get(ResultCallback<Frame> resultCallback) |
void |
InvocationBuilder.post(Object entity,
InputStream stdin,
ResultCallback<Frame> resultCallback) |
Modifier and Type | Method and Description |
---|---|
protected Void |
AttachContainerCmdExec.execute0(AttachContainerCmd command,
ResultCallback<Frame> resultCallback) |
protected Void |
ExecStartCmdExec.execute0(ExecStartCmd command,
ResultCallback<Frame> resultCallback) |
protected Void |
LogContainerCmdExec.execute0(LogContainerCmd command,
ResultCallback<Frame> resultCallback) |
Constructor and Description |
---|
FramedResponseStreamHandler(ResultCallback<Frame> resultCallback) |
Copyright © 2017. All Rights Reserved.