protected static class BrowserChannel.FreeMessage extends BrowserChannel.Message
Constructor and Description |
---|
FreeMessage(BrowserChannel channel,
int[] ids) |
Modifier and Type | Method and Description |
---|---|
int[] |
getIds() |
boolean |
isAsynchronous() |
static BrowserChannel.FreeMessage |
receive(BrowserChannel channel) |
void |
send() |
static void |
send(BrowserChannel channel,
int[] ids) |
getBrowserChannel, readMessageType
public FreeMessage(BrowserChannel channel, int[] ids)
public static BrowserChannel.FreeMessage receive(BrowserChannel channel) throws IOException
IOException
public static void send(BrowserChannel channel, int[] ids) throws IOException
IOException
public int[] getIds()
public boolean isAsynchronous()
isAsynchronous
in class BrowserChannel.Message
public void send() throws IOException
send
in class BrowserChannel.Message
IOException
- if a subclass encounters an I/O errorCopyright © 2018. All rights reserved.