com.googlecode.mobilityrpc.protocol.protobuf
Interface MessageResourceRequest.ResourceRequestOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- MessageResourceRequest.ResourceRequest, MessageResourceRequest.ResourceRequest.Builder
- Enclosing class:
- MessageResourceRequest
public static interface MessageResourceRequest.ResourceRequestOrBuilder
- extends com.google.protobuf.MessageOrBuilder
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof |
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
isInitialized |
getResourceNameList
com.google.protobuf.ProtocolStringList getResourceNameList()
repeated string resource_name = 1;
The name of the class or resource required from the class loader on the remote machine.
This name will be supplied to sessionClassLoader.getResourceAsStream(String name) on the remote machine.
In the case of requesting bytecode for a class, this name should be the binary name of the class
with '/'-separated path name and '.class' appended. E.g. class com.foo.Bar -> com/foo/Bar.class
getResourceNameCount
int getResourceNameCount()
repeated string resource_name = 1;
The name of the class or resource required from the class loader on the remote machine.
This name will be supplied to sessionClassLoader.getResourceAsStream(String name) on the remote machine.
In the case of requesting bytecode for a class, this name should be the binary name of the class
with '/'-separated path name and '.class' appended. E.g. class com.foo.Bar -> com/foo/Bar.class
getResourceName
String getResourceName(int index)
repeated string resource_name = 1;
The name of the class or resource required from the class loader on the remote machine.
This name will be supplied to sessionClassLoader.getResourceAsStream(String name) on the remote machine.
In the case of requesting bytecode for a class, this name should be the binary name of the class
with '/'-separated path name and '.class' appended. E.g. class com.foo.Bar -> com/foo/Bar.class
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes(int index)
repeated string resource_name = 1;
The name of the class or resource required from the class loader on the remote machine.
This name will be supplied to sessionClassLoader.getResourceAsStream(String name) on the remote machine.
In the case of requesting bytecode for a class, this name should be the binary name of the class
with '/'-separated path name and '.class' appended. E.g. class com.foo.Bar -> com/foo/Bar.class
hasRequestIdentifier
boolean hasRequestIdentifier()
required .com.googlecode.mobilityrpc.protocol.protobuf.RequestIdentifier request_identifier = 2;
Request identifier which will be echoed back to the client by the server, identifies the session and
request on the client to which the response will be addressed
getRequestIdentifier
ComponentRequestIdentifier.RequestIdentifier getRequestIdentifier()
required .com.googlecode.mobilityrpc.protocol.protobuf.RequestIdentifier request_identifier = 2;
Request identifier which will be echoed back to the client by the server, identifies the session and
request on the client to which the response will be addressed
getRequestIdentifierOrBuilder
ComponentRequestIdentifier.RequestIdentifierOrBuilder getRequestIdentifierOrBuilder()
required .com.googlecode.mobilityrpc.protocol.protobuf.RequestIdentifier request_identifier = 2;
Request identifier which will be echoed back to the client by the server, identifies the session and
request on the client to which the response will be addressed
Copyright © 2016. All rights reserved.