Searched defs:maxInboundMessageSize (Results 1 – 9 of 9) sorted by relevance
143 private int maxInboundMessageSize = GrpcUtil.DEFAULT_MAX_MESSAGE_SIZE; field in AbstractManagedChannelImplBuilder155 public T maxInboundMessageSize(int max) { in maxInboundMessageSize() method in AbstractManagedChannelImplBuilder161 protected final int maxInboundMessageSize() { in maxInboundMessageSize() method in AbstractManagedChannelImplBuilder
133 final Integer maxInboundMessageSize; field in ServiceConfigInterceptor.MethodInfo
89 private int maxInboundMessageSize; field in MessageDeframer
222 public T maxInboundMessageSize(int bytes) { in maxInboundMessageSize() method in ServerBuilder
302 public T maxInboundMessageSize(int bytes) { in maxInboundMessageSize() method in ManagedChannelBuilder
155 public T maxInboundMessageSize(int max) { in maxInboundMessageSize() method in ForwardingChannelBuilder
72 private Integer maxInboundMessageSize; field in CallOptions
81 public final InProcessChannelBuilder maxInboundMessageSize(int max) { in maxInboundMessageSize() method in InProcessChannelBuilder
273 public NettyServerBuilder maxInboundMessageSize(int bytes) { in maxInboundMessageSize() method in NettyServerBuilder