Hi Guys,
I am trying to create a filter that will authenticate a users
connection.
So, When a new session is created the first message that the server
recieves will be a user name and password, if this is incorrect I
want to close there session without the protocol handler receiving
the message.
If I call session.close() in the filter the protocol handler still
receives the message and then closes the session.
Is there a way to stop messageRecieved() being called on the protocol
handler after my filter?
Thanks.
Lee
- Closing session in filter messageReceived Lee Kemp
-