SSLFilter Support

2008-07-16 Thread Ramesh Rao
Hi, We are using MINA framework in our project to do some custom processing of HTTP/HTTPS messages which are finally sent to target Web-Server. Our MINA is server acts as Proxy Server to the end Web-Server. We are using a custom protocol to send the HTTP/HTTPS messages. Also the client is

A stupid question

2008-07-16 Thread Dragomir
I am looking for code that implements abstract class IoBuffer with it's methods and especially prefixedDataAvailable(int prefixLength). Seems so trivial but I can't find it in the source code or api doc. I have downloaded Mina 2.0 M2. Thanks a lot, Dragomir Tusevljak

Re: A stupid question

2008-07-16 Thread Emmanuel Lecharny
Dragomir wrote: I am looking for code that implements abstract class IoBuffer with it's methods and especially prefixedDataAvailable(int prefixLength). Seems so trivial but I can't find it in the source code or api doc. The following page on MINA's wiki describe the IoBuffer inheritence.

Re: SSLFilter Support

2008-07-16 Thread Janardhanan Vembunarayanan
Hi Ramesh, One solution is to have separate acceptor ports for HTTP and HTTPS and let the handlers be different which will decide if it is going to use http or https. Regards, Jana On Wed, Jul 16, 2008 at 11:23 AM, Ramesh Rao [EMAIL PROTECTED] wrote: Hi, We are using MINA framework in

SSLFilter Support

2008-07-16 Thread Ramesh Rao
Hi, We are using MINA framework in our project to do some custom processing of HTTP/HTTPS messages which are finally sent to target Web-Server. Our MINA is server acts as Proxy Server to the end Web-Server. We are using a custom protocol to send the HTTP/HTTPS messages. Also the client is