DatagramPacket(byte[] buf, int length)
Constructs a DatagramPacket
for receiving packets of length length
.
DatagramPacket(byte[] buf, int length, InetAddress address, int port)
Constructs a datagram packet for sending packets of length length
to the specified port number on the specified host.
DatagramPacket(byte[] buf, int offset, int length)
Constructs a DatagramPacket
for receiving packets of length length
, specifying an offset into the buffer.
DatagramPacket(byte[] buf, int offset, int length, InetAddress address, int port)
Constructs a datagram packet for sending packets of length length
with offset ioffset
to the specified port number on the specified host.
DatagramPacket(byte[] buf, int offset, int length, SocketAddress address)
Constructs a datagram packet for sending packets of length length
with offset ioffset
to the specified port number on the specified host.
DatagramPacket(byte[] buf, int length, SocketAddress address)
Constructs a datagram packet for sending packets of length length
to the specified port number on the specified host.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4