We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f478f5c commit c17b481Copy full SHA for c17b481
spring-test/src/main/java/org/springframework/test/web/reactive/server/WebTestClient.java
@@ -280,7 +280,8 @@ interface MockServerSpec<B extends MockServerSpec<B>> {
280
* Provide SSL session information and certificates for the mock server.
281
* @param sslInfo the {@link SslInfo} to use
282
* @since 7.0
283
- * @see org.springframework.mock.http.server.reactive.MockSslInfo
+ * @see SslInfo#from(String)
284
+ * @see SslInfo#from(String, java.security.cert.X509Certificate...)
285
*/
286
<T extends B> T sslInfo(SslInfo sslInfo);
287
0 commit comments