Java com.squareup.okhttp Handshake fields, constructors, methods, implement or subclass

Example usage for Java com.squareup.okhttp Handshake fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.squareup.okhttp Handshake.

The text is from its open source code.

Field

Method

PrincipallocalPrincipal()
Returns the local principle, or null if this peer is anonymous.
PrincipalpeerPrincipal()
Returns the remote peer's principle, or null if that peer is anonymous.