You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mockwebserver/api/mockwebserver3.api
+4-4
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ public final class mockwebserver3/MockWebServer : java/io/Closeable {
107
107
public final fun getProtocolNegotiationEnabled ()Z
108
108
public final fun getProtocols ()Ljava/util/List;
109
109
public final fun getRequestCount ()I
110
-
public final fun getServerSocketFactory ()Ljavax/net/ServerSocketFactory;
110
+
public final fun getServerSocketFactory ()Lokhttp3/internal/socket/OkioServerSocketFactory;
111
111
public final fun getStarted ()Z
112
112
public final fun noClientAuth ()V
113
113
public final fun requestClientAuth ()V
@@ -116,7 +116,7 @@ public final class mockwebserver3/MockWebServer : java/io/Closeable {
116
116
public final fun setDispatcher (Lmockwebserver3/Dispatcher;)V
117
117
public final fun setProtocolNegotiationEnabled (Z)V
118
118
public final fun setProtocols (Ljava/util/List;)V
119
-
public final fun setServerSocketFactory (Ljavax/net/ServerSocketFactory;)V
119
+
public final fun setServerSocketFactory (Lokhttp3/internal/socket/OkioServerSocketFactory;)V
120
120
public final fun setStarted (Z)V
121
121
public final fun shutdown ()V
122
122
public final fun start ()V
@@ -159,8 +159,8 @@ public final class mockwebserver3/QueueDispatcher$Companion {
159
159
}
160
160
161
161
public final class mockwebserver3/RecordedRequest {
162
-
public fun <init> (Ljava/lang/String;Lokhttp3/Headers;Ljava/util/List;JLokio/Buffer;ILjava/net/Socket;Ljava/io/IOException;)V
163
-
public synthetic fun <init> (Ljava/lang/String;Lokhttp3/Headers;Ljava/util/List;JLokio/Buffer;ILjava/net/Socket;Ljava/io/IOException;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
162
+
public fun <init> (Ljava/lang/String;Lokhttp3/Headers;Ljava/util/List;JLokio/Buffer;ILokhttp3/internal/socket/OkioSocket;Ljava/io/IOException;)V
163
+
public synthetic fun <init> (Ljava/lang/String;Lokhttp3/Headers;Ljava/util/List;JLokio/Buffer;ILokhttp3/internal/socket/OkioSocket;Ljava/io/IOException;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
0 commit comments