mirror of
https://github.com/github/codeql.git
synced 2026-08-03 00:43:00 +02:00
18 lines
576 B
Java
Generated
18 lines
576 B
Java
Generated
// Generated automatically from okhttp3.ConnectionPool for testing purposes
|
|
|
|
package okhttp3;
|
|
|
|
import java.util.concurrent.TimeUnit;
|
|
import okhttp3.internal.connection.RealConnectionPool;
|
|
|
|
public class ConnectionPool
|
|
{
|
|
public ConnectionPool(){}
|
|
public ConnectionPool(RealConnectionPool p0){}
|
|
public ConnectionPool(int p0, long p1, TimeUnit p2){}
|
|
public final RealConnectionPool getDelegate$okhttp(){ return null; }
|
|
public final int connectionCount(){ return 0; }
|
|
public final int idleConnectionCount(){ return 0; }
|
|
public final void evictAll(){}
|
|
}
|