Networking Section Index | Page 3

I am trying to open a network connection (for streaming) to the applet's originiating host, but its failing. Why?

What is a Keep-Alive? How is it implemented differently in HTTP 1.0 and HTTP 1.1?

Is there an example of a chat server (aka Threaded Virtual Meeting Place)?

How can I find out who is accessing my TCP server? I would be interested in logging the IP addresses of the clients.

What is nagling? How can I disable this?

How to detect in the server that the client has closed the socket? When the client dies accidently the server goes in an infinite loop.

In Sun site and a few other websites, I find two types of downloads, FTP Download & HTTP Download. What is the difference and how to implement it? Also how to make a download resume supported for broken net connections?

My problem seemed quite simple, but I have yet to find a solution.

When I try to send over socket it gets converted to on the client side.

How can I write a simple HTTP web server in Java?

How do I write a modem management program in Java?

I want to create auto-update application that is updateable over the network. Is there some library or framework for this purpose?

In my JSP file i am trying to use getRemoteHost() method to retrieve the computer name. It works in all the systems. but in one machine instead of displaying that computer name it is displaying the IP address of that computer. I dont know why it is displaying like that. do i need to change any settings in that particular machine ?

My computer is mapped to more than one IP adress. From my program, how can I retrieve all the IP addresses the machine is mapped to?

How to stop a thread which is waiting for a client socket connection?

About | Sitemap | Contact