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


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
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>
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to keep alive an HTTPS connection
 
Similar Threads
Tomcat Sockets handling
Multi-thread client-server / ObjectInputStream
Problem in URL Concept(need help urgently)
Creating Proxy cannot correctly tunnel through SSL after browser sends CONNECT request?
SSL Connection Pool between HTTP server and Application server