Undertow WildFly Subsystem Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 10: Line 10:
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
:[[Undertow Concepts#Threading_Model|Undertow Threading Model]]
:[[Undertow Concepts#Threading_Model|Undertow Threading Model]]
:[[WildFly Threads Subsystem Concepts#How_Does_it_Relate_to_Undertow.3F|[WildFly Threads Subsystem Concepts]]
:[[WildFly Threads Subsystem Concepts#How_Does_it_Relate_to_Undertow.3F|WildFly Threads Subsystem Concepts]]
</blockquote>
</blockquote>



Revision as of 20:11, 8 June 2016

Internal

Threading Model

Also see:

Undertow Threading Model
WildFly Threads Subsystem Concepts

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.