protected static class BrowserChannel.LoadJsniMessage extends BrowserChannel.Message
Constructor and Description |
---|
LoadJsniMessage(BrowserChannel channel,
String js) |
Modifier and Type | Method and Description |
---|---|
String |
getJsni() |
boolean |
isAsynchronous() |
static BrowserChannel.LoadJsniMessage |
receive(BrowserChannel channel) |
void |
send() |
static void |
send(BrowserChannel channel,
String js) |
getBrowserChannel, readMessageType
public LoadJsniMessage(BrowserChannel channel, String js)
public static BrowserChannel.LoadJsniMessage receive(BrowserChannel channel) throws IOException
IOException
public static void send(BrowserChannel channel, String js) throws IOException
IOException
public String getJsni()
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.