|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.clackrouter.protocol.data.VNSData
net.clackrouter.protocol.data.VNSClose
public class VNSClose
Encapsulates a Close message sent from the server to the client. Upon receiving this message, the client must shut down.
VNSCloseProtocolCommand| Constructor Summary | |
|---|---|
VNSClose(java.lang.String message)
Constructs a Close message, which forces the client to shut down. |
|
| Method Summary | |
|---|---|
boolean |
isClose()
|
java.lang.String |
toString()
Returns the server message. |
| Methods inherited from class net.clackrouter.protocol.data.VNSData |
|---|
isBanner, isHWInfo, isPacket |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VNSClose(java.lang.String message)
message - An error message from the server| Method Detail |
|---|
public boolean isClose()
isClose in class VNSDatapublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||