
protected static class BrowserChannel.SwitchTransportMessage extends BrowserChannel.Message
| Constructor and Description |
|---|
SwitchTransportMessage(BrowserChannel channel,
String transport,
String transportArgs) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTransport() |
String |
getTransportArgs() |
static BrowserChannel.SwitchTransportMessage |
receive(BrowserChannel channel) |
void |
send() |
getBrowserChannel, isAsynchronous, readMessageTypepublic SwitchTransportMessage(BrowserChannel channel, String transport, String transportArgs)
public static BrowserChannel.SwitchTransportMessage receive(BrowserChannel channel) throws IOException
IOExceptionpublic String getTransport()
public String getTransportArgs()
public void send()
throws IOException
send in class BrowserChannel.MessageIOException - if a subclass encounters an I/O errorCopyright © 2018. All rights reserved.