|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.shell.impl.command.CRaSHProcess org.crsh.shell.impl.command.CRaSHResponseProcess
class CRaSHResponseProcess
Field Summary | |
---|---|
private StringBuilder |
msg . |
private ShellResponse |
response . |
Fields inherited from class org.crsh.shell.impl.command.CRaSHProcess |
---|
crash, request |
Constructor Summary | |
---|---|
CRaSHResponseProcess(CRaSHSession session, String request, StringBuilder msg, ShellResponse response) |
Method Summary | |
---|---|
(package private) ShellResponse |
doInvoke(ShellProcessContext context) |
Methods inherited from class org.crsh.shell.impl.command.CRaSHProcess |
---|
cancel, execute, getKeyHandler |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final StringBuilder msg
private final ShellResponse response
Constructor Detail |
---|
public CRaSHResponseProcess(CRaSHSession session, String request, StringBuilder msg, ShellResponse response)
Method Detail |
---|
ShellResponse doInvoke(ShellProcessContext context) throws InterruptedException
doInvoke
in class CRaSHProcess
InterruptedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |