Class PredicatedHandlersParser

java.lang.Object
io.undertow.server.handlers.builder.PredicatedHandlersParser

public class PredicatedHandlersParser extends Object
Parser for the undertow-handlers.conf file.

This file has a line by line syntax, specifying predicate -> handler. If no predicate is specified then the line is assumed to just contain a handler.

Author:
Stuart Douglas