|
Writing the Server Side of a Socket (The Java™ Tutorials ...
... provides a system-independent implementation of the server side of a client/server socket ... Additionally, (i) any example code contained in any of these Java Tutorials pages is also ...
http://java.sun.com/docs/books/tutorial/networking/sockets/clientSe...
Lesson: All About Sockets (The Java™ Tutorials > Custom Networking)
The java.net package provides two classes--Socket and ServerSocket--that implement the client side of the ... any example code contained in any of these Java Tutorials pages is ...
http://java.sun.com/docs/books/tutorial/networking/sockets/index.html
Programming Sockets and RMI: A Java Tutorial
java.net.ServerSocket. Methods Used In Tutorial. Socket(int port) throws IOException. Socket accept() throws IOException
http://www.ecst.csuchico.edu/~cmorris/csci278/tutorial.html
Sockets programming in Java: A tutorial - Java World
Sockets programming in Java: A tutorial Writing your own client/server applications can be ... client side, you can create an output stream to send information to the server socket ...
http://www.javaworld.com/javaworld/jw-12-1996/jw-12-sockets.html?pa...
Java SSL tutorial | Java, PHP, ASP, and Mysql Tutorials from ...
Creating an SSL Server Socket(Java SSL tutorial) try { int port = 225; ServerSocketFactory ssocketFactory = SSLServerSocketFactory.getDefault();
http://www.developerzone.biz/index.php?option=com_content&task=...
Java Tutorial
Java Tutorial ... 19. 1. URI ( 2 ) 19. 14. ServerSocket ( 6 ) 19. 2. URL ( 14 ) 19. 15. ServerSocketChannel ( 3
http://www.java2s.com/Tutorial/Java/CatalogJava.htm
Java Platform 1.2 API Specification: Class ServerSocket
public class ServerSocket extends Object. This class implements server sockets. A server socket waits for requests to come in over the network.
http://pages.cs.wisc.edu/~hasti/cs368/JavaTutorial/jdk1.2/api/java/...
java.net.ServerSocket - Android
... Hello Android; Anatomy of an App; Notepad Tutorial ... java.net.ServerSocket ... Return if the server socket is bound to a local address and ...
http://code.google.com/android/reference/java/net/ServerSocket.html...
Java J2EE Tutorials
Processes communicating through the network. Server listening on port. Socket,ServerSocket. ... on a highlighted explanation paragraph takes you through all associated Java code lines
http://javalessons.com/cgi-bin/fun/java-tutorials-main.cgi?ses=ao78...
Java server & multithreaded question (ServerSocket) - SitePoint Forums
Java server & multithreaded question (ServerSocket) Java and JSP ... In following the tutorial here I wrote myself a little server that acts as a command interpeter.
http://www.sitepoint.com/forums/showthread.php?t=283973
Search results from Google & MSN
|