Top "Serversocket" questions

ServerSocket is a java.

Listen for incoming connections in AS3 (AIR) Client whithout using Server Socket

I managed to create a C# Server that sends files to AS3(AIR) Clients using sockets. On the AS3 side …

actionscript-3 sockets air serversocket
Why Java ServerSocket accept() returns a socket with the same port as ServerSocket?

In the server side, i use this code : ServerSocket server = new ServerSocket(1234); Socket server_socket = server.accept(); I found the …

java sockets tcp serversocket
Waiting for ServerSocket accept() to put socket into "listen" mode

I need a simple client-server communication in order to implement unit-test. My steps: Create server thread Wait for server thread …

java asynchronous serversocket
Unsecured Bluetooth connection in Android

I have been challenged by a professor to develop a little Bluetooth Demo app on Android. I knew nothing about …

java android bluetooth serversocket
Android Bluetooth: java.io.IOException: Service discovery failed

I'm trying to develop an Android application which transfers images from one device to another. The received image would then …

android bluetooth inputstream serversocket outputstream