Searched refs:isGrpcContentType (Results 1 – 4 of 4) sorted by relevance
137 assertTrue(GrpcUtil.isGrpcContentType(GrpcUtil.CONTENT_TYPE_GRPC)); in contentTypeShouldBeValid()138 assertTrue(GrpcUtil.isGrpcContentType(GrpcUtil.CONTENT_TYPE_GRPC + "+blaa")); in contentTypeShouldBeValid()139 assertTrue(GrpcUtil.isGrpcContentType(GrpcUtil.CONTENT_TYPE_GRPC + ";blaa")); in contentTypeShouldBeValid()144 assertFalse(GrpcUtil.isGrpcContentType("application/bad")); in contentTypeShouldNotBeValid()
216 if (!GrpcUtil.isGrpcContentType(contentType)) { in validateInitialMetadata()
402 public static boolean isGrpcContentType(String contentType) { in isGrpcContentType() method in GrpcUtil
402 if (!GrpcUtil.isGrpcContentType(contentTypeString)) { in onHeadersRead()