|
Java™ by example!
|
|
|
|
Become a member to observe this category
|
|
Networking (java.net.*)
This category is meant for anyone programming TCP/UDP/IP applications in Java. It contains several subcategories TCP, UDP, and Applications/Protocols with for each of them a number of related sites and frequently asked questions. If you answer any of the questions in this category, please provide lots of code examples!
Related Categories
Remote Method Invocation (java.rmi.*), JSSE (Java Secure Socket Extension)
Featured Books
Subcategories
Questions & Answers
= answered, = unanswered
General:
How do I get the IP address of a host?
How do I get the hostname of an IP address?
How do I get the IP of the localhost?
How do I download a remote file to a local file?
How do I connect to the net through a proxy server?
How do I check for errors when connecting to a URL?
Are my HTTP requests cached?
How do I timeout on a network connection?
How do I send email through SMTP with Java?
How do I read email through POP3 with Java?
How do I encode and decode a URL?
How do I get the contents of a URL?
How do I read an image from a URL?
How do I make a chat client and server?
How do I execute a CGI script from within my program?
What does the setSoLinger option do?
What does the setTcpNoDelay option do?
How do I launch the default browser?
How do I bring up the dial-up networking connection window?
How do I check the last-modified date of a URL file?
How do I get the file size of a URL file?
How do I get a page when HTTP authentification is required?
What are the possible HTTP response codes?
How do I ping a host?
How do I get the date from a server?
How do I download a secure page (HTTPS) with Java?
How do I determine whether an IP address is a multicast address?
How do I set a timeout for read when I'm using the class HttpURLConnection?
Where do I get a list of network properties that can be tweaked?
How do I get a list of network interfaces installed on my machine?
How do I obtain the MAC address?
Further Information (sorted alphabetically)
Api's:
Faq's:
Tutorials:
Articles:
Related Links:
Products:
Related Books:
- Java Network Programming
- Java Networking and Communications
- The Java(tm) Class Libraries, Second Edition, Volume 1: java.io, java.lang, java.math, java.net, java.text, java.util
- Java Network Security (The Itso Networking Series)
- TCP/IP Illustrated, Volume 1 : The Protocols (Addison-Wesley Professional Computing Series)
- JAVA 2 Network Security
- Java Network Programming : A Complete Guide to Networking, Streams, and Distributed Computing
|
|
|
|
|