public abstract class Message extends Object implements Serializable
| Constructor and Description |
|---|
Message() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
receive(InputStream inputSteam,
ClassLoader classLoader) |
static void |
send(Object message,
OutputStream outputSteam) |
public static void send(Object message, OutputStream outputSteam) throws IOException
IOExceptionpublic static Object receive(InputStream inputSteam, ClassLoader classLoader) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2013. All rights reserved