MCPcopy Create free account
hub / github.com/grpc/grpc-java / handshakeTest

Method handshakeTest

alts/src/test/java/io/grpc/alts/internal/TsiTest.java:109–111  ·  view source on GitHub ↗
(Handshakers handshakers)

Source from the content-addressed store, hash-verified

107 }
108
109 public static void handshakeTest(Handshakers handshakers) throws GeneralSecurityException {
110 performHandshake(DEFAULT_TRANSPORT_BUFFER_SIZE, handshakers);
111 }
112
113 public static void handshakeSmallBufferTest(Handshakers handshakers)
114 throws GeneralSecurityException {

Callers 2

handshakeMethod · 0.95
handshakeMethod · 0.95

Calls 1

performHandshakeMethod · 0.95

Tested by

no test coverage detected