I need little help with Java and UDP protocol.
Can someone give me an example of how can I send a object by UDP protocol.
Only usefull method is
DatagramPacket( byte[] buf, int length, InetAddress address, int port)
but how to send object ( Data ) through UDP.
Thanks.
Can someone give me an example of how can I send a object by UDP protocol.
Only usefull method is
DatagramPacket( byte[] buf, int length, InetAddress address, int port)
but how to send object ( Data ) through UDP.
Thanks.
Comment