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: 8265

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]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: new to Socket prgramming
 
Similar Threads
How to determine the OPTIMAL number of connections accepted by the server socket
Plz help to solve it.
Socket connection best practice
Pool of socket connections
What does Data Server do&Data Client do?