| Package | Description |
|---|---|
| org.crsh.processor.jline | |
| org.crsh.processor.term | |
| org.crsh.shell | |
| org.crsh.shell.impl.async | |
| org.crsh.shell.impl.command | |
| org.crsh.shell.impl.remoting | |
| org.crsh.ssh.term.inline |
| Modifier and Type | Field and Description |
|---|---|
(package private) AtomicReference<ShellProcess> |
JLineProcessor.current
.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) ShellProcess |
ProcessContext.process
.
|
| Constructor and Description |
|---|
ProcessContext(Processor processor,
ShellProcess process) |
| Modifier and Type | Method and Description |
|---|---|
ShellProcess |
Shell.createProcess(String request)
Process a request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncProcess |
| Modifier and Type | Field and Description |
|---|---|
private ShellProcess |
AsyncProcess.callee
.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
CRaSHProcess |
| Modifier and Type | Method and Description |
|---|---|
ShellProcess |
CRaSHSession.createProcess(String request) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerProcess |
| Modifier and Type | Field and Description |
|---|---|
(package private) ShellProcess |
ClientProcessContext.process
.
|
| Modifier and Type | Method and Description |
|---|---|
ShellProcess |
ServerAutomaton.createProcess(String request) |
| Constructor and Description |
|---|
ClientProcessContext(ClientAutomaton client,
ShellProcess process) |
| Modifier and Type | Field and Description |
|---|---|
private ShellProcess |
SSHInlineShellProcessContext.process
.
|
| Constructor and Description |
|---|
SSHInlineShellProcessContext(SSHContext context,
ShellProcess process,
PrintStream out,
PrintStream err) |
Copyright © 2013 eXo Platform SAS. All Rights Reserved.