|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.enderak.procol.common.net.ProColMessage
Provides a central class for some some standard operations on SSL sockets
Field Summary | |
int |
messageID
The message ID for this message |
int |
requestCode
The request code for this message |
Constructor Summary | |
ProColMessage(int messageIDIn,
int requestCodeIn)
Create a new message with an initial messageID and requestCode |
|
ProColMessage(ProColPacket packetIn)
Create a new Message with an initial packet |
Method Summary | |
boolean |
isError()
determine if this message is an error message, (if requestCode is of the form 0xF*******) |
java.lang.String |
toString()
Get the String representation of this message4 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int messageID
public int requestCode
Constructor Detail |
public ProColMessage(ProColPacket packetIn)
packetIn
- The packetpublic ProColMessage(int messageIDIn, int requestCodeIn)
messageIDIn
- The message IDrequestCodeIn
- The request codeMethod Detail |
public boolean isError()
public 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 |