public class Shutdown extends AbstractMessage implements Control
| Constructor and Description |
|---|
Shutdown()
Construct a Shutdown message.
|
Shutdown(java.io.InputStream in)
Construct a Shutdown message that populates its data from a stream.
|
addMessageComponent, getComponents, getURN, read, toString, writepublic Shutdown(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 Shutdown()