public class VKAcknowledge extends AbstractMessage implements Control
| Constructor and Description |
|---|
VKAcknowledge(java.io.InputStream in)
A VKAcknowledge message that populates its data from a stream.
|
VKAcknowledge(int requestID,
int viewerID)
VKAcknowledge message with specific request ID and viewer ID components.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getRequestID()
Get the request ID.
|
int |
getViewerID()
Get the viewer ID.
|
addMessageComponent, getComponents, getURN, read, toString, writepublic VKAcknowledge(java.io.InputStream in)
throws java.io.IOException
in - The InputStream to read.java.io.IOException - If there is a problem reading the stream.public VKAcknowledge(int requestID,
int viewerID)
requestID - The value of the request ID component.viewerID - The value of the viewer ID component.