[ https://issues.apache.org/jira/browse/QPID-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645096#action_12645096 ]
Rajith Attapattu commented on QPID-1296: ---------------------------------------- Since SSLSocket did not support the shutdownInput method I removed the old implementation which used SSLSockets. Instead we now have a SSL layer that goes on top of the IO transport. The layer can be used with minimu code changes to the NIO transport as well. The patch has been reviewed by Rafi and the concerns are addressed before commit. I will close the ticket once I check in a test profile for SSL. > Add SSL support to java client > ------------------------------ > > Key: QPID-1296 > URL: https://issues.apache.org/jira/browse/QPID-1296 > Project: Qpid > Issue Type: Improvement > Components: Java Client > Affects Versions: M4 > Reporter: Rajith Attapattu > Assignee: Rafael H. Schloming > Fix For: M4 > > Attachments: SSL.patch > > > Provide the ability for the java client to create SSL based connections. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.