- read() - Method in class org.apache.dubbo.remoting.buffer.ChannelBufferInputStream
-
- read(byte[], int, int) - Method in class org.apache.dubbo.remoting.buffer.ChannelBufferInputStream
-
- readable() - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readable() - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Returns true if and only if (this.writerIndex -
this.readerIndex) is greater than 0.
- readableBytes() - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readableBytes() - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Returns the number of readable bytes which is equal to (this.writerIndex - this.readerIndex).
- readByte() - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readByte() - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Gets a byte at the current readerIndex and increases the readerIndex by 1 in this buffer.
- readBytes(int) - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readBytes(byte[], int, int) - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readBytes(byte[]) - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readBytes(ChannelBuffer) - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readBytes(ChannelBuffer, int) - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readBytes(ChannelBuffer, int, int) - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readBytes(ByteBuffer) - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readBytes(OutputStream, int) - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readBytes(byte[]) - Method in interface 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) - Method in interface 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) - Method in interface 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) - Method in interface 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) - Method in interface 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) - Method in interface 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) - Method in interface 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) - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Transfers this buffer's data to the specified stream starting at the
current readerIndex.
- readBytes() - Method in class org.apache.dubbo.remoting.buffer.ChannelBufferInputStream
-
- readerIndex() - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readerIndex(int) - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- readerIndex() - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Returns the readerIndex of this buffer.
- readerIndex(int) - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Sets the readerIndex of this buffer.
- received(Channel, Object) - Method in interface org.apache.dubbo.remoting.ChannelHandler
-
on message received.
- received(Channel, Response) - Static method in class org.apache.dubbo.remoting.exchange.support.DefaultFuture
-
- received(Channel, Response, boolean) - Static method in class org.apache.dubbo.remoting.exchange.support.DefaultFuture
-
- received(Channel, Object) - Method in class org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
-
- received(Channel, Object) - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeHandler
-
- received(Channel, Object) - Method in class org.apache.dubbo.remoting.exchange.support.header.HeartbeatHandler
-
- received(Channel, Object) - Method in class org.apache.dubbo.remoting.transport.AbstractChannelHandlerDelegate
-
- received(Channel, Object) - Method in class org.apache.dubbo.remoting.transport.AbstractPeer
-
- received(Channel, Object) - Method in class org.apache.dubbo.remoting.transport.ChannelHandlerAdapter
-
- received(Channel, Object) - Method in class org.apache.dubbo.remoting.transport.ChannelHandlerDispatcher
-
- received(Channel, Object) - Method in class org.apache.dubbo.remoting.transport.DecodeHandler
-
- received(Channel, Object) - Method in class org.apache.dubbo.remoting.transport.dispatcher.all.AllChannelHandler
-
- received(Channel, Object) - Method in class org.apache.dubbo.remoting.transport.dispatcher.connection.ConnectionOrderedChannelHandler
-
- received(Channel, Object) - Method in class org.apache.dubbo.remoting.transport.dispatcher.direct.DirectChannelHandler
-
- received(Channel, Object) - Method in class org.apache.dubbo.remoting.transport.dispatcher.execution.ExecutionChannelHandler
-
- received(Channel, Object) - Method in class org.apache.dubbo.remoting.transport.dispatcher.message.MessageOnlyChannelHandler
-
- received(Channel, Object) - Method in class org.apache.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
-
- received(Channel, Object) - Method in class org.apache.dubbo.remoting.transport.MultiMessageHandler
-
- reconnect() - Method in interface org.apache.dubbo.remoting.Client
-
reconnect.
- reconnect() - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
-
- reconnect() - Method in class org.apache.dubbo.remoting.transport.AbstractClient
-
- reconnect() - Method in class org.apache.dubbo.remoting.transport.ClientDelegate
-
- RECONNECT_KEY - Static variable in interface org.apache.dubbo.remoting.Constants
-
- ReconnectTimerTask - Class in org.apache.dubbo.remoting.exchange.support.header
-
ReconnectTimerTask
- ReconnectTimerTask(AbstractTimerTask.ChannelProvider, Long, int) - Constructor for class org.apache.dubbo.remoting.exchange.support.header.ReconnectTimerTask
-
- RemotingException - Exception in org.apache.dubbo.remoting
-
RemotingException.
- RemotingException(Channel, String) - Constructor for exception org.apache.dubbo.remoting.RemotingException
-
- RemotingException(InetSocketAddress, InetSocketAddress, String) - Constructor for exception org.apache.dubbo.remoting.RemotingException
-
- RemotingException(Channel, Throwable) - Constructor for exception org.apache.dubbo.remoting.RemotingException
-
- RemotingException(InetSocketAddress, InetSocketAddress, Throwable) - Constructor for exception org.apache.dubbo.remoting.RemotingException
-
- RemotingException(Channel, String, Throwable) - Constructor for exception org.apache.dubbo.remoting.RemotingException
-
- RemotingException(InetSocketAddress, InetSocketAddress, String, Throwable) - Constructor for exception org.apache.dubbo.remoting.RemotingException
-
- RemotingServer - Interface in org.apache.dubbo.remoting
-
Remoting Server.
- removeAttribute(String) - Method in interface org.apache.dubbo.remoting.Channel
-
remove attribute.
- removeAttribute(String) - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
-
- removeAttribute(String) - Method in class org.apache.dubbo.remoting.transport.AbstractClient
-
- removeAttribute(String) - Method in class org.apache.dubbo.remoting.transport.ChannelDelegate
-
- removeAttribute(String) - Method in class org.apache.dubbo.remoting.transport.ClientDelegate
-
- removeChannelHandler(ChannelHandler) - Method in class org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
-
- removeChannelHandler(ChannelHandler) - Method in class org.apache.dubbo.remoting.transport.ChannelHandlerDispatcher
-
- removeMessages() - Method in class org.apache.dubbo.remoting.exchange.support.MultiMessage
-
- removeReplier(Class<T>) - Method in class org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
-
- removeReplier(Class<T>) - Method in class org.apache.dubbo.remoting.exchange.support.ReplierDispatcher
-
- Replier<T> - Interface in org.apache.dubbo.remoting.exchange.support
-
Replier.
- ReplierDispatcher - Class in org.apache.dubbo.remoting.exchange.support
-
ReplierDispatcher
- ReplierDispatcher() - Constructor for class org.apache.dubbo.remoting.exchange.support.ReplierDispatcher
-
- ReplierDispatcher(Replier<?>) - Constructor for class org.apache.dubbo.remoting.exchange.support.ReplierDispatcher
-
- ReplierDispatcher(Replier<?>, Map<Class<?>, Replier<?>>) - Constructor for class org.apache.dubbo.remoting.exchange.support.ReplierDispatcher
-
- reply(ExchangeChannel, Object) - Method in interface org.apache.dubbo.remoting.exchange.ExchangeHandler
-
reply.
- reply(ExchangeChannel, Object) - Method in class org.apache.dubbo.remoting.exchange.support.ExchangeHandlerAdapter
-
- reply(ExchangeChannel, Object) - Method in class org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
-
- reply(ExchangeChannel, T) - Method in interface org.apache.dubbo.remoting.exchange.support.Replier
-
reply.
- reply(ExchangeChannel, Object) - Method in class org.apache.dubbo.remoting.exchange.support.ReplierDispatcher
-
- request(Object) - Method in interface org.apache.dubbo.remoting.exchange.ExchangeChannel
-
Deprecated.
- request(Object, int) - Method in interface org.apache.dubbo.remoting.exchange.ExchangeChannel
-
Deprecated.
- request(Object, ExecutorService) - Method in interface org.apache.dubbo.remoting.exchange.ExchangeChannel
-
send request.
- request(Object, int, ExecutorService) - Method in interface org.apache.dubbo.remoting.exchange.ExchangeChannel
-
send request.
- Request - Class in org.apache.dubbo.remoting.exchange
-
Request.
- Request() - Constructor for class org.apache.dubbo.remoting.exchange.Request
-
- Request(long) - Constructor for class org.apache.dubbo.remoting.exchange.Request
-
- request(Object) - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
-
- request(Object, int) - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
-
- request(Object, ExecutorService) - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
-
- request(Object, int, ExecutorService) - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
-
- reset() - Method in class org.apache.dubbo.remoting.buffer.ChannelBufferInputStream
-
- reset(Parameters) - Method in interface org.apache.dubbo.remoting.Client
-
Deprecated.
- reset(URL) - Method in class org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
-
- reset(Parameters) - Method in class org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
-
Deprecated.
- reset(URL) - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
-
- reset(Parameters) - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
-
Deprecated.
- reset(URL) - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
-
- reset(Parameters) - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
-
Deprecated.
- reset(Parameters) - Method in interface org.apache.dubbo.remoting.RemotingServer
-
Deprecated.
- reset(URL) - Method in class org.apache.dubbo.remoting.transport.AbstractEndpoint
-
- reset(Parameters) - Method in class org.apache.dubbo.remoting.transport.AbstractEndpoint
-
Deprecated.
- reset(URL) - Method in class org.apache.dubbo.remoting.transport.AbstractServer
-
- reset(URL) - Method in class org.apache.dubbo.remoting.transport.ClientDelegate
-
- reset(Parameters) - Method in class org.apache.dubbo.remoting.transport.ClientDelegate
-
Deprecated.
- reset(URL) - Method in class org.apache.dubbo.remoting.transport.ServerDelegate
-
- reset(Parameters) - Method in class org.apache.dubbo.remoting.transport.ServerDelegate
-
Deprecated.
- resetReaderIndex() - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- resetReaderIndex() - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Repositions the current readerIndex to the marked readerIndex in this buffer.
- resetWriterIndex() - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- resetWriterIndex() - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Marks the current writerIndex in this buffer.
- Response - Class in org.apache.dubbo.remoting.exchange
-
Response
- Response() - Constructor for class org.apache.dubbo.remoting.exchange.Response
-
- Response(long) - Constructor for class org.apache.dubbo.remoting.exchange.Response
-
- Response(long, String) - Constructor for class org.apache.dubbo.remoting.exchange.Response
-
- run(Timeout) - Method in class org.apache.dubbo.remoting.exchange.support.header.AbstractTimerTask
-
- run() - Method in class org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable
-
- wrap(ChannelHandler, URL) - Static method in class org.apache.dubbo.remoting.transport.dispatcher.ChannelHandlers
-
- wrappedBuffer(byte[], int, int) - Static method in class org.apache.dubbo.remoting.buffer.ChannelBuffers
-
- wrappedBuffer(byte[]) - Static method in class org.apache.dubbo.remoting.buffer.ChannelBuffers
-
- wrappedBuffer(ByteBuffer) - Static method in class org.apache.dubbo.remoting.buffer.ChannelBuffers
-
- WrappedChannelHandler - Class in org.apache.dubbo.remoting.transport.dispatcher
-
- WrappedChannelHandler(ChannelHandler, URL) - Constructor for class org.apache.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
-
- writable() - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writable() - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Returns true if and only if (this.capacity -
this.writerIndex) is greater than 0.
- writableBytes() - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writableBytes() - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Returns the number of writable bytes which is equal to (this.capacity - this.writerIndex).
- write(byte[], int, int) - Method in class org.apache.dubbo.remoting.buffer.ChannelBufferOutputStream
-
- write(byte[]) - Method in class org.apache.dubbo.remoting.buffer.ChannelBufferOutputStream
-
- write(int) - Method in class org.apache.dubbo.remoting.buffer.ChannelBufferOutputStream
-
- writeByte(int) - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writeByte(int) - Method in interface 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) - Method in class org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
-
- writeBytes(byte[], int, int) - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writeBytes(byte[]) - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writeBytes(ChannelBuffer) - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writeBytes(ChannelBuffer, int) - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writeBytes(ChannelBuffer, int, int) - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writeBytes(ByteBuffer) - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writeBytes(InputStream, int) - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writeBytes(byte[]) - Method in interface 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) - Method in interface 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) - Method in interface 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) - Method in interface 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) - Method in interface 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) - Method in interface 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) - Method in interface 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) - Method in class org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
-
- writeBytes(ChannelBuffer, int, int) - Method in class org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
-
- writeBytes(ByteBuffer) - Method in class org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
-
- writeBytes(InputStream, int) - Method in class org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
-
- writerIndex() - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writerIndex(int) - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
-
- writerIndex() - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Returns the writerIndex of this buffer.
- writerIndex(int) - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
-
Sets the writerIndex of this buffer.
- writtenBytes() - Method in class org.apache.dubbo.remoting.buffer.ChannelBufferOutputStream
-