Writing the Server Side of a Socket (The Java™ Tutorials > Custom ..., The example consists of two independently running Java programs: the client program and ... hands it the socket returned from accept, and starts the thread. ... http://java.sun.com/docs/books/tutorial/networking/sockets/clientServer.html - 27k
| The Socket API in JXTA 2.0, Follow a step-by-step code example to learn about the new socket API in JXTA 2.0. ... Once called, several threads are started in the JXTA platform to ... http://java.sun.com/developer/technicalArticles/Networking/jxta2.0/ - 39k
|
Java Tutorial 14 - Collections and Serialization, Whois.java (found in jp7net.zip) accesses a directory service that provides information about a specific host. It makes a socket connection to internic.net ... http://home.cogeco.ca/~ve3ll/jatutore.htm - 18k
|
Java meets Flash - Persistent TCP/IP Socket Connections with ..., private void sendXml(String xml, Socket sock) throws java.io. ... For example: When thread A hits the synchronized block, it finds no "lock" on the sock ... http://www.dagblastit.com/java/sockets.html - 11k
|
thread socket programming java tutorial, Thread Socket Programming Java Tutorial search results - free library of articles, downloads, tutorials, whitepapers, and more about Thread Socket ... http://www.developers.net/tsearch?searchkeys=thread+socket+programming+java+tutorial - 76k
|
Programming Java threads in the real world, Part 8 - Java World, Programming Java threads in the real world, Part 8. Threads in an object-oriented world, thread pools, implementing socket 'accept' loops ... http://www.javaworld.com/javaworld/jw-05-1999/jw-05-toolbox.html - 39k
|
Programming Java threads in the real world, Part 8 - Java World, The previous installment of Allen's ongoing Java threads series was devoted to ... of a thread pool by showing you how to implement a server-side socket's ... http://www.javaworld.com/jw-05-1999/jw-05-toolbox.html - 38k
|
Socket example using Java 5, + getName()); sendThread = new Thread(new Runnable() { public void run() { doSend(); ... Re: Socket example using Java 5 Sep 16, 2005 7:01 AM (reply 1 of 4) ... http://forum.java.sun.com/thread.jspa?threadID=663599 - 121k
|
Simple Socket Examples., These are simple examples of how to use sockets in Java. These examples do NOT cover socket channels, non blocking I/O, or inter thread communication and ... http://darksleep.com/player/SocketExample/ - 8k
|
Java Network Programming, 3rd Edition, 14. Multicast Sockets. What Is a Multicast Socket? Working with Multicast Sockets; Two Simple Examples. 15. The URLConnection Class ... http://www.cafeaulait.org/books/jnp3/ - 14k
|