1
1
/*
2
- * Copyright (c) 2003, 2020 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2003, 2022 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -1265,6 +1265,7 @@ public void setSSLParameters(SSLParameters params) {
1265
1265
* Application-Layer Protocol Negotiation (ALPN), can negotiate
1266
1266
* application-level values between peers.
1267
1267
*
1268
+ * @apiNote This method is defined in Java SE 8 Maintenance Release 3.
1268
1269
* @implSpec
1269
1270
* The implementation in this class throws
1270
1271
* {@code UnsupportedOperationException} and performs no other action.
@@ -1290,6 +1291,7 @@ public String getApplicationProtocol() {
1290
1291
* a connection may be in the middle of a handshake. The
1291
1292
* application protocol may or may not yet be available.
1292
1293
*
1294
+ * @apiNote This method is defined in Java SE 8 Maintenance Release 3.
1293
1295
* @implSpec
1294
1296
* The implementation in this class throws
1295
1297
* {@code UnsupportedOperationException} and performs no other action.
@@ -1350,7 +1352,8 @@ public String getHandshakeApplicationProtocol() {
1350
1352
* });
1351
1353
* }</pre>
1352
1354
*
1353
- * @apiNote
1355
+ * @apiNote This method is defined in Java SE 8 Maintenance Release 3.
1356
+ * <p>
1354
1357
* This method should be called by TLS server applications before the TLS
1355
1358
* handshake begins. Also, this {@code SSLEngine} should be configured with
1356
1359
* parameters that are compatible with the application protocol selected by
@@ -1380,6 +1383,7 @@ public void setHandshakeApplicationProtocolSelector(
1380
1383
* setHandshakeApplicationProtocolSelector}
1381
1384
* for the function's type parameters.
1382
1385
*
1386
+ * @apiNote This method is defined in Java SE 8 Maintenance Release 3.
1383
1387
* @implSpec
1384
1388
* The implementation in this class throws
1385
1389
* {@code UnsupportedOperationException} and performs no other action.
1 commit comments
openjdk-notifier[bot] commentedon Aug 22, 2022
Review
Issues