- read() - 类 中的方法org.apache.dubbo.remoting.buffer.ChannelBufferInputStream
-
- read(byte[], int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.ChannelBufferInputStream
-
- readable() - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readable() - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Returns true if and only if (this.writerIndex -
this.readerIndex) is greater than 0.
- readableBytes() - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readableBytes() - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Returns the number of readable bytes which is equal to (this.writerIndex - this.readerIndex).
- readByte() - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readByte() - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Gets a byte at the current readerIndex and increases the readerIndex by 1 in this buffer.
- readBytes(int) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readBytes(byte[], int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readBytes(byte[]) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readBytes(ChannelBuffer) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readBytes(ChannelBuffer, int) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readBytes(ChannelBuffer, int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readBytes(ByteBuffer) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readBytes(OutputStream, int) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readBytes(byte[]) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Transfers this buffer's data to the specified destination starting at the
current readerIndex and increases the readerIndex by the
number of the transferred bytes (= dst.length).
- readBytes(byte[], int, int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Transfers this buffer's data to the specified destination starting at the
current readerIndex and increases the readerIndex by the
number of the transferred bytes (= length).
- readBytes(ByteBuffer) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Transfers this buffer's data to the specified destination starting at the
current readerIndex until the destination's position reaches its
limit, and increases the readerIndex by the number of the
transferred bytes.
- readBytes(ChannelBuffer) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Transfers this buffer's data to the specified destination starting at the
current readerIndex until the destination becomes non-writable,
and increases the readerIndex by the number of the transferred
bytes.
- readBytes(ChannelBuffer, int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Transfers this buffer's data to the specified destination starting at the
current readerIndex and increases the readerIndex by the
number of the transferred bytes (= length).
- readBytes(ChannelBuffer, int, int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Transfers this buffer's data to the specified destination starting at the
current readerIndex and increases the readerIndex by the
number of the transferred bytes (= length).
- readBytes(int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Transfers this buffer's data to a newly created buffer starting at the
current readerIndex and increases the readerIndex by the
number of the transferred bytes (= length).
- readBytes(OutputStream, int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Transfers this buffer's data to the specified stream starting at the
current readerIndex.
- readBytes() - 类 中的方法org.apache.dubbo.remoting.buffer.ChannelBufferInputStream
-
- readerIndex() - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readerIndex(int) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readerIndex() - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Returns the readerIndex of this buffer.
- readerIndex(int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Sets the readerIndex of this buffer.
- received(Channel, Object) - 接口 中的方法org.apache.dubbo.remoting.ChannelHandler
-
on message received.
- received(Channel, Response) - 类 中的静态方法org.apache.dubbo.remoting.exchange.support.DefaultFuture
-
- received(Channel, Response, boolean) - 类 中的静态方法org.apache.dubbo.remoting.exchange.support.DefaultFuture
-
- received(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
-
- received(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeHandler
-
- received(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeartbeatHandler
-
- received(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractChannelHandlerDelegate
-
- received(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractPeer
-
- received(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.transport.ChannelHandlerAdapter
-
- received(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.transport.ChannelHandlerDispatcher
-
- received(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.transport.DecodeHandler
-
- received(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.all.AllChannelHandler
-
- received(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.connection.ConnectionOrderedChannelHandler
-
- received(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.direct.DirectChannelHandler
-
- received(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.execution.ExecutionChannelHandler
-
- received(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.message.MessageOnlyChannelHandler
-
- received(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
-
- received(Channel, Object) - 类 中的方法org.apache.dubbo.remoting.transport.MultiMessageHandler
-
- reconnect() - 接口 中的方法org.apache.dubbo.remoting.Client
-
reconnect.
- reconnect() - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
-
- reconnect() - 类 中的方法org.apache.dubbo.remoting.transport.AbstractClient
-
- reconnect() - 类 中的方法org.apache.dubbo.remoting.transport.ClientDelegate
-
- RECONNECT_KEY - 接口 中的静态变量org.apache.dubbo.remoting.Constants
-
- ReconnectTimerTask - org.apache.dubbo.remoting.exchange.support.header中的类
-
ReconnectTimerTask
- ReconnectTimerTask(AbstractTimerTask.ChannelProvider, Long, int) - 类 的构造器org.apache.dubbo.remoting.exchange.support.header.ReconnectTimerTask
-
- RemotingException - org.apache.dubbo.remoting中的异常错误
-
RemotingException.
- RemotingException(Channel, String) - 异常错误 的构造器org.apache.dubbo.remoting.RemotingException
-
- RemotingException(InetSocketAddress, InetSocketAddress, String) - 异常错误 的构造器org.apache.dubbo.remoting.RemotingException
-
- RemotingException(Channel, Throwable) - 异常错误 的构造器org.apache.dubbo.remoting.RemotingException
-
- RemotingException(InetSocketAddress, InetSocketAddress, Throwable) - 异常错误 的构造器org.apache.dubbo.remoting.RemotingException
-
- RemotingException(Channel, String, Throwable) - 异常错误 的构造器org.apache.dubbo.remoting.RemotingException
-
- RemotingException(InetSocketAddress, InetSocketAddress, String, Throwable) - 异常错误 的构造器org.apache.dubbo.remoting.RemotingException
-
- RemotingServer - org.apache.dubbo.remoting中的接口
-
Remoting Server.
- removeAttribute(String) - 接口 中的方法org.apache.dubbo.remoting.Channel
-
remove attribute.
- removeAttribute(String) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
-
- removeAttribute(String) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractClient
-
- removeAttribute(String) - 类 中的方法org.apache.dubbo.remoting.transport.ChannelDelegate
-
- removeAttribute(String) - 类 中的方法org.apache.dubbo.remoting.transport.ClientDelegate
-
- removeChannelHandler(ChannelHandler) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
-
- removeChannelHandler(ChannelHandler) - 类 中的方法org.apache.dubbo.remoting.transport.ChannelHandlerDispatcher
-
- removeMessages() - 类 中的方法org.apache.dubbo.remoting.exchange.support.MultiMessage
-
- removeReplier(Class<T>) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
-
- removeReplier(Class<T>) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ReplierDispatcher
-
- Replier<T> - org.apache.dubbo.remoting.exchange.support中的接口
-
Replier.
- ReplierDispatcher - org.apache.dubbo.remoting.exchange.support中的类
-
ReplierDispatcher
- ReplierDispatcher() - 类 的构造器org.apache.dubbo.remoting.exchange.support.ReplierDispatcher
-
- ReplierDispatcher(Replier<?>) - 类 的构造器org.apache.dubbo.remoting.exchange.support.ReplierDispatcher
-
- ReplierDispatcher(Replier<?>, Map<Class<?>, Replier<?>>) - 类 的构造器org.apache.dubbo.remoting.exchange.support.ReplierDispatcher
-
- reply(ExchangeChannel, Object) - 接口 中的方法org.apache.dubbo.remoting.exchange.ExchangeHandler
-
reply.
- reply(ExchangeChannel, Object) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeHandlerAdapter
-
- reply(ExchangeChannel, Object) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
-
- reply(ExchangeChannel, T) - 接口 中的方法org.apache.dubbo.remoting.exchange.support.Replier
-
reply.
- reply(ExchangeChannel, Object) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ReplierDispatcher
-
- request(Object) - 接口 中的方法org.apache.dubbo.remoting.exchange.ExchangeChannel
-
已过时。
- request(Object, int) - 接口 中的方法org.apache.dubbo.remoting.exchange.ExchangeChannel
-
已过时。
- request(Object, ExecutorService) - 接口 中的方法org.apache.dubbo.remoting.exchange.ExchangeChannel
-
send request.
- request(Object, int, ExecutorService) - 接口 中的方法org.apache.dubbo.remoting.exchange.ExchangeChannel
-
send request.
- Request - org.apache.dubbo.remoting.exchange中的类
-
Request.
- Request() - 类 的构造器org.apache.dubbo.remoting.exchange.Request
-
- Request(long) - 类 的构造器org.apache.dubbo.remoting.exchange.Request
-
- request(Object) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
-
- request(Object, int) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
-
- request(Object, ExecutorService) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
-
- request(Object, int, ExecutorService) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
-
- reset() - 类 中的方法org.apache.dubbo.remoting.buffer.ChannelBufferInputStream
-
- reset(Parameters) - 接口 中的方法org.apache.dubbo.remoting.Client
-
已过时。
- reset(URL) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
-
- reset(Parameters) - 类 中的方法org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
-
已过时。
- reset(URL) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
-
- reset(Parameters) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
-
已过时。
- reset(URL) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
-
- reset(Parameters) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
-
已过时。
- reset(Parameters) - 接口 中的方法org.apache.dubbo.remoting.RemotingServer
-
已过时。
- reset(URL) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractEndpoint
-
- reset(Parameters) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractEndpoint
-
已过时。
- reset(URL) - 类 中的方法org.apache.dubbo.remoting.transport.AbstractServer
-
- reset(URL) - 类 中的方法org.apache.dubbo.remoting.transport.ClientDelegate
-
- reset(Parameters) - 类 中的方法org.apache.dubbo.remoting.transport.ClientDelegate
-
已过时。
- reset(URL) - 类 中的方法org.apache.dubbo.remoting.transport.ServerDelegate
-
- reset(Parameters) - 类 中的方法org.apache.dubbo.remoting.transport.ServerDelegate
-
已过时。
- resetReaderIndex() - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- resetReaderIndex() - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Repositions the current readerIndex to the marked readerIndex in this buffer.
- resetWriterIndex() - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- resetWriterIndex() - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Marks the current writerIndex in this buffer.
- Response - org.apache.dubbo.remoting.exchange中的类
-
Response
- Response() - 类 的构造器org.apache.dubbo.remoting.exchange.Response
-
- Response(long) - 类 的构造器org.apache.dubbo.remoting.exchange.Response
-
- Response(long, String) - 类 的构造器org.apache.dubbo.remoting.exchange.Response
-
- run(Timeout) - 类 中的方法org.apache.dubbo.remoting.exchange.support.header.AbstractTimerTask
-
- run() - 类 中的方法org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable
-
- wrap(ChannelHandler, URL) - 类 中的静态方法org.apache.dubbo.remoting.transport.dispatcher.ChannelHandlers
-
- wrappedBuffer(byte[], int, int) - 类 中的静态方法org.apache.dubbo.remoting.buffer.ChannelBuffers
-
- wrappedBuffer(byte[]) - 类 中的静态方法org.apache.dubbo.remoting.buffer.ChannelBuffers
-
- wrappedBuffer(ByteBuffer) - 类 中的静态方法org.apache.dubbo.remoting.buffer.ChannelBuffers
-
- WrappedChannelHandler - org.apache.dubbo.remoting.transport.dispatcher中的类
-
- WrappedChannelHandler(ChannelHandler, URL) - 类 的构造器org.apache.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
-
- writable() - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writable() - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Returns true if and only if (this.capacity -
this.writerIndex) is greater than 0.
- writableBytes() - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writableBytes() - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Returns the number of writable bytes which is equal to (this.capacity - this.writerIndex).
- write(byte[], int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.ChannelBufferOutputStream
-
- write(byte[]) - 类 中的方法org.apache.dubbo.remoting.buffer.ChannelBufferOutputStream
-
- write(int) - 类 中的方法org.apache.dubbo.remoting.buffer.ChannelBufferOutputStream
-
- writeByte(int) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writeByte(int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Sets the specified byte at the current writerIndex and increases
the writerIndex by 1 in this buffer.
- writeByte(int) - 类 中的方法org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
-
- writeBytes(byte[], int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writeBytes(byte[]) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writeBytes(ChannelBuffer) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writeBytes(ChannelBuffer, int) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writeBytes(ChannelBuffer, int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writeBytes(ByteBuffer) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writeBytes(InputStream, int) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writeBytes(byte[]) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Transfers the specified source array's data to this buffer starting at
the current writerIndex and increases the writerIndex by
the number of the transferred bytes (= src.length).
- writeBytes(byte[], int, int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Transfers the specified source array's data to this buffer starting at
the current writerIndex and increases the writerIndex by
the number of the transferred bytes (= length).
- writeBytes(ByteBuffer) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Transfers the specified source buffer's data to this buffer starting at
the current writerIndex until the source buffer's position
reaches its limit, and increases the writerIndex by the number of
the transferred bytes.
- writeBytes(ChannelBuffer) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Transfers the specified source buffer's data to this buffer starting at
the current writerIndex until the source buffer becomes
unreadable, and increases the writerIndex by the number of the
transferred bytes.
- writeBytes(ChannelBuffer, int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Transfers the specified source buffer's data to this buffer starting at
the current writerIndex and increases the writerIndex by
the number of the transferred bytes (= length).
- writeBytes(ChannelBuffer, int, int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Transfers the specified source buffer's data to this buffer starting at
the current writerIndex and increases the writerIndex by
the number of the transferred bytes (= length).
- writeBytes(InputStream, int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Transfers the content of the specified stream to this buffer starting at
the current writerIndex and increases the writerIndex by
the number of the transferred bytes.
- writeBytes(byte[], int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
-
- writeBytes(ChannelBuffer, int, int) - 类 中的方法org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
-
- writeBytes(ByteBuffer) - 类 中的方法org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
-
- writeBytes(InputStream, int) - 类 中的方法org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
-
- writerIndex() - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writerIndex(int) - 类 中的方法org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writerIndex() - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Returns the writerIndex of this buffer.
- writerIndex(int) - 接口 中的方法org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Sets the writerIndex of this buffer.
- writtenBytes() - 类 中的方法org.apache.dubbo.remoting.buffer.ChannelBufferOutputStream
-