Hii All,
I am trying to create basic server -client application using
serverscocket class.But at line
*******Socket socket = server.accept();******* ,it gets stuck and giving no
response and is giving following error.
01-19 12:31:06.040: WARN/System.err(543): java.net.SocketTimeoutException:
The operation timed out
01-19 12:31:06.040: WARN/System.err(543): at
org.apache.harmony.luni.net.PlainSocketImpl.accept(PlainSocketImpl.java:129)
01-19 12:31:06.040: WARN/System.err(543): at
java.net.ServerSocket.implAccept(ServerSocket.java:263)
01-19 12:31:06.040: WARN/System.err(543): at
java.net.ServerSocket.accept(ServerSocket.java:148)
.Looking through Android Forums, many have got same error and no solution
is found till now...Is there any alterante to use serverSocket class in
Android As same works in java.Has any one worked on serversocket
implementation .Please tell.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---