Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getHandshake (0.06 sec)

  1. okhttp-tls/README.md

        .build());
    Response response = call.execute();
    System.out.println(response.handshake().peerPrincipal());
    RecordedRequest recordedRequest = server.takeRequest();
    System.out.println(recordedRequest.getHandshake().peerPrincipal());
    ```
    
    This handshake is successful because each party has prearranged to trust the root certificate that
    signs the other party's chain.
    
    Well-Known Certificate Authorities
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon Jul 07 19:32:33 UTC 2025
    - 9.1K bytes
    - Viewed (0)
  2. mockwebserver/api/mockwebserver3.api

    	public final fun getChunkSizes ()Ljava/util/List;
    	public final fun getConnectionIndex ()I
    	public final fun getExchangeIndex ()I
    	public final fun getFailure ()Ljava/io/IOException;
    	public final fun getHandshake ()Lokhttp3/Handshake;
    	public final fun getHandshakeServerNames ()Ljava/util/List;
    	public final fun getHeaders ()Lokhttp3/Headers;
    	public final fun getMethod ()Ljava/lang/String;
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Jun 20 11:46:46 UTC 2025
    - 11.8K bytes
    - Viewed (0)
Back to top