Class Initializer
- java.lang.Object
-
- org.apache.wicket.http2.markup.head.jetty.Initializer
-
- All Implemented Interfaces:
IInitializer
public class Initializer extends Object implements IInitializer
Initializes the jetty specific push builder API and makes it available through the HTTP2 settings
-
-
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 Jetty 9.3+
-
-
-
Constructor Detail
-
Initializer
public Initializer()
-
-
Method Detail
-
init
public void init(Application application)
Initializes the push builder API of Jetty 9.3+- 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
-
-