jar

org.apache.wicket.experimental.wicket9 : wicket-http2-core

Maven & Gradle

May 24, 2023
5 usages

Wicket Http/2 Core · Wicket’s implementation to use the PushBuilder API to serve resource via http/2 with less requests. This is the core implementation which provides the header item that uses the API.

Table Of Contents

Latest Version

Download org.apache.wicket.experimental.wicket9 : wicket-http2-core JAR file - Latest Versions:

All Versions

Download org.apache.wicket.experimental.wicket9 : wicket-http2-core JAR file - All Versions:

Version Vulnerabilities Size Updated
0.25
0.24
0.23
0.22
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

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-core-0.25.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.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]