|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.maverick.ssh2.GlobalRequest
This class represents a global request.
| Constructor Summary | |
GlobalRequest(java.lang.String name,
byte[] requestdata)
Contstruct a request. |
|
| Method Summary | |
byte[] |
getData()
Get the request data, if the request has been sent and processed, this will return the response data (which can be null). |
java.lang.String |
getName()
Get the name of the request. |
void |
setData(byte[] requestdata)
Set the data. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GlobalRequest(java.lang.String name,
byte[] requestdata)
name - the name of the requestrequestdata - the request data| Method Detail |
public java.lang.String getName()
public byte[] getData()
public void setData(byte[] requestdata)
requestdata -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||