Hello

In my application I am extending Socket to override getInputStream and 
getOutputStream to add custom low-level "filtering". I use this socket in my 
custom ProtocolSocketFactory that is registered to httpclient with 
Protocol.registerProtocol. This is for HTTP protocol. Now I need the same 
with HTTPS protocol. I use EasySSLProtocolSocketFactory from contrib. The 
problem is that I can't implement MyCustomSSLSocket that extend SSLSocket, 
because this SSLSocket is created by SSLContext -> SSLSocketFactory. 
javax.net.SSLContext is abstract. Any hints to solve this problem? Should I 
use some other JSSE like Jessie?

Thanks in advance.

Regards
-- 
Martin Zdila
Analyst/Developer

EpiSoftware Slovakia Ltd.
Letna 27, 043 14 Kosice

cellular: +421 908 363 848
   phone: +421 55 6770 420
     fax: +421 55 6770 420
  e-mail: [EMAIL PROTECTED]
     www: www.episoftware.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to