jar

org.webpieces.http : http2-api

Maven & Gradle

Aug 22, 2023
2 usages
31 stars

http2-api · Bare bones HTTP/2 DTOs with no logic, just set/get methods and interfaces except one subparser utility

Table Of Contents

Latest Version

Download org.webpieces.http : http2-api JAR file - Latest Versions:

All Versions

Download org.webpieces.http : http2-api JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.x

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 http2-api-2.1.89.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.webpieces.http2.api.dto.lowlevel.lib

├─ com.webpieces.http2.api.dto.lowlevel.lib.AbstractHttp2Frame.class - [JAR]

├─ com.webpieces.http2.api.dto.lowlevel.lib.HasHeaderFragment.class - [JAR]

├─ com.webpieces.http2.api.dto.lowlevel.lib.HeaderType.class - [JAR]

├─ com.webpieces.http2.api.dto.lowlevel.lib.Http2ErrorCode.class - [JAR]

├─ com.webpieces.http2.api.dto.lowlevel.lib.Http2Frame.class - [JAR]

├─ com.webpieces.http2.api.dto.lowlevel.lib.Http2FrameType.class - [JAR]

├─ com.webpieces.http2.api.dto.lowlevel.lib.Http2Header.class - [JAR]

├─ com.webpieces.http2.api.dto.lowlevel.lib.Http2HeaderName.class - [JAR]

├─ com.webpieces.http2.api.dto.lowlevel.lib.Http2Msg.class - [JAR]

├─ com.webpieces.http2.api.dto.lowlevel.lib.Http2MsgType.class - [JAR]

├─ com.webpieces.http2.api.dto.lowlevel.lib.Http2Setting.class - [JAR]

├─ com.webpieces.http2.api.dto.lowlevel.lib.PriorityDetails.class - [JAR]

├─ com.webpieces.http2.api.dto.lowlevel.lib.SettingsParameter.class - [JAR]

├─ com.webpieces.http2.api.dto.lowlevel.lib.StreamMsg.class - [JAR]

com.webpieces.http2.api.streaming

├─ com.webpieces.http2.api.streaming.MyStreamRef.class - [JAR]

├─ com.webpieces.http2.api.streaming.PushPromiseListener.class - [JAR]

├─ com.webpieces.http2.api.streaming.PushStreamHandle.class - [JAR]

├─ com.webpieces.http2.api.streaming.RequestStreamHandle.class - [JAR]

├─ com.webpieces.http2.api.streaming.ResponseStreamHandle.class - [JAR]

├─ com.webpieces.http2.api.streaming.StreamRef.class - [JAR]

├─ com.webpieces.http2.api.streaming.StreamWriter.class - [JAR]

com.webpieces.http2.api.dto.error

├─ com.webpieces.http2.api.dto.error.CancelReasonCode.class - [JAR]

├─ com.webpieces.http2.api.dto.error.ConnectionException.class - [JAR]

├─ com.webpieces.http2.api.dto.error.ErrorType.class - [JAR]

├─ com.webpieces.http2.api.dto.error.Http2Exception.class - [JAR]

├─ com.webpieces.http2.api.dto.error.StreamException.class - [JAR]

com.webpieces.http2.impl.subparsers

├─ com.webpieces.http2.impl.subparsers.HeaderPriorityParserImpl.class - [JAR]

com.webpieces.http2.api.subparsers

├─ com.webpieces.http2.api.subparsers.AcceptType.class - [JAR]

├─ com.webpieces.http2.api.subparsers.HeaderItem.class - [JAR]

├─ com.webpieces.http2.api.subparsers.HeaderPriorityParser.class - [JAR]

├─ com.webpieces.http2.api.subparsers.ParsedContentType.class - [JAR]

├─ com.webpieces.http2.api.subparsers.ResponseCookie.class - [JAR]

├─ com.webpieces.http2.api.subparsers.SubparserFactory.class - [JAR]

com.webpieces.http2.api.dto.highlevel

├─ com.webpieces.http2.api.dto.highlevel.Http2HeaderStruct.class - [JAR]

├─ com.webpieces.http2.api.dto.highlevel.Http2Headers.class - [JAR]

├─ com.webpieces.http2.api.dto.highlevel.Http2Push.class - [JAR]

├─ com.webpieces.http2.api.dto.highlevel.Http2Request.class - [JAR]

├─ com.webpieces.http2.api.dto.highlevel.Http2Response.class - [JAR]

├─ com.webpieces.http2.api.dto.highlevel.Http2Trailers.class - [JAR]

com.webpieces.http2.api.dto.lowlevel

├─ com.webpieces.http2.api.dto.lowlevel.CancelReason.class - [JAR]

├─ com.webpieces.http2.api.dto.lowlevel.ContinuationFrame.class - [JAR]

├─ com.webpieces.http2.api.dto.lowlevel.DataFrame.class - [JAR]

├─ com.webpieces.http2.api.dto.lowlevel.GoAwayFrame.class - [JAR]

├─ com.webpieces.http2.api.dto.lowlevel.HeadersFrame.class - [JAR]

├─ com.webpieces.http2.api.dto.lowlevel.Http2Method.class - [JAR]

├─ com.webpieces.http2.api.dto.lowlevel.PingFrame.class - [JAR]

├─ com.webpieces.http2.api.dto.lowlevel.PriorityFrame.class - [JAR]

├─ com.webpieces.http2.api.dto.lowlevel.PushPromiseFrame.class - [JAR]

├─ com.webpieces.http2.api.dto.lowlevel.RstStreamFrame.class - [JAR]

├─ com.webpieces.http2.api.dto.lowlevel.SettingsFrame.class - [JAR]

├─ com.webpieces.http2.api.dto.lowlevel.UnknownFrame.class - [JAR]

├─ com.webpieces.http2.api.dto.lowlevel.WindowUpdateFrame.class - [JAR]