Searched refs:getOutFrames (Results 1 – 3 of 3) sorted by relevance
187 return resp.getOutFrames().asReadOnlyByteBuffer(); in startClientHandshake()210 return resp.getOutFrames().asReadOnlyByteBuffer(); in startServerHandshake()238 return resp.getOutFrames().asReadOnlyByteBuffer(); in next()
64 assertEquals(resp.getOutFrames().toStringUtf8(), message); in sendSuccessfulMessage()
12023 com.google.protobuf.ByteString getOutFrames(); in getOutFrames() method12210 public com.google.protobuf.ByteString getOutFrames() { in getOutFrames() method in Handshaker.HandshakerResp12362 result = result && getOutFrames() in equals()12363 .equals(other.getOutFrames()); in equals()12388 hash = (53 * hash) + getOutFrames().hashCode(); in hashCode()12619 if (other.getOutFrames() != com.google.protobuf.ByteString.EMPTY) { in mergeFrom()12620 setOutFrames(other.getOutFrames()); in mergeFrom()12670 public com.google.protobuf.ByteString getOutFrames() { in getOutFrames() method in Handshaker.HandshakerResp.Builder12706 outFrames_ = getDefaultInstance().getOutFrames(); in clearOutFrames()