Searched refs:informativeResponse (Results 1 – 2 of 2) sorted by relevance
72 for (InformativeResponse informativeResponse : getInformativeResponses()) { in knownLengthSerialize()73 byte[][] subSections = informativeResponse.knownLengthSerialize(); in knownLengthSerialize()108 @NonNull final InformativeResponse informativeResponse) { in addInformativeResponse()109 informativeResponsesBuilder().add(informativeResponse); in addInformativeResponse()
114 InformativeResponse informativeResponse = autoBuild(); in build() local116 informativeResponse.getInformativeStatusCode()); in build()117 return informativeResponse; in build()