Home
last modified time | relevance | path

Searched refs:getRecordProtocol (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DAltsAuthContext.java34 .setRecordProtocol(result.getRecordProtocol()) in AltsAuthContext()
62 public String getRecordProtocol() { in getRecordProtocol() method in AltsAuthContext
63 return context.getRecordProtocol(); in getRecordProtocol()
DAltsHandshakerClient.java69 static String getRecordProtocol() { in getRecordProtocol() method in AltsHandshakerClient
/external/grpc-grpc-java/alts/src/generated/main/java/io/grpc/alts/internal/
DAltscontext.java46 java.lang.String getRecordProtocol(); in getRecordProtocol() method
304 public java.lang.String getRecordProtocol() { in getRecordProtocol() method in Altscontext.AltsContext
554 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.Builder
1013 recordProtocol_ = getDefaultInstance().getRecordProtocol(); in clearRecordProtocol()
DHandshaker.java9707 java.lang.String getRecordProtocol(); in getRecordProtocol() method
10001 public java.lang.String getRecordProtocol() { in getRecordProtocol() method in Handshaker.HandshakerResult
10248 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.Builder
10743 recordProtocol_ = getDefaultInstance().getRecordProtocol(); in clearRecordProtocol()
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DAltsAuthContextTest.java75 assertEquals(TEST_RECORD_PROTOCOL, authContext.getRecordProtocol()); in testAltsAuthContext()
DAltsTsiHandshakerTest.java239 assertEquals(TEST_RECORD_PROTOCOL, clientContext.getRecordProtocol()); in extractClientPeerSuccess()
264 assertEquals(TEST_RECORD_PROTOCOL, serverContext.getRecordProtocol()); in extractServerPeerSuccess()
DAltsHandshakerClientTest.java109 .addRecordProtocols(AltsHandshakerClient.getRecordProtocol()) in startClientHandshakeWithOptions()