sending objects over sockets?
From: Don (donalmurtagh_at_yahoo.co.uk)
Date: 10/25/03
- Next message: Roedy Green: "Re: sending objects over sockets?"
- Previous message: Chris: "Re: handling focusLost Events"
- Next in thread: Roedy Green: "Re: sending objects over sockets?"
- Reply: Roedy Green: "Re: sending objects over sockets?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 25 Oct 2003 13:03:06 -0700
Greetings,
Does anybody know whether it's possible to send object's over a
MulticastSocket(UDP)?
I know it's possible to send a serializable object over a TCP socket,
which can be read via readObject(ObjectInputStream s), and must then
be explicitly cast to the appropriate type. Is it possible to do
something similar with a UDP MulticastSocket? If so, how do you
send/receive the object?
Thanks in advance,
Don
- Next message: Roedy Green: "Re: sending objects over sockets?"
- Previous message: Chris: "Re: handling focusLost Events"
- Next in thread: Roedy Green: "Re: sending objects over sockets?"
- Reply: Roedy Green: "Re: sending objects over sockets?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]