Thanks for all your help.
I will follow the same rules that BlacklistFilter uses, so I avoid the
problem where the session is not blocked on time.
Maarten Bosteels wrote:
I finally found the thread I was looking for:
http://mail-archives.apache.org/mod_mbox/directory-dev/200511.mbox/%3c43
[EMAIL PROTECTED]
Maarten
On 7/26/07, Germán Borbolla Flores <[EMAIL PROTECTED]> wrote:
Thanks, I will try filterin on sessionCreated. I'll post my result.
Maarten Bosteels wrote:
see also http://issues.apache.org/jira/browse/DIRMINA-108
On 7/26/07, Maarten Bosteels <[EMAIL PROTECTED]> wrote:
see javadoc:
http://mina.apache.org/report/1.1/apidocs/org/apache/mina/common/IoHandl
er.html#sessionCreated(org.apache.mina.common.IoSession)
<http://mina.apache.org/report/1.1/apidocs/org/apache/mina/common/IoHand
ler.html#sessionCreated%28org.apache.mina.common.IoSession%29>
sessionCreated:
Invoked when the session is created. Initialize default socket
parameters
and user-defined attributes here.
sessionOpened:
Invoked when the connection is opened. This method is not invoked
if
the
transport type is UDP.
Maarten
On 7/26/07, Germán Borbolla Flores <[EMAIL PROTECTED] >
wrote:
Hi,
As part of a server I'm working on I need to filter incoming
connection
based in a number of criteria.
I don't know where to put it, in IoFilter.sessionCreated or in
IoFilter.sessionOpened, I've checked BlacklistFilter and the
connection
is validated in both methods, do I have to this?
For future reference, which method is first called?
Thanks,
Germán