Undertow WildFly Subsystem Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:


=Threading Model=
=Threading Model=
Also see:
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
:[[Undertow Concepts#Threading_Model|Undertow Threading Model]]
</blockquote>


=Fiter=
=Fiter=


A filter is functionally equivalent to a global valve used in previous versions of JBoss (JBoss Web). It enables some aspect of a request to be modified and can use predicates to control when a filter executes.
A filter is functionally equivalent to a global valve used in previous versions of JBoss (JBoss Web). It enables some aspect of a request to be modified and can use predicates to control when a filter executes.

Revision as of 17:42, 7 June 2016

Internal

Threading Model

Also see:

Undertow Threading Model

Fiter

A filter is functionally equivalent to a global valve used in previous versions of JBoss (JBoss Web). It enables some aspect of a request to be modified and can use predicates to control when a filter executes.