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, write
public 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()