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, readMessageType
public SwitchTransportMessage(BrowserChannel channel, String transport, String transportArgs)
public static BrowserChannel.SwitchTransportMessage receive(BrowserChannel channel) throws IOException
IOException
public String getTransport()
public String getTransportArgs()
public void send() throws IOException
send
in class BrowserChannel.Message
IOException
- if a subclass encounters an I/O errorCopyright © 2018. All rights reserved.