aspose file tools
The moose likes Sockets and Internet Protocols and the fly likes How to keep alive an HTTPS connection Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "How to keep alive an HTTPS connection" Watch "How to keep alive an HTTPS connection" New topic
Author

How to keep alive an HTTPS connection

Prasad Charasala
Ranch Hand

Joined: Nov 02, 2000
Posts: 67
Hi all,
I am writing a client which connects to the server using HTTPS connection and sends XML data to the server and receives some XML packet.
Right now I am closing the socket after receiving the response from the server because HTTP and HTTPS connections are not persistant. But I heard that we can do some thing to keep alive the connection even after receiving the response.
Can any one please explain or provide some links to the useful information about this.
Thanks in advance


<B>Prasad</B>
 
 
subject: How to keep alive an HTTPS connection
 
Threads others viewed
Creating Proxy cannot correctly tunnel through SSL after browser sends CONNECT request?
Problem in URL Concept(need help urgently)
Tomcat Sockets handling
Multi-thread client-server / ObjectInputStream
SSL Connection Pool between HTTP server and Application server
developer file tools