| Package | Description |
|---|---|
| com.opera.core.systems.runner.launcher |
Responsible for starting the launcher which starts Opera.
|
| Modifier and Type | Method and Description |
|---|---|
static OperaLauncherProtocol.MessageType |
OperaLauncherProtocol.MessageType.get(byte code) |
static OperaLauncherProtocol.MessageType |
OperaLauncherProtocol.MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperaLauncherProtocol.MessageType[] |
OperaLauncherProtocol.MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OperaLauncherProtocol.ResponseEncapsulation |
OperaLauncherProtocol.sendRequest(OperaLauncherProtocol.MessageType type,
byte[] body)
Send a request and receive a result.
|
void |
OperaLauncherProtocol.sendRequestWithoutResponse(OperaLauncherProtocol.MessageType type,
byte[] body)
Send a request without a response.
|
Copyright © 2012. All Rights Reserved.