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

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

Introduction

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

The text is from its open source code.

Method

ProtocolgetProtocol()
Returns the protocol negotiated by this connection, or Protocol#HTTP_1_1 if no protocol has been negotiated.
RoutegetRoute()
Returns the route used by this connection.