Class Http2PushMapping
java.lang.Object
io.vertx.ext.web.Http2PushMapping
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorHttp2PushMapping(JsonObject json) Constructor from JSONHttp2PushMapping(Http2PushMapping other) Copy constructorHttp2PushMapping(String filePath, String extensionTarget, boolean noPush) Constructor with params for Link preload -
Method Summary
Modifier and TypeMethodDescriptionbooleanisNoPush()voidsetExtensionTarget(String extensionTarget) voidsetFilePath(String filePath) voidsetNoPush(boolean noPush) toJson()
-
Constructor Details
-
Http2PushMapping
Copy constructor- Parameters:
other- the http2PushMapping to copy
-
Http2PushMapping
public Http2PushMapping()Default constructor -
Http2PushMapping
-
Http2PushMapping
-
-
Method Details
-
getFilePath
-
setFilePath
-
getExtensionTarget
-
setExtensionTarget
-
isNoPush
public boolean isNoPush() -
setNoPush
public void setNoPush(boolean noPush) -
toJson
-