Searched refs:getRequestMarshaller (Results 1 – 6 of 6) sorted by relevance
198 assertSame(BinaryLogProvider.BYTEARRAY_MARSHALLER, wMethod.getRequestMarshaller()); in validateWrappedMethod()310 assertSame(BinaryLogProvider.BYTEARRAY_MARSHALLER, method.getRequestMarshaller()); in interceptCall()354 call.getMethodDescriptor().getRequestMarshaller());
130 InputStream bytes = method.getRequestMarshaller().stream(message); in wrapClientInterceptor()
310 public Marshaller<ReqT> getRequestMarshaller() { in getRequestMarshaller() method in MethodDescriptor
169 assertSame(IntegerMarshaller.INSTANCE, md2.getRequestMarshaller()); in toBuilderTest()
394 method.getRequestMarshaller(), in getClientInterceptor()459 call.getMethodDescriptor().getRequestMarshaller(),
1202 md.toBuilder(md.getRequestMarshaller(), mar).build(), in maxInboundSize_exact()1224 new ByteSizeMarshaller<StreamingOutputCallRequest>(md.getRequestMarshaller()); in maxInboundSize_tooBig()1256 new ByteSizeMarshaller<StreamingOutputCallRequest>(md.getRequestMarshaller()); in maxOutboundSize_exact()1283 new ByteSizeMarshaller<StreamingOutputCallRequest>(md.getRequestMarshaller()); in maxOutboundSize_tooBig()