Package org.apache.wicket.http2
Class Http2Settings
- java.lang.Object
-
- org.apache.wicket.http2.Http2Settings
-
public class Http2Settings extends Object
The http2 settings used to get the vendor specific push builder API- Author:
- Martin Grigorov
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Http2Settings.Holder
Holds this Http2Settings in the Application's meta data.
-
Constructor Summary
Constructors Constructor Description Http2Settings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PushBuilder
getPushBuilder()
Gets the push builder which has been initializedHttp2Settings
setPushBuilder(PushBuilder pushBuilder)
Sets the push builder that has been initialized
-
-
-
Constructor Detail
-
Http2Settings
public Http2Settings()
-
-
Method Detail
-
setPushBuilder
public Http2Settings setPushBuilder(PushBuilder pushBuilder)
Sets the push builder that has been initialized- Parameters:
pushBuilder
- the push builder to be used after the initialization- Returns:
- the push builder
-
getPushBuilder
public PushBuilder getPushBuilder()
Gets the push builder which has been initialized- Returns:
- the push builder
-
-