Print reply to client secure socket from it's SSLServerSocket connection
From: Abraham Khalil (akhalil_at_pacific.net.au)
Date: 01/26/04
- Next message: Abraham Khalil: "Socket flood - control XML packets when all received"
- Previous message: Abraham Khalil: "ServerSocket and ClientSocket - bi-directional"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 25 Jan 2004 21:32:47 -0800
Hello,
Have a secure socket connected to SSLServerSocket but the server
socket has a problem replying back to the secure socket. It's not
showing any text??
Anyone know what could be wrong with it?
Thanks
SSLSocket sslSocket = (SSLSocket) sslServerSocket.accept();
// This gets the output stream of the client socket?
PrintWriter out = new PrintWriter(sslSocket.getOutputStream(), true);
out.println("Here's a response....");
- Next message: Abraham Khalil: "Socket flood - control XML packets when all received"
- Previous message: Abraham Khalil: "ServerSocket and ClientSocket - bi-directional"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]