Searched refs:getRecordProtocol (Results 1 – 7 of 7) sorted by relevance
34 .setRecordProtocol(result.getRecordProtocol()) in AltsAuthContext()62 public String getRecordProtocol() { in getRecordProtocol() method in AltsAuthContext63 return context.getRecordProtocol(); in getRecordProtocol()
69 static String getRecordProtocol() { in getRecordProtocol() method in AltsHandshakerClient
46 java.lang.String getRecordProtocol(); in getRecordProtocol() method304 public java.lang.String getRecordProtocol() { in getRecordProtocol() method in Altscontext.AltsContext554 result = result && getRecordProtocol() in equals()555 .equals(other.getRecordProtocol()); in equals()580 hash = (53 * hash) + getRecordProtocol().hashCode(); in hashCode()813 if (!other.getRecordProtocol().isEmpty()) { in mergeFrom()955 public java.lang.String getRecordProtocol() { in getRecordProtocol() method in Altscontext.AltsContext.Builder1013 recordProtocol_ = getDefaultInstance().getRecordProtocol(); in clearRecordProtocol()
9707 java.lang.String getRecordProtocol(); in getRecordProtocol() method10001 public java.lang.String getRecordProtocol() { in getRecordProtocol() method in Handshaker.HandshakerResult10248 result = result && getRecordProtocol() in equals()10249 .equals(other.getRecordProtocol()); in equals()10283 hash = (53 * hash) + getRecordProtocol().hashCode(); in hashCode()10542 if (!other.getRecordProtocol().isEmpty()) { in mergeFrom()10685 public java.lang.String getRecordProtocol() { in getRecordProtocol() method in Handshaker.HandshakerResult.Builder10743 recordProtocol_ = getDefaultInstance().getRecordProtocol(); in clearRecordProtocol()
75 assertEquals(TEST_RECORD_PROTOCOL, authContext.getRecordProtocol()); in testAltsAuthContext()
239 assertEquals(TEST_RECORD_PROTOCOL, clientContext.getRecordProtocol()); in extractClientPeerSuccess()264 assertEquals(TEST_RECORD_PROTOCOL, serverContext.getRecordProtocol()); in extractServerPeerSuccess()
109 .addRecordProtocols(AltsHandshakerClient.getRecordProtocol()) in startClientHandshakeWithOptions()