类 Internal
java.lang.Object
com.lark.oapi.okhttp.internal.Internal
Escalate internal APIs in
okhttp3 so they can be used from OkHttp's implementation
packages. The only implementation of this interface is in OkHttpClient.-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明abstract voidaddLenient(Headers.Builder builder, String line) abstract voidaddLenient(Headers.Builder builder, String name, String value) abstract voidapply(ConnectionSpec tlsConfiguration, SSLSocket sslSocket, boolean isFallback) abstract intcode(Response.Builder responseBuilder) abstract booleanequalsNonHost(Address a, Address b) abstract Exchangeabstract voidinitExchange(Response.Builder responseBuilder, Exchange exchange) static voidabstract CallnewWebSocketCall(OkHttpClient client, Request request) abstract RealConnectionPoolrealConnectionPool(ConnectionPool connectionPool)
-
字段详细资料
-
instance
-
-
构造器详细资料
-
Internal
public Internal()
-
-
方法详细资料
-
initializeInstanceForTests
public static void initializeInstanceForTests() -
addLenient
-
addLenient
-
realConnectionPool
-
equalsNonHost
-
code
-
apply
public abstract void apply(ConnectionSpec tlsConfiguration, SSLSocket sslSocket, boolean isFallback) -
newWebSocketCall
-
initExchange
-
exchange
-