| Package | Description |
|---|---|
| org.crsh.processor.jline | |
| org.crsh.processor.term | |
| org.crsh.repl | |
| org.crsh.shell | |
| org.crsh.shell.impl.command | |
| org.crsh.shell.impl.remoting | |
| org.crsh.ssh.term.inline |
| Modifier and Type | Field and Description |
|---|---|
(package private) AtomicReference<ShellResponse> |
JLineProcessContext.resp
.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JLineProcessContext.end(ShellResponse response) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessContext.end(ShellResponse response) |
| Modifier and Type | Field and Description |
|---|---|
ShellResponse |
EvalResponse.Response.response
.
|
| Constructor and Description |
|---|
EvalResponse.Response(ShellResponse response) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ShellResponse.Cancelled |
static class |
ShellResponse.Close |
static class |
ShellResponse.Error |
static class |
ShellResponse.NoCommand |
static class |
ShellResponse.Ok
Command execution is terminated.
|
static class |
ShellResponse.UnknownCommand |
| Modifier and Type | Method and Description |
|---|---|
void |
ShellProcessContext.end(ShellResponse response)
This method is invoked when the process ends.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract ShellResponse |
CRaSHProcess.doInvoke(ShellProcessContext context) |
| Modifier and Type | Field and Description |
|---|---|
ShellResponse |
ServerMessage.End.response
.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientProcessContext.end(ShellResponse response) |
| Constructor and Description |
|---|
ServerMessage.End(ShellResponse response) |
| Modifier and Type | Field and Description |
|---|---|
private ShellResponse |
SSHInlineShellProcessContext.response
.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) ShellResponse |
SSHInlineShellProcessContext.getResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
SSHInlineShellProcessContext.end(ShellResponse response) |
Copyright © 2013 eXo Platform SAS. All Rights Reserved.