| Package | Description |
|---|---|
| com.opera.core.systems.scope |
The Scope protocol is used to communicate with the Opera browser.
|
| com.opera.core.systems.scope.handlers | |
| com.opera.core.systems.scope.protos | |
| com.opera.core.systems.scope.stp.services |
Implementations of the Scope service interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
UmsProtos.Response |
AbstractService.executeMessage(Message message) |
UmsProtos.Response |
ScopeServices.executeMessage(Message message,
com.google.protobuf.AbstractMessage.Builder<?> builder)
Sends a message and wait for the response.
|
UmsProtos.Response |
AbstractService.executeMessage(Message message,
com.google.protobuf.AbstractMessage.Builder<?> builder) |
UmsProtos.Response |
ScopeServices.executeMessage(Message message,
com.google.protobuf.AbstractMessage.Builder<?> builder,
long timeout) |
UmsProtos.Response |
AbstractService.executeMessage(Message message,
com.google.protobuf.AbstractMessage.Builder<?> builder,
long timeout) |
UmsProtos.Response |
WaitState.waitFor(int tag,
long timeout) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.GeneratedMessage.Builder<?> |
AbstractService.buildPayload(UmsProtos.Response response,
com.google.protobuf.GeneratedMessage.Builder<?> builder) |
void |
ScopeServices.onResponseReceived(int tag,
UmsProtos.Response response) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionHandler.onResponseReceived(int tag,
UmsProtos.Response response)
This event is triggered whenever a command error response is received.
|
| Modifier and Type | Method and Description |
|---|---|
UmsProtos.Response |
UmsProtos.Response.Builder.build() |
UmsProtos.Response |
UmsProtos.Response.Builder.buildPartial() |
static UmsProtos.Response |
UmsProtos.Response.getDefaultInstance() |
UmsProtos.Response |
UmsProtos.Response.getDefaultInstanceForType() |
UmsProtos.Response |
UmsProtos.Response.Builder.getDefaultInstanceForType() |
static UmsProtos.Response |
UmsProtos.Response.parseDelimitedFrom(InputStream input) |
static UmsProtos.Response |
UmsProtos.Response.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UmsProtos.Response |
UmsProtos.Response.parseFrom(byte[] data) |
static UmsProtos.Response |
UmsProtos.Response.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UmsProtos.Response |
UmsProtos.Response.parseFrom(com.google.protobuf.ByteString data) |
static UmsProtos.Response |
UmsProtos.Response.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UmsProtos.Response |
UmsProtos.Response.parseFrom(com.google.protobuf.CodedInputStream input) |
static UmsProtos.Response |
UmsProtos.Response.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UmsProtos.Response |
UmsProtos.Response.parseFrom(InputStream input) |
static UmsProtos.Response |
UmsProtos.Response.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
UmsProtos.Response.Builder |
UmsProtos.Response.Builder.mergeFrom(UmsProtos.Response other) |
static UmsProtos.Response.Builder |
UmsProtos.Response.newBuilder(UmsProtos.Response prototype) |
| Modifier and Type | Method and Description |
|---|---|
protected UmsProtos.Response |
ScopeEcmascriptDebugger.eval(String using,
EsdbgProtos.EvalData.Variable... variables) |
protected UmsProtos.Response |
ScopeEcmascriptDebugger.eval(String using,
int runtimeId,
EsdbgProtos.EvalData.Variable... variables) |
Copyright © 2013. All Rights Reserved.