jar

net.jahhan : dubbo-remoting-api

Maven & Gradle

Jun 03, 2018
7 usages
10 stars

The remoting module of dubbo project

Table Of Contents

Latest Version

Download net.jahhan : dubbo-remoting-api JAR file - Latest Versions:

All Versions

Download net.jahhan : dubbo-remoting-api JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.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-api-1.0.0-RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.alibaba.dubbo.remoting.transport.dispatcher.all

├─ com.alibaba.dubbo.remoting.transport.dispatcher.all.AllChannelHandler.class - [JAR]

com.alibaba.dubbo.remoting.transport.dispatcher

├─ com.alibaba.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.class - [JAR]

├─ com.alibaba.dubbo.remoting.transport.dispatcher.ChannelHandlers.class - [JAR]

├─ com.alibaba.dubbo.remoting.transport.dispatcher.WrappedChannelHandler.class - [JAR]

net.jahhan.extension.exchanger

├─ net.jahhan.extension.exchanger.HeaderExchanger.class - [JAR]

com.alibaba.dubbo.remoting.exchange.support.header

├─ com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeChannel.class - [JAR]

├─ com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeClient.class - [JAR]

├─ com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeHandler.class - [JAR]

├─ com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeServer.class - [JAR]

├─ com.alibaba.dubbo.remoting.exchange.support.header.HeartBeatTask.class - [JAR]

├─ com.alibaba.dubbo.remoting.exchange.support.header.HeartbeatHandler.class - [JAR]

com.alibaba.dubbo.remoting.exchange.support

├─ com.alibaba.dubbo.remoting.exchange.support.DefaultFuture.class - [JAR]

├─ com.alibaba.dubbo.remoting.exchange.support.ExchangeHandlerAdapter.class - [JAR]

├─ com.alibaba.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher.class - [JAR]

├─ com.alibaba.dubbo.remoting.exchange.support.ExchangeServerDelegate.class - [JAR]

├─ com.alibaba.dubbo.remoting.exchange.support.MultiMessage.class - [JAR]

├─ com.alibaba.dubbo.remoting.exchange.support.Replier.class - [JAR]

├─ com.alibaba.dubbo.remoting.exchange.support.ReplierDispatcher.class - [JAR]

├─ com.alibaba.dubbo.remoting.exchange.support.SimpleFuture.class - [JAR]

com.alibaba.dubbo.remoting.telnet.support

├─ com.alibaba.dubbo.remoting.telnet.support.Help.class - [JAR]

├─ com.alibaba.dubbo.remoting.telnet.support.TelnetHandlerAdapter.class - [JAR]

├─ com.alibaba.dubbo.remoting.telnet.support.TelnetUtils.class - [JAR]

com.alibaba.dubbo.remoting.transport.dispatcher.execution

├─ com.alibaba.dubbo.remoting.transport.dispatcher.execution.ExecutionChannelHandler.class - [JAR]

net.jahhan.spi

├─ net.jahhan.spi.ChannelHandler.class - [JAR]

├─ net.jahhan.spi.Codec.class - [JAR]

├─ net.jahhan.spi.Codec2.class - [JAR]

├─ net.jahhan.spi.Dispatcher.class - [JAR]

├─ net.jahhan.spi.Exchanger.class - [JAR]

├─ net.jahhan.spi.TelnetHandler.class - [JAR]

├─ net.jahhan.spi.Transporter.class - [JAR]

com.alibaba.dubbo.remoting.transport.dispatcher.message

├─ com.alibaba.dubbo.remoting.transport.dispatcher.message.MessageOnlyChannelHandler.class - [JAR]

net.jahhan.extension.codec2

├─ net.jahhan.extension.codec2.ExchangeCodec.class - [JAR]

├─ net.jahhan.extension.codec2.TelnetCodec.class - [JAR]

├─ net.jahhan.extension.codec2.TransportCodec.class - [JAR]

com.alibaba.dubbo.remoting.transport.codec

├─ com.alibaba.dubbo.remoting.transport.codec.CodecAdapter.class - [JAR]

com.alibaba.dubbo.remoting

├─ com.alibaba.dubbo.remoting.Channel.class - [JAR]

├─ com.alibaba.dubbo.remoting.Client.class - [JAR]

├─ com.alibaba.dubbo.remoting.Decodeable.class - [JAR]

├─ com.alibaba.dubbo.remoting.Endpoint.class - [JAR]

├─ com.alibaba.dubbo.remoting.ExecutionException.class - [JAR]

├─ com.alibaba.dubbo.remoting.RemotingException.class - [JAR]

├─ com.alibaba.dubbo.remoting.Server.class - [JAR]

├─ com.alibaba.dubbo.remoting.TimeoutException.class - [JAR]

├─ com.alibaba.dubbo.remoting.Transporters.class - [JAR]

net.jahhan.extension.telnetHandler

├─ net.jahhan.extension.telnetHandler.ClearTelnetHandler.class - [JAR]

├─ net.jahhan.extension.telnetHandler.ExitTelnetHandler.class - [JAR]

├─ net.jahhan.extension.telnetHandler.HelpTelnetHandler.class - [JAR]

├─ net.jahhan.extension.telnetHandler.StatusTelnetHandler.class - [JAR]

com.alibaba.dubbo.remoting.buffer

├─ com.alibaba.dubbo.remoting.buffer.AbstractChannelBuffer.class - [JAR]

├─ com.alibaba.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer.class - [JAR]

├─ com.alibaba.dubbo.remoting.buffer.ChannelBuffer.class - [JAR]

├─ com.alibaba.dubbo.remoting.buffer.ChannelBufferFactory.class - [JAR]

├─ com.alibaba.dubbo.remoting.buffer.ChannelBufferInputStream.class - [JAR]

├─ com.alibaba.dubbo.remoting.buffer.ChannelBufferOutputStream.class - [JAR]

├─ com.alibaba.dubbo.remoting.buffer.ChannelBuffers.class - [JAR]

├─ com.alibaba.dubbo.remoting.buffer.DirectChannelBufferFactory.class - [JAR]

├─ com.alibaba.dubbo.remoting.buffer.DynamicChannelBuffer.class - [JAR]

├─ com.alibaba.dubbo.remoting.buffer.HeapChannelBuffer.class - [JAR]

├─ com.alibaba.dubbo.remoting.buffer.HeapChannelBufferFactory.class - [JAR]

com.alibaba.dubbo.remoting.transport

├─ com.alibaba.dubbo.remoting.transport.AbstractChannel.class - [JAR]

├─ com.alibaba.dubbo.remoting.transport.AbstractChannelHandlerDelegate.class - [JAR]

├─ com.alibaba.dubbo.remoting.transport.AbstractClient.class - [JAR]

├─ com.alibaba.dubbo.remoting.transport.AbstractCodec.class - [JAR]

├─ com.alibaba.dubbo.remoting.transport.AbstractEndpoint.class - [JAR]

├─ com.alibaba.dubbo.remoting.transport.AbstractPeer.class - [JAR]

├─ com.alibaba.dubbo.remoting.transport.AbstractServer.class - [JAR]

├─ com.alibaba.dubbo.remoting.transport.ChannelDelegate.class - [JAR]

├─ com.alibaba.dubbo.remoting.transport.ChannelHandlerAdapter.class - [JAR]

├─ com.alibaba.dubbo.remoting.transport.ChannelHandlerDelegate.class - [JAR]

├─ com.alibaba.dubbo.remoting.transport.ChannelHandlerDispatcher.class - [JAR]

├─ com.alibaba.dubbo.remoting.transport.ClientDelegate.class - [JAR]

├─ com.alibaba.dubbo.remoting.transport.CodecSupport.class - [JAR]

├─ com.alibaba.dubbo.remoting.transport.DecodeHandler.class - [JAR]

├─ com.alibaba.dubbo.remoting.transport.ExceedPayloadLimitException.class - [JAR]

├─ com.alibaba.dubbo.remoting.transport.MultiMessageHandler.class - [JAR]

├─ com.alibaba.dubbo.remoting.transport.ServerDelegate.class - [JAR]

com.alibaba.dubbo.remoting.transport.dispatcher.connection

├─ com.alibaba.dubbo.remoting.transport.dispatcher.connection.ConnectionOrderedChannelHandler.class - [JAR]

com.alibaba.dubbo.remoting.exchange

├─ com.alibaba.dubbo.remoting.exchange.ExchangeChannel.class - [JAR]

├─ com.alibaba.dubbo.remoting.exchange.ExchangeClient.class - [JAR]

├─ com.alibaba.dubbo.remoting.exchange.ExchangeHandler.class - [JAR]

├─ com.alibaba.dubbo.remoting.exchange.ExchangeServer.class - [JAR]

├─ com.alibaba.dubbo.remoting.exchange.Exchangers.class - [JAR]

├─ com.alibaba.dubbo.remoting.exchange.Request.class - [JAR]

├─ com.alibaba.dubbo.remoting.exchange.Response.class - [JAR]

├─ com.alibaba.dubbo.remoting.exchange.ResponseCallback.class - [JAR]

├─ com.alibaba.dubbo.remoting.exchange.ResponseFuture.class - [JAR]

net.jahhan.extension.dispatcher

├─ net.jahhan.extension.dispatcher.AllDispatcher.class - [JAR]

├─ net.jahhan.extension.dispatcher.ConnectionOrderedDispatcher.class - [JAR]

├─ net.jahhan.extension.dispatcher.DirectDispatcher.class - [JAR]

├─ net.jahhan.extension.dispatcher.ExecutionDispatcher.class - [JAR]

├─ net.jahhan.extension.dispatcher.MessageOnlyDispatcher.class - [JAR]

Advertisement

Dependencies from Group

Jun 03, 2018
41 usages
10 stars
Jun 03, 2018
14 usages
10 stars
Jun 03, 2018
7 usages
10 stars
Jun 03, 2018
5 usages
10 stars
Jun 03, 2018
5 usages
10 stars

Discover Dependencies

Feb 16, 2023
15 usages
6 stars
Jan 16, 2023
45 usages
229 stars
Nov 04, 2021
7 usages
2 stars
Feb 28, 2013
5 usages
Aug 01, 2023
24 usages
3 stars
Jun 04, 2019
6 usages
0 stars
Dec 13, 2022
21 usages
62 stars
Jun 21, 2023
10 usages
3 stars