Java com.squareup.okhttp.internal.http HttpEngine fields, constructors, methods, implement or subclass

Example usage for Java com.squareup.okhttp.internal.http HttpEngine fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Field

intMAX_FOLLOW_UPS
How many redirects and auth challenges should we attempt?

Method

ResponsegetResponse()
Returns the engine's response.
booleanhasBody(Response response)
Returns true if the response must have a (possibly 0-length) body.