public interface ItsNatSessionCallback
ItsNatServletContext.enumerateSessions(ItsNatSessionCallback)
to enumerate the
ItsNat sessions of the web application.Modifier and Type | Method and Description |
---|---|
boolean |
handleSession(ItsNatSession session)
Is called by
ItsNatServletContext.enumerateSessions(ItsNatSessionCallback)
to do some processing with the submitted session. |
boolean handleSession(ItsNatSession session)
ItsNatServletContext.enumerateSessions(ItsNatSessionCallback)
to do some processing with the submitted session.session
- the ItsNat session to do some processing.Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.