Class Initializer
- java.lang.Object
-
- org.apache.wicket.http2.markup.head.undertow.Initializer
-
- All Implemented Interfaces:
IInitializer
public class Initializer extends Object implements IInitializer
Initializes the undertow specific push builder API and makes it available through the http2 settings- Author:
- Tobias Soloschenko
-
-
Constructor Summary
Constructors Constructor Description Initializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy(Application application)
void
init(Application application)
Initializes the push builder API of undertow
-
-
-
Constructor Detail
-
Initializer
public Initializer()
-
-
Method Detail
-
init
public void init(Application application)
Initializes the push builder API of undertow- Specified by:
init
in interfaceIInitializer
- Parameters:
application
- The application loading the component
-
destroy
public void destroy(Application application)
- Specified by:
destroy
in interfaceIInitializer
- Parameters:
application
- The application loading the component
-
-