 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Abraham Khalil Guest
|
Posted: Mon Jan 26, 2004 5:32 am Post subject: Print reply to client secure socket from it's SSLServerSocke |
|
|
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....");
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|