IntelliJ Java IDE
The moose likes Sockets and Internet Protocols and the fly likes new to Socket prgramming Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "new to Socket prgramming" Watch "new to Socket prgramming" New topic
Author

new to Socket prgramming

Priya Lavti
Ranch Hand

Joined: Oct 11, 2004
Posts: 41
Hi
I am new to socket programming. I want to test a client which opens a socket connection to read data. So to test the client I ve to create a dummy socket connection. Can any one help me how should i create a socket connection to run and test the client.


-Priya
SCJP 5.0
Joe Ess
Bartender

Joined: Oct 29, 2001
Posts: 7921

Have a look at the Java Tutorial: Custom Networking chapter. It's got a number of examples and helpful background information on how things work.


"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
 
 
subject: new to Socket prgramming
 
Threads others viewed
Pool of socket connections
Socket connection best practice
What does Data Server do&Data Client do?
Plz help to solve it.
How to determine the OPTIMAL number of connections accepted by the server socket
IntelliJ Java IDE