Hi,
Thank you for your help. I was able to send stuff from the servlet back to the applet with no problem.
Can I open a input stream in the servlet to receive text or Objects from a client?
I am working on a voice application and I have to send voice packets from the applet to the server...
Hi,
You will have to open a Server socket at a perticular port and wait for any packets to arrive. You will be in a while loop or something while reading is true. Once data is arrived, you can find out the packet content.
As you probably will know that Datagram Packets are connection...
Hi,
I am designing an applet servlet communication application. I have an applet that connects to the servlet to exchange information.
I am trying to do the following in the servlet to get ObjectInputStream of the client and it hangs there and then returns the client with "Response...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.