Uses of Interface
org.apache.mina.filter.FilterEvent
-
Packages that use FilterEvent Package Description org.apache.directory.ldap.client.api org.apache.mina.core.filterchain org.apache.mina.core.service org.apache.mina.filter.firewall Classes that implement IoFilter and provide host blocking and throttling.org.apache.mina.filter.ssl Classes that implement IoFilter and provide Secure Sockets Layer functionality.org.apache.mina.filter.util Utility classes for the MINA filtering portion of the library.org.apache.mina.handler.multiton Enables creating a handler per session instead of having one handler for many sessions, using Multiton pattern.org.apache.mina.transport.vmpipe In-VM pipe support which removes the overhead of local loopback communication. -
-
Uses of FilterEvent in org.apache.directory.ldap.client.api
Methods in org.apache.directory.ldap.client.api with parameters of type FilterEvent Modifier and Type Method Description voidLdapNetworkConnection. event(IoSession session, FilterEvent event)Invoked when a filter event is fired. -
Uses of FilterEvent in org.apache.mina.core.filterchain
Methods in org.apache.mina.core.filterchain with parameters of type FilterEvent Modifier and Type Method Description voidIoFilter. event(IoFilter.NextFilter nextFilter, IoSession session, FilterEvent event)Propagate an event up to theIoHandlervoidIoFilter.NextFilter. event(IoSession session, FilterEvent event)Forwards an event to next filter.voidIoFilterAdapter. event(IoFilter.NextFilter nextFilter, IoSession session, FilterEvent event)Propagate an event up to theIoHandlervoidDefaultIoFilterChain. fireEvent(FilterEvent event)Fires aIoHandler.event(IoSession, FilterEvent)event.voidIoFilterChain. fireEvent(FilterEvent event)Fires aIoHandler.event(IoSession, FilterEvent)event. -
Uses of FilterEvent in org.apache.mina.core.service
Methods in org.apache.mina.core.service with parameters of type FilterEvent Modifier and Type Method Description voidIoHandler. event(IoSession session, FilterEvent event)Invoked when a filter event is fired.voidIoHandlerAdapter. event(IoSession session, FilterEvent event)Invoked when a filter event is fired. -
Uses of FilterEvent in org.apache.mina.filter.firewall
Methods in org.apache.mina.filter.firewall with parameters of type FilterEvent Modifier and Type Method Description voidBlacklistFilter. event(IoFilter.NextFilter nextFilter, IoSession session, FilterEvent event)Propagate an event up to theIoHandler -
Uses of FilterEvent in org.apache.mina.filter.ssl
Classes in org.apache.mina.filter.ssl that implement FilterEvent Modifier and Type Class Description classSslEventA SSL event sent bySslFilterwhen the session is secured or not secured. -
Uses of FilterEvent in org.apache.mina.filter.util
Methods in org.apache.mina.filter.util with parameters of type FilterEvent Modifier and Type Method Description voidCommonEventFilter. event(IoFilter.NextFilter nextFilter, IoSession session, FilterEvent event)Propagate an event up to theIoHandler -
Uses of FilterEvent in org.apache.mina.handler.multiton
Methods in org.apache.mina.handler.multiton with parameters of type FilterEvent Modifier and Type Method Description voidSingleSessionIoHandler. event(FilterEvent event)Deprecated.Invoked when a filter event is fired.voidSingleSessionIoHandlerAdapter. event(FilterEvent event)Deprecated.Invoked when a filter event is fired.voidSingleSessionIoHandlerDelegate. event(IoSession session, FilterEvent event)Deprecated.Delegates the method call to theSingleSessionIoHandler.event(FilterEvent)method of the handler assigned to this session. -
Uses of FilterEvent in org.apache.mina.transport.vmpipe
Methods in org.apache.mina.transport.vmpipe with parameters of type FilterEvent Modifier and Type Method Description voidVmPipeFilterChain. fireEvent(FilterEvent event)
-