Hi,
In constructor,
public *MulticastEndpoint*(java.lang.String address,
int port,
int receiveSize,
IDatagramHandler <http://xsocket.sourceforge.net/api/org/xsocket/datagram/IDatagramHandler.html> datagramHandler)
throws java.io.IOException
The receiveSize is being expected. I do not know the size of the packet
that I will be getting from the network. Also, I do not see a
constructor that takes only address, port and datagramHandler as
arguments. Can anyone please tell me how to go about this?
Thanks,
Shreyas Purohit
|