Networking Section Index

How do I maintain cookies across separate network connections?

How do I use Java to ping a host?

How can I encode a URL String?

When using a URLConnection how can I get a specific header field returned by the server or all of them?

How can I load a class from a remote server?

While I can certainly show the contents of a web page in a JEditorPane, how do I launch the desktop's browser with the new URL?

How can I parse a URL?

How can I obtain an IP address from a host name?

What is a URL and how can I construct one?

How can I access an NNTP newsgroup using JSP or Servlets?

HttpUrlConnection headache and the TIMEOUT

I'm looking for information on how to write a java program that uses a http url connection object to request data from a servlet... however, I don't want to construct a new tcp/ip connection every time I create a request.

Java application can't estabilish network connection, if the connection came up after application start. First I'm running a the java program below with no network connection. While the program running, the network connection came up, but the application can't reach it, why?

A SocketChannel that has registered with the Selector showing interest in both OP_READ and OP_WRITE

I want to interrupt an accept()-operation on a ServerSocketChannel with jdk14.

About | Sitemap | Contact