//okhttp/okhttp3/Handshake/peerPrincipal
peerPrincipal¶
[jvm]\
@get:JvmName(name = "peerPrincipal")
val peerPrincipal: Principal?
Returns the remote peer’s principle, or null if that peer is anonymous.
//okhttp/okhttp3/Handshake/peerPrincipal
[jvm]\
@get:JvmName(name = "peerPrincipal")
val peerPrincipal: Principal?
Returns the remote peer’s principle, or null if that peer is anonymous.