File tree 1 file changed +5
-5
lines changed
src/java.base/share/classes/java/net
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -671,16 +671,16 @@ public void send(DatagramPacket p) throws IOException {
671
671
* the data received. The datagram packet also contains the sender's
672
672
* IP address, and the port number on the sender's machine.
673
673
* <p>
674
- * This method blocks until a datagram is received. The
675
- * {@code length} field of the datagram packet object contains
676
- * the length of the received message. If the message is longer than
677
- * the packet's length, the message is truncated.
678
- * <p>
674
+ * This method blocks until a datagram is received.
679
675
* For the system-default socket implementation at least, if a
680
676
* {@linkplain Thread#isVirtual() virtual thread} blocked in {@code receive}
681
677
* is {@linkplain Thread#interrupt() interrupted} then the socket is closed
682
678
* and {@link SocketException} is thrown with the interrupt status set.
683
679
* <p>
680
+ * The {@code length} field of the datagram packet object contains
681
+ * the length of the received message. If the message is longer than
682
+ * the packet's length, the message is truncated.
683
+ * <p>
684
684
* If there is a security manager, and the socket is not currently
685
685
* connected to a remote address, a packet cannot be received if the
686
686
* security manager's {@code checkAccept} method does not allow it.
You can’t perform that action at this time.
0 commit comments