
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, readMessageTypepublic LoadJsniMessage(BrowserChannel channel, String js)
public static BrowserChannel.LoadJsniMessage receive(BrowserChannel channel) throws IOException
IOExceptionpublic static void send(BrowserChannel channel, String js) throws IOException
IOExceptionpublic String getJsni()
public boolean isAsynchronous()
isAsynchronous in class BrowserChannel.Messagepublic void send()
throws IOException
send in class BrowserChannel.MessageIOException - if a subclass encounters an I/O errorCopyright © 2018. All rights reserved.