Re: Server supporting multiple protocols at the same time

2007-08-14 Thread Kevin Williams
Yes, you can. We have one IoHandler which delegates to different codecs to process the request. On 8/14/07, Simon Aquilina <[EMAIL PROTECTED]> wrote: > Hi, > > I just managed to get the mina examples running in my free time :) I have > also viewed the presentation available under the user document

Re: Server supporting multiple protocols at the same time

2007-08-14 Thread mat
Only in MINA 2.0, you will be able to add more than one ProtocolCodecFilter. Am I right? On 8/14/07, Kevin Williams <[EMAIL PROTECTED]> wrote: > > Yes, you can. We have one IoHandler which delegates to different > codecs to process the request. > > On 8/14/07, Simon Aquilina <[EMAIL PROTECTED]> wr

Re: Server supporting multiple protocols at the same time

2007-08-14 Thread Niklas Therning
If you are writing a server application and want to use a single IoHandler implementation with different protocols you could give different IoServiceConfig objects for each call to IoAcceptor.bind(). Before you call bind() you configure the filter chain of each IoServiceConfig with an appropriate P

Re : Server supporting multiple protocols at the same time

2007-08-14 Thread Edouard De Oliveira
dev@mina.apache.org Envoyé le : Mardi, 14 Août 2007, 20h05mn 52s Objet : Re: Server supporting multiple protocols at the same time If you are writing a server application and want to use a single IoHandler implementation with different protocols you could give different IoServiceConfi

RE: Re : Server supporting multiple protocols at the same time

2007-08-15 Thread Simon Aquilina
veira- - Message d'origine De : Niklas Therning <[EMAIL PROTECTED]> À : dev@mina.apache.org Envoyé le : Mardi, 14 Août 2007, 20h05mn 52s Objet : Re: Server supporting multiple protocols at the same time If you are writing a server application and want to use a single IoHandl