Top "Client-server" questions

DO NOT USE ALONE.

NSData type for Java?

I am curious to know if there is anything like the Cocoa NSData Class on Java. I have looked around …

java client-server nsdata file-sharing
How to validate self-signed certification

i will provide you with my question clearly so you can answer me I have a client-server (socket) connection that …

c# certificate client-server sslstream
Strange SocketExceptions: connection reset and Connection timed out

I have a Java TCP server and an Android TCP client. The server waits for requests and then sends 50MB …

java android tcp client-server socketexception
Why should I authenticate a client using a certificate?

I'm implementing a client with python's twisted that checks the server ssl certificate when connecting, following basically this recipe. I've …

authentication ssl certificate client-server