|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sshtools.j2ssh.connection.GlobalRequestResponse
public class GlobalRequestResponse
Constructor Summary | |
---|---|
GlobalRequestResponse(boolean succeeded)
Creates a new GlobalRequestResponse object. |
Method Summary | |
---|---|
byte[] |
getResponseData()
|
boolean |
hasSucceeded()
|
void |
setResponseData(byte[] responseData)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GlobalRequestResponse(boolean succeeded)
succeeded
- Method Detail |
---|
public void setResponseData(byte[] responseData)
responseData
- public byte[] getResponseData()
public boolean hasSucceeded()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |