|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UmsProtos.Response | |
|---|---|
| com.opera.core.systems | Provides OperaDriver and associated classes. |
| com.opera.core.systems.scope | The Scope protocol is used to communicate with the Opera browser. |
| com.opera.core.systems.scope.handlers | Handle all events that are sent from Opera to OperaDriver. |
| com.opera.core.systems.scope.protos | |
| com.opera.core.systems.scope.services.ums | Implementations of the Scope service interfaces. |
| Uses of UmsProtos.Response in com.opera.core.systems |
|---|
| Methods in com.opera.core.systems that return UmsProtos.Response | |
|---|---|
UmsProtos.Response |
ScopeServices.executeCommand(ICommand command,
com.google.protobuf.AbstractMessage.Builder<?> builder)
Sends a command and wait for the response. |
UmsProtos.Response |
ScopeServices.executeCommand(ICommand command,
com.google.protobuf.AbstractMessage.Builder<?> builder,
long timeout)
|
UmsProtos.Response |
WaitState.waitFor(int tag,
long timeout)
|
| Methods in com.opera.core.systems with parameters of type UmsProtos.Response | |
|---|---|
void |
ScopeServices.onResponseReceived(int tag,
UmsProtos.Response response)
|
| Uses of UmsProtos.Response in com.opera.core.systems.scope |
|---|
| Methods in com.opera.core.systems.scope that return UmsProtos.Response | |
|---|---|
UmsProtos.Response |
AbstractService.executeCommand(ICommand command,
com.google.protobuf.AbstractMessage.Builder<?> builder)
|
UmsProtos.Response |
AbstractService.executeCommand(ICommand command,
com.google.protobuf.AbstractMessage.Builder<?> builder,
long timeout)
|
| Methods in com.opera.core.systems.scope with parameters of type UmsProtos.Response | |
|---|---|
static com.google.protobuf.GeneratedMessage.Builder<?> |
AbstractService.buildPayload(UmsProtos.Response response,
com.google.protobuf.GeneratedMessage.Builder<?> builder)
|
| Uses of UmsProtos.Response in com.opera.core.systems.scope.handlers |
|---|
| Methods in com.opera.core.systems.scope.handlers with parameters of type UmsProtos.Response | |
|---|---|
void |
IConnectionHandler.onResponseReceived(int tag,
UmsProtos.Response response)
This event is triggered whenever a command error response is received. |
| Uses of UmsProtos.Response in com.opera.core.systems.scope.protos |
|---|
| Methods in com.opera.core.systems.scope.protos that return UmsProtos.Response | |
|---|---|
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)
|
| Methods in com.opera.core.systems.scope.protos with parameters of type UmsProtos.Response | |
|---|---|
UmsProtos.Response.Builder |
UmsProtos.Response.Builder.mergeFrom(UmsProtos.Response other)
|
static UmsProtos.Response.Builder |
UmsProtos.Response.newBuilder(UmsProtos.Response prototype)
|
| Uses of UmsProtos.Response in com.opera.core.systems.scope.services.ums |
|---|
| Methods in com.opera.core.systems.scope.services.ums that return UmsProtos.Response | |
|---|---|
protected UmsProtos.Response |
EcmaScriptDebugger.eval(String using,
EsdbgProtos.EvalData.Variable... variables)
|
protected UmsProtos.Response |
EcmaScriptDebugger.eval(String using,
int runtimeId,
EsdbgProtos.EvalData.Variable... variables)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||