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