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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidevictAll()
Close and remove all idle connections in the pool.
intgetConnectionCount()
Returns total number of connections in the pool.
ConnectionPoolgetDefault()
intgetHttpConnectionCount()
Returns total number of http connections in the pool.
intgetMultiplexedConnectionCount()
Returns total number of multiplexed connections in the pool.
intgetSpdyConnectionCount()