Searched refs:InformativeResponse (Results 1 – 5 of 5) sorted by relevance
52 public abstract ImmutableList<InformativeResponse> getInformativeResponses(); in getInformativeResponses()67 InformativeResponse::getKnownLengthSerializedSectionsCount) in knownLengthSerialize()72 for (InformativeResponse informativeResponse : getInformativeResponses()) { in knownLengthSerialize()86 .mapToInt(InformativeResponse::getKnownLengthSerializedSectionsCount) in getKnownLengthSerializedSectionsCount()104 abstract ImmutableList.Builder<InformativeResponse> informativeResponsesBuilder(); in informativeResponsesBuilder()108 @NonNull final InformativeResponse informativeResponse) { in addInformativeResponse()
40 public abstract class InformativeResponse extends BinaryHttpSerializableComponent { class109 abstract InformativeResponse autoBuild(); in autoBuild()113 public InformativeResponse build() { in build()114 InformativeResponse informativeResponse = autoBuild(); in build()
81 InformativeResponse.builder() in deserializeKnownLengthResponseControlData()
410 InformativeResponse.builder() in testEncodeAndDecodeMultiInformationalWithBody()416 InformativeResponse.builder() in testEncodeAndDecodeMultiInformationalWithBody()454 InformativeResponse.builder() in testResponseEquals()467 InformativeResponse.builder() in testResponseEquals()485 InformativeResponse.builder() in testResponseNotEqual()500 InformativeResponse.builder() in testResponseNotEqual()516 InformativeResponse.builder() in testResponseNotEqual()532 InformativeResponse.builder() in testResponseNotEqual()548 InformativeResponse.builder() in testResponseNotEqual()564 InformativeResponse.builder() in testResponseNotEqual()[all …]
36 InformativeResponse.builder() in testNewAndDeserialize_normal()41 InformativeResponse.builder() in testNewAndDeserialize_normal()72 () -> InformativeResponse.builder().setInformativeStatusCode(50).build()); in testBadInformationalResponseCode()77 () -> InformativeResponse.builder().setInformativeStatusCode(300).build()); in testBadInformationalResponseCode()