Results 1 to 2 of 2
- 06-20-2012, 09:00 AM #1
Member
- Join Date
- Feb 2012
- Posts
- 61
- Rep Power
- 0
I have a problem with the two-way socket
I have a problem with the two-way socket.
the output is null.why this is happening?Java Code:Socket connectionSocket2 = welcomeSocket.accept(); BufferedReader inFromClient2 = new BufferedReader(new InputStreamReader(connectionSocket.getInputStream())); String s=connectionSocket2.readLine(); System.out.println(s);
- 06-20-2012, 11:47 AM #2
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,603
- Blog Entries
- 7
- Rep Power
- 17
Similar Threads
-
Another socket (multiclient) problem....
By Lionlev in forum NetworkingReplies: 35Last Post: 06-06-2012, 04:49 PM -
POP3 Client Socket Problem
By danielinthebed in forum New To JavaReplies: 1Last Post: 02-15-2012, 03:09 PM -
Socket connection Problem
By ighor10 in forum NetworkingReplies: 3Last Post: 06-23-2010, 04:10 AM -
Socket Connection problem
By xpan in forum NetworkingReplies: 4Last Post: 02-14-2010, 04:32 PM -
Simple Socket Problem
By barusk in forum NetworkingReplies: 0Last Post: 12-14-2009, 04:43 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks