You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public class TranscodingMessageDecoder<Req> implements GrpcMessageDecoder<Req> {
private final GrpcMessageDecoder<Req> messageDecoder;
private final WireFormat format;
private final String transcodingRequestBody;
private final List<HttpVariableBinding> bindings;
public TranscodingMessageDecoder(GrpcMessageDecoder<Req> messageDecoder, WireFormat format, String transcodingRequestBody, List<HttpVariableBinding> bindings) {