public class RascProtobufParser extends Object
| コンストラクタと説明 |
|---|
RascProtobufParser() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static Pair<Collection<RpcHeader>,RpcFault> |
parseRpcArrayResponse(com.google.protobuf.CodedInputStream cis,
Class<?> resultType,
ArrayElementsReceiver<?> receiver) |
static Pair<Collection<RpcHeader>,Object[]> |
parseRpcRequest(com.google.protobuf.CodedInputStream cis,
Class<?>[] parameterTypes) |
static <T> Trio<Collection<RpcHeader>,RpcFault,T> |
parseRpcResponse(com.google.protobuf.CodedInputStream cis,
Class<T> resultType) |
public static Pair<Collection<RpcHeader>,Object[]> parseRpcRequest(com.google.protobuf.CodedInputStream cis, Class<?>[] parameterTypes) throws IOException, IllegalArgumentException, InstantiationException, IllegalAccessException, InvocationTargetException, NoSuchMethodException
public static <T> Trio<Collection<RpcHeader>,RpcFault,T> parseRpcResponse(com.google.protobuf.CodedInputStream cis, Class<T> resultType) throws IOException, IllegalArgumentException, InstantiationException, IllegalAccessException, InvocationTargetException, NoSuchMethodException
public static Pair<Collection<RpcHeader>,RpcFault> parseRpcArrayResponse(com.google.protobuf.CodedInputStream cis, Class<?> resultType, ArrayElementsReceiver<?> receiver) throws IOException, IllegalArgumentException, InstantiationException, IllegalAccessException, InvocationTargetException, NoSuchMethodException
Copyright © 2017. All rights reserved.