|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
BlockingRpcChannel | Abstract interface for a blocking RPC channel. |
BlockingService | Blocking equivalent to Service . |
Descriptors.FileDescriptor.InternalDescriptorAssigner | This class should be used by generated code only. |
Message | Abstract interface implemented by Protocol Message objects. |
Message.Builder | Abstract interface implemented by Protocol Message builders. |
ProtocolMessageEnum | Interface of useful methods added to all enums generated by the protocol compiler. |
RpcCallback<ParameterType> | Interface for an RPC callback, normally called when an RPC completes. |
RpcChannel | Abstract interface for an RPC channel. |
RpcController | An RpcController mediates a single method call. |
Service | Abstract base interface for protocol-buffer-based RPC services. |
Exception Summary | |
---|---|
CodedOutputStream.OutOfSpaceException | If you create a CodedOutputStream around a simple flat array, you must not attempt to write more bytes than the array has space. |
Descriptors.DescriptorValidationException | Thrown when building descriptors fails because the source DescriptorProtos are not valid. |
InvalidProtocolBufferException | Thrown when a protocol message being parsed is invalid in some way, e.g. |
RpcUtil.AlreadyCalledException | Exception thrown when a one-time callback is called more than once. |
ServiceException | Thrown by blocking RPC methods when a failure occurs. |
TextFormat.ParseException | Thrown when parsing an invalid text format message. |
UninitializedMessageException | Thrown when attempting to build a protocol message that is missing required fields. |
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |