jar

org.apache.wicket.experimental.wicket8 : wicket-http2-undertow

Maven & Gradle

Apr 26, 2023
1 usages

Wicket Http/2 Undertow 2+ · Wicket’s implementation to use the PushBuilder API to serve resource via http/2 with less requests. This is the Undertow 2+ implementation to resolve the PushBuilder API and provide the IInitializer.

Table Of Contents

Latest Version

Download org.apache.wicket.experimental.wicket8 : wicket-http2-undertow JAR file - Latest Versions:

All Versions

Download org.apache.wicket.experimental.wicket8 : wicket-http2-undertow JAR file - All Versions:

Version Vulnerabilities Size Updated
0.21
0.20
0.19
0.18
0.17
0.16
0.15
0.14
0.13
0.12
0.11
0.10
0.9
0.8
0.7
0.6
0.5
0.4
0.3
0.2
0.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window wicket-http2-undertow-0.21.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.wicket.http2

├─ org.apache.wicket.http2.Http2Settings.class - [JAR]

├─ org.apache.wicket.http2.Initializer.class - [JAR]

org.apache.wicket.http2.markup.head

├─ org.apache.wicket.http2.markup.head.NoopPushBuilder.class - [JAR]

├─ org.apache.wicket.http2.markup.head.PushBuilder.class - [JAR]

├─ org.apache.wicket.http2.markup.head.PushHeaderItem.class - [JAR]

├─ org.apache.wicket.http2.markup.head.PushItem.class - [JAR]

├─ org.apache.wicket.http2.markup.head.PushItemHeaderValue.class - [JAR]

├─ org.apache.wicket.http2.markup.head.UndertowPushBuilder.class - [JAR]