public static final class Http2Settings.Holder extends Object
Constructor and Description |
---|
Holder() |
Modifier and Type | Method and Description |
---|---|
static Http2Settings |
get(Application application)
Gets the http2 settings from the given application
|
static void |
set(Application application,
Http2Settings settings)
Sets the given http2 settings to the given application
|
public static Http2Settings get(Application application)
application
- the application to get the meta data frompublic static void set(Application application, Http2Settings settings)
application
- the application to set the meta data key tosettings
- the http2 settings to be set to the applicationCopyright © 2006–2022 Apache Software Foundation. All rights reserved.