Searched refs:StringMarshaller (Results 1 – 21 of 21) sorted by relevance
45 .setRequestMarshaller(new StringMarshaller()) in createMethodDescriptor()46 .setResponseMarshaller(new StringMarshaller()) in createMethodDescriptor()60 .setRequestMarshaller(new StringMarshaller()) in idempotent()61 .setResponseMarshaller(new StringMarshaller()) in idempotent()80 .setRequestMarshaller(new StringMarshaller()) in safe()81 .setResponseMarshaller(new StringMarshaller()) in safe()98 .setRequestMarshaller(new StringMarshaller()) in safeAndNonUnary()99 .setResponseMarshaller(new StringMarshaller()) in safeAndNonUnary()111 .setRequestMarshaller(new StringMarshaller()) in sampledToLocalTracing()112 .setResponseMarshaller(new StringMarshaller()) in sampledToLocalTracing()[all …]
27 public class StringMarshaller implements MethodDescriptor.Marshaller<String> { class28 public static StringMarshaller INSTANCE = new StringMarshaller();
27 return StringMarshaller.INSTANCE.stream(value.toString()); in stream()32 return Integer.valueOf(StringMarshaller.INSTANCE.parse(stream)); in parse()
38 .setRequestMarshaller(StringMarshaller.INSTANCE)
63 return StringMarshaller.INSTANCE;171 StringMarshaller.INSTANCE.parse(new ByteArrayInputStream(binlogReq.get(0)))); in wrapChannel_handler()174 StringMarshaller.INSTANCE.parse(new ByteArrayInputStream(serializedReq.get(0)))); in wrapChannel_handler()254 onServerMessageHelper(wListener, StringMarshaller.INSTANCE.stream(expectedRequest)); in wrapMethodDefinition_handler()262 StringMarshaller.INSTANCE.parse(new ByteArrayInputStream(binlogReq.get(0)))); in wrapMethodDefinition_handler()408 private static class StringMarshaller implements MethodDescriptor.Marshaller<String> {409 public static final StringMarshaller INSTANCE = new StringMarshaller();431 return StringMarshaller.INSTANCE.stream(value.toString());436 return Integer.valueOf(StringMarshaller.INSTANCE.parse(stream));
58 … MockServiceHelper.ServiceName, "Unary", Marshallers.StringMarshaller, Marshallers.StringMarshalle… in AddRequestHeaderInClientInterceptor()87 … MockServiceHelper.ServiceName, "Unary", Marshallers.StringMarshaller, Marshallers.StringMarshalle… in CheckInterceptorOrderInClientInterceptors()125 …ceHelper.ServiceName, "ClientStreaming", Marshallers.StringMarshaller, Marshallers.StringMarshalle… in CountNumberOfRequestsInClientInterceptors()
52 Marshallers.StringMarshaller.Serializer, Marshallers.StringMarshaller.Deserializer, in Init()
44 …ng, string>(channel, "someMethod", null, Marshallers.StringMarshaller, Marshallers.StringMarshalle… in Init()643 return Marshallers.StringMarshaller.Serializer("response1"); in CreateResponsePayload()
82 public static Marshaller<string> StringMarshaller property in Grpc.Core.Marshallers
658 .setRequestMarshaller(StringMarshaller.INSTANCE)659 .setResponseMarshaller(StringMarshaller.INSTANCE)797 private static final class StringMarshaller implements Marshaller<String> {798 static final StringMarshaller INSTANCE = new StringMarshaller();
41 import io.grpc.StringMarshaller;86 .setRequestMarshaller(new StringMarshaller())
39 import io.grpc.StringMarshaller;85 .setRequestMarshaller(new StringMarshaller())
53 import io.grpc.StringMarshaller;93 .setRequestMarshaller(new StringMarshaller())
45 import io.grpc.StringMarshaller;90 .setRequestMarshaller(new StringMarshaller())
76 import io.grpc.StringMarshaller;116 private static final StringMarshaller STRING_MARSHALLER = StringMarshaller.INSTANCE;
54 import io.grpc.StringMarshaller;122 .setRequestMarshaller(new StringMarshaller())123 .setResponseMarshaller(new StringMarshaller())
89 import io.grpc.StringMarshaller;141 .setRequestMarshaller(new StringMarshaller())
59 marshaller = marshaller ?? Marshallers.StringMarshaller; in MockServiceHelper()
316 Marshallers.StringMarshaller, in UnknownMethodHandler()317 Marshallers.StringMarshaller); in UnknownMethodHandler()
154 .setRequestMarshaller(StringMarshaller.INSTANCE)155 .setResponseMarshaller(StringMarshaller.INSTANCE)2034 private static class StringMarshaller implements MethodDescriptor.Marshaller<String> { class in AbstractTransportTest2035 public static final StringMarshaller INSTANCE = new StringMarshaller();
META-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/ ...