jar

org.apache.dubbo : dubbo-remoting-http12

Maven & Gradle

Sep 26, 2023
40.4k stars

dubbo-remoting-http12 · The http1/2 remoting module of dubbo project

Table Of Contents

Latest Version

Download org.apache.dubbo : dubbo-remoting-http12 JAR file - Latest Versions:

All Versions

Download org.apache.dubbo : dubbo-remoting-http12 JAR file - All Versions:

Version Vulnerabilities Size Updated
3.3.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 dubbo-remoting-http12-3.3.0-beta.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.dubbo.remoting.http12.message

├─ org.apache.dubbo.remoting.http12.message.DefaultListeningDecoder.class - [JAR]

├─ org.apache.dubbo.remoting.http12.message.HttpMessageCodec.class - [JAR]

├─ org.apache.dubbo.remoting.http12.message.HttpMessageCodecFactory.class - [JAR]

├─ org.apache.dubbo.remoting.http12.message.JsonCodec.class - [JAR]

├─ org.apache.dubbo.remoting.http12.message.JsonCodecFactory.class - [JAR]

├─ org.apache.dubbo.remoting.http12.message.JsonPbCodec.class - [JAR]

├─ org.apache.dubbo.remoting.http12.message.JsonPbCodecFactory.class - [JAR]

├─ org.apache.dubbo.remoting.http12.message.LengthFieldStreamingDecoder.class - [JAR]

├─ org.apache.dubbo.remoting.http12.message.ListeningDecoder.class - [JAR]

├─ org.apache.dubbo.remoting.http12.message.MediaType.class - [JAR]

├─ org.apache.dubbo.remoting.http12.message.MethodMetadata.class - [JAR]

├─ org.apache.dubbo.remoting.http12.message.NoOpStreamingDecoder.class - [JAR]

├─ org.apache.dubbo.remoting.http12.message.StreamingDecoder.class - [JAR]

org.apache.dubbo.remoting.http12.command

├─ org.apache.dubbo.remoting.http12.command.DataQueueCommand.class - [JAR]

├─ org.apache.dubbo.remoting.http12.command.HeaderQueueCommand.class - [JAR]

├─ org.apache.dubbo.remoting.http12.command.HttpChannelQueueCommand.class - [JAR]

├─ org.apache.dubbo.remoting.http12.command.HttpWriteQueue.class - [JAR]

├─ org.apache.dubbo.remoting.http12.command.QueueCommand.class - [JAR]

org.apache.dubbo.remoting.http12.exception

├─ org.apache.dubbo.remoting.http12.exception.DecodeException.class - [JAR]

├─ org.apache.dubbo.remoting.http12.exception.EncodeException.class - [JAR]

├─ org.apache.dubbo.remoting.http12.exception.HttpRequestTimeout.class - [JAR]

├─ org.apache.dubbo.remoting.http12.exception.HttpStatusException.class - [JAR]

├─ org.apache.dubbo.remoting.http12.exception.IllegalPathException.class - [JAR]

├─ org.apache.dubbo.remoting.http12.exception.UnimplementedException.class - [JAR]

├─ org.apache.dubbo.remoting.http12.exception.UnsupportedMediaTypeException.class - [JAR]

org.apache.dubbo.remoting.http12.h1

├─ org.apache.dubbo.remoting.http12.h1.DefaultHttp1Request.class - [JAR]

├─ org.apache.dubbo.remoting.http12.h1.DefaultHttp1Response.class - [JAR]

├─ org.apache.dubbo.remoting.http12.h1.Http1InputMessage.class - [JAR]

├─ org.apache.dubbo.remoting.http12.h1.Http1Metadata.class - [JAR]

├─ org.apache.dubbo.remoting.http12.h1.Http1OutputMessage.class - [JAR]

├─ org.apache.dubbo.remoting.http12.h1.Http1Request.class - [JAR]

├─ org.apache.dubbo.remoting.http12.h1.Http1RequestMetadata.class - [JAR]

├─ org.apache.dubbo.remoting.http12.h1.Http1ServerChannelObserver.class - [JAR]

├─ org.apache.dubbo.remoting.http12.h1.Http1ServerStreamChannelObserver.class - [JAR]

├─ org.apache.dubbo.remoting.http12.h1.Http1ServerTransportListener.class - [JAR]

├─ org.apache.dubbo.remoting.http12.h1.Http1ServerTransportListenerFactory.class - [JAR]

org.apache.dubbo.remoting.http12.netty4.h2

├─ org.apache.dubbo.remoting.http12.netty4.h2.NettyH2StreamChannel.class - [JAR]

├─ org.apache.dubbo.remoting.http12.netty4.h2.NettyHttp2FrameCodec.class - [JAR]

├─ org.apache.dubbo.remoting.http12.netty4.h2.NettyHttp2FrameHandler.class - [JAR]

├─ org.apache.dubbo.remoting.http12.netty4.h2.NettyHttp2ProtocolSelectorHandler.class - [JAR]

org.apache.dubbo.remoting.http12.h2

├─ org.apache.dubbo.remoting.http12.h2.CancelableTransportListener.class - [JAR]

├─ org.apache.dubbo.remoting.http12.h2.H2StreamChannel.class - [JAR]

├─ org.apache.dubbo.remoting.http12.h2.Http2CancelableStreamObserver.class - [JAR]

├─ org.apache.dubbo.remoting.http12.h2.Http2ChannelDelegate.class - [JAR]

├─ org.apache.dubbo.remoting.http12.h2.Http2Header.class - [JAR]

├─ org.apache.dubbo.remoting.http12.h2.Http2Headers.class - [JAR]

├─ org.apache.dubbo.remoting.http12.h2.Http2InputMessage.class - [JAR]

├─ org.apache.dubbo.remoting.http12.h2.Http2InputMessageFrame.class - [JAR]

├─ org.apache.dubbo.remoting.http12.h2.Http2MetadataFrame.class - [JAR]

├─ org.apache.dubbo.remoting.http12.h2.Http2OutputMessage.class - [JAR]

├─ org.apache.dubbo.remoting.http12.h2.Http2OutputMessageFrame.class - [JAR]

├─ org.apache.dubbo.remoting.http12.h2.Http2ServerChannelObserver.class - [JAR]

├─ org.apache.dubbo.remoting.http12.h2.Http2ServerTransportListenerFactory.class - [JAR]

├─ org.apache.dubbo.remoting.http12.h2.Http2StreamFrame.class - [JAR]

├─ org.apache.dubbo.remoting.http12.h2.Http2TransportListener.class - [JAR]

org.apache.dubbo.remoting.http12.netty4

├─ org.apache.dubbo.remoting.http12.netty4.HttpWriteQueueHandler.class - [JAR]

├─ org.apache.dubbo.remoting.http12.netty4.NettyHttpChannelFutureListener.class - [JAR]

org.apache.dubbo.remoting.http12.netty4.h1

├─ org.apache.dubbo.remoting.http12.netty4.h1.NettyHttp1Channel.class - [JAR]

├─ org.apache.dubbo.remoting.http12.netty4.h1.NettyHttp1Codec.class - [JAR]

├─ org.apache.dubbo.remoting.http12.netty4.h1.NettyHttp1ConnectionHandler.class - [JAR]

org.apache.dubbo.remoting.http12

├─ org.apache.dubbo.remoting.http12.AbstractServerHttpChannelObserver.class - [JAR]

├─ org.apache.dubbo.remoting.http12.CompositeInputStream.class - [JAR]

├─ org.apache.dubbo.remoting.http12.CustomizableHttpChannelObserver.class - [JAR]

├─ org.apache.dubbo.remoting.http12.ErrorCodeHolder.class - [JAR]

├─ org.apache.dubbo.remoting.http12.ErrorResponse.class - [JAR]

├─ org.apache.dubbo.remoting.http12.ErrorResponseCustomizer.class - [JAR]

├─ org.apache.dubbo.remoting.http12.FlowControlStreamObserver.class - [JAR]

├─ org.apache.dubbo.remoting.http12.HeadersCustomizer.class - [JAR]

├─ org.apache.dubbo.remoting.http12.HttpChannel.class - [JAR]

├─ org.apache.dubbo.remoting.http12.HttpChannelHolder.class - [JAR]

├─ org.apache.dubbo.remoting.http12.HttpChannelObserver.class - [JAR]

├─ org.apache.dubbo.remoting.http12.HttpHeaderNames.class - [JAR]

├─ org.apache.dubbo.remoting.http12.HttpHeaders.class - [JAR]

├─ org.apache.dubbo.remoting.http12.HttpInputMessage.class - [JAR]

├─ org.apache.dubbo.remoting.http12.HttpMetadata.class - [JAR]

├─ org.apache.dubbo.remoting.http12.HttpOutputMessage.class - [JAR]

├─ org.apache.dubbo.remoting.http12.HttpStatus.class - [JAR]

├─ org.apache.dubbo.remoting.http12.HttpTransportListener.class - [JAR]

├─ org.apache.dubbo.remoting.http12.RequestMetadata.class - [JAR]

├─ org.apache.dubbo.remoting.http12.TrailersCustomizer.class - [JAR]

org.apache.dubbo.remoting.http12.h2.command

├─ org.apache.dubbo.remoting.http12.h2.command.Http2WriteQueueChannel.class - [JAR]

├─ org.apache.dubbo.remoting.http12.h2.command.ResetQueueCommand.class - [JAR]