
protected abstract static class BrowserChannel.Message extends Object
| Constructor and Description |
|---|
Message(BrowserChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
BrowserChannel |
getBrowserChannel() |
boolean |
isAsynchronous() |
static BrowserChannel.MessageType |
readMessageType(DataInputStream stream) |
void |
send() |
public Message(BrowserChannel channel)
public static BrowserChannel.MessageType readMessageType(DataInputStream stream) throws IOException, BrowserChannelException
IOExceptionBrowserChannelExceptionpublic final BrowserChannel getBrowserChannel()
public boolean isAsynchronous()
public void send()
throws IOException
IOException - if a subclass encounters an I/O errorCopyright © 2018. All rights reserved.