Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

A

AbstractChannel - Class in org.apache.dubbo.remoting.transport
AbstractChannel
AbstractChannel(URL, ChannelHandler) - Constructor for class org.apache.dubbo.remoting.transport.AbstractChannel
 
AbstractChannelBuffer - Class in org.apache.dubbo.remoting.buffer
 
AbstractChannelBuffer() - Constructor for class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
AbstractChannelHandlerDelegate - Class in org.apache.dubbo.remoting.transport
 
AbstractClient - Class in org.apache.dubbo.remoting.transport
AbstractClient
AbstractClient(URL, ChannelHandler) - Constructor for class org.apache.dubbo.remoting.transport.AbstractClient
 
AbstractCodec - Class in org.apache.dubbo.remoting.transport
AbstractCodec
AbstractCodec() - Constructor for class org.apache.dubbo.remoting.transport.AbstractCodec
 
AbstractEndpoint - Class in org.apache.dubbo.remoting.transport
AbstractEndpoint
AbstractEndpoint(URL, ChannelHandler) - Constructor for class org.apache.dubbo.remoting.transport.AbstractEndpoint
 
AbstractPeer - Class in org.apache.dubbo.remoting.transport
AbstractPeer
AbstractPeer(URL, ChannelHandler) - Constructor for class org.apache.dubbo.remoting.transport.AbstractPeer
 
AbstractServer - Class in org.apache.dubbo.remoting.transport
AbstractServer
AbstractServer(URL, ChannelHandler) - Constructor for class org.apache.dubbo.remoting.transport.AbstractServer
 
AbstractTimerTask - Class in org.apache.dubbo.remoting.exchange.support.header
AbstractTimerTask
ACCEPTS_KEY - Static variable in interface org.apache.dubbo.remoting.Constants
max size of channel.
addChannelHandler(ChannelHandler) - Method in class org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
 
addChannelHandler(ChannelHandler) - Method in class org.apache.dubbo.remoting.transport.ChannelHandlerDispatcher
 
addMessage(Object) - Method in class org.apache.dubbo.remoting.exchange.support.MultiMessage
 
addMessages(Collection) - Method in class org.apache.dubbo.remoting.exchange.support.MultiMessage
 
addReplier(Class<T>, Replier<T>) - Method in class org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
 
addReplier(Class<T>, Replier<T>) - Method in class org.apache.dubbo.remoting.exchange.support.ReplierDispatcher
 
AllChannelHandler - Class in org.apache.dubbo.remoting.transport.dispatcher.all
 
AllChannelHandler(ChannelHandler, URL) - Constructor for class org.apache.dubbo.remoting.transport.dispatcher.all.AllChannelHandler
 
AllDispatcher - Class in org.apache.dubbo.remoting.transport.dispatcher.all
default thread pool configure
AllDispatcher() - Constructor for class org.apache.dubbo.remoting.transport.dispatcher.all.AllDispatcher
 
array() - Method in class org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
array() - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Returns the backing byte array of this buffer.
array() - Method in class org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
array() - Method in class org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
arrayOffset() - Method in class org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
arrayOffset() - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Returns the offset of the first byte within the backing byte array of this buffer.
arrayOffset() - Method in class org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
arrayOffset() - Method in class org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
available() - Method in class org.apache.dubbo.remoting.buffer.ChannelBufferInputStream
 

B

BAD_REQUEST - Static variable in class org.apache.dubbo.remoting.exchange.Response
request format error.
BAD_RESPONSE - Static variable in class org.apache.dubbo.remoting.exchange.Response
response format error.
bind(URL, ExchangeHandler) - Method in interface org.apache.dubbo.remoting.exchange.Exchanger
bind.
bind(String, Replier<?>) - Static method in class org.apache.dubbo.remoting.exchange.Exchangers
 
bind(URL, Replier<?>) - Static method in class org.apache.dubbo.remoting.exchange.Exchangers
 
bind(String, ChannelHandler, Replier<?>) - Static method in class org.apache.dubbo.remoting.exchange.Exchangers
 
bind(URL, ChannelHandler, Replier<?>) - Static method in class org.apache.dubbo.remoting.exchange.Exchangers
 
bind(String, ExchangeHandler) - Static method in class org.apache.dubbo.remoting.exchange.Exchangers
 
bind(URL, ExchangeHandler) - Static method in class org.apache.dubbo.remoting.exchange.Exchangers
 
bind(URL, ExchangeHandler) - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchanger
 
bind(URL, ChannelHandler) - Method in interface org.apache.dubbo.remoting.Transporter
Bind a server.
bind(String, ChannelHandler...) - Static method in class org.apache.dubbo.remoting.Transporters
 
bind(URL, ChannelHandler...) - Static method in class org.apache.dubbo.remoting.Transporters
 
BIND_IP_KEY - Static variable in interface org.apache.dubbo.remoting.Constants
 
BIND_PORT_KEY - Static variable in interface org.apache.dubbo.remoting.Constants
 
buffer() - Method in class org.apache.dubbo.remoting.buffer.ChannelBufferOutputStream
 
buffer(int) - Static method in class org.apache.dubbo.remoting.buffer.ChannelBuffers
 
BUFFER_KEY - Static variable in interface org.apache.dubbo.remoting.Constants
 
ByteBufferBackedChannelBuffer - Class in org.apache.dubbo.remoting.buffer
 
ByteBufferBackedChannelBuffer(ByteBuffer) - Constructor for class org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
ByteBufferBackedChannelBuffer(ByteBufferBackedChannelBuffer) - Constructor for class org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 

C

cancel(boolean) - Method in class org.apache.dubbo.remoting.exchange.support.DefaultFuture
 
cancel() - Method in class org.apache.dubbo.remoting.exchange.support.DefaultFuture
 
cancel() - Method in class org.apache.dubbo.remoting.exchange.support.header.AbstractTimerTask
 
canHandleIdle() - Method in interface org.apache.dubbo.remoting.IdleSensible
Whether the implementation can sense and handle the idle connection.
capacity() - Method in class org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
capacity() - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Returns the number of bytes (octets) this buffer can contain.
capacity() - Method in class org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
capacity() - Method in class org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
caught(Channel, Throwable) - Method in interface org.apache.dubbo.remoting.ChannelHandler
on exception caught.
caught(Channel, Throwable) - Method in class org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
 
caught(Channel, Throwable) - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeHandler
 
caught(Channel, Throwable) - Method in class org.apache.dubbo.remoting.transport.AbstractChannelHandlerDelegate
 
caught(Channel, Throwable) - Method in class org.apache.dubbo.remoting.transport.AbstractPeer
 
caught(Channel, Throwable) - Method in class org.apache.dubbo.remoting.transport.ChannelHandlerAdapter
 
caught(Channel, Throwable) - Method in class org.apache.dubbo.remoting.transport.ChannelHandlerDispatcher
 
caught(Channel, Throwable) - Method in class org.apache.dubbo.remoting.transport.dispatcher.all.AllChannelHandler
 
caught(Channel, Throwable) - Method in class org.apache.dubbo.remoting.transport.dispatcher.connection.ConnectionOrderedChannelHandler
 
caught(Channel, Throwable) - Method in class org.apache.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
 
Channel - Interface in org.apache.dubbo.remoting
Channel.
CHANNEL_ATTRIBUTE_READONLY_KEY - Static variable in interface org.apache.dubbo.remoting.Constants
 
CHANNEL_INACTIVE - Static variable in class org.apache.dubbo.remoting.exchange.Response
channel inactive, directly return the unfinished requests.
CHANNEL_READONLYEVENT_SENT_KEY - Static variable in interface org.apache.dubbo.remoting.Constants
 
CHANNEL_SEND_READONLYEVENT_KEY - Static variable in interface org.apache.dubbo.remoting.Constants
 
ChannelBuffer - Interface in org.apache.dubbo.remoting.buffer
A random and sequential accessible sequence of zero or more bytes (octets).
ChannelBufferFactory - Interface in org.apache.dubbo.remoting.buffer
 
ChannelBufferInputStream - Class in org.apache.dubbo.remoting.buffer
 
ChannelBufferInputStream(ChannelBuffer) - Constructor for class org.apache.dubbo.remoting.buffer.ChannelBufferInputStream
 
ChannelBufferInputStream(ChannelBuffer, int) - Constructor for class org.apache.dubbo.remoting.buffer.ChannelBufferInputStream
 
ChannelBufferOutputStream - Class in org.apache.dubbo.remoting.buffer
 
ChannelBufferOutputStream(ChannelBuffer) - Constructor for class org.apache.dubbo.remoting.buffer.ChannelBufferOutputStream
 
ChannelBuffers - Class in org.apache.dubbo.remoting.buffer
 
ChannelDelegate - Class in org.apache.dubbo.remoting.transport
ChannelDelegate
ChannelDelegate() - Constructor for class org.apache.dubbo.remoting.transport.ChannelDelegate
 
ChannelDelegate(Channel) - Constructor for class org.apache.dubbo.remoting.transport.ChannelDelegate
 
ChannelEventRunnable - Class in org.apache.dubbo.remoting.transport.dispatcher
 
ChannelEventRunnable(Channel, ChannelHandler, ChannelEventRunnable.ChannelState) - Constructor for class org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable
 
ChannelEventRunnable(Channel, ChannelHandler, ChannelEventRunnable.ChannelState, Object) - Constructor for class org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable
 
ChannelEventRunnable(Channel, ChannelHandler, ChannelEventRunnable.ChannelState, Throwable) - Constructor for class org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable
 
ChannelEventRunnable(Channel, ChannelHandler, ChannelEventRunnable.ChannelState, Object, Throwable) - Constructor for class org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable
 
ChannelEventRunnable.ChannelState - Enum in org.apache.dubbo.remoting.transport.dispatcher
ChannelState
ChannelHandler - Interface in org.apache.dubbo.remoting
ChannelHandler.
ChannelHandlerAdapter - Class in org.apache.dubbo.remoting.transport
ChannelHandlerAdapter.
ChannelHandlerAdapter() - Constructor for class org.apache.dubbo.remoting.transport.ChannelHandlerAdapter
 
ChannelHandlerDelegate - Interface in org.apache.dubbo.remoting.transport
 
ChannelHandlerDispatcher - Class in org.apache.dubbo.remoting.transport
ChannelListenerDispatcher
ChannelHandlerDispatcher() - Constructor for class org.apache.dubbo.remoting.transport.ChannelHandlerDispatcher
 
ChannelHandlerDispatcher(ChannelHandler...) - Constructor for class org.apache.dubbo.remoting.transport.ChannelHandlerDispatcher
 
ChannelHandlerDispatcher(Collection<ChannelHandler>) - Constructor for class org.apache.dubbo.remoting.transport.ChannelHandlerDispatcher
 
ChannelHandlers - Class in org.apache.dubbo.remoting.transport.dispatcher
 
CHARSET_KEY - Static variable in interface org.apache.dubbo.remoting.Constants
 
CHECK_KEY - Static variable in interface org.apache.dubbo.remoting.Constants
 
clear() - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
clear() - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Sets the readerIndex and writerIndex of this buffer to 0.
ClearTelnetHandler - Class in org.apache.dubbo.remoting.telnet.support.command
ClearTelnetHandler
ClearTelnetHandler() - Constructor for class org.apache.dubbo.remoting.telnet.support.command.ClearTelnetHandler
 
Client - Interface in org.apache.dubbo.remoting
Remoting Client.
CLIENT_ERROR - Static variable in class org.apache.dubbo.remoting.exchange.Response
internal server error.
CLIENT_KEY - Static variable in interface org.apache.dubbo.remoting.Constants
 
CLIENT_SIDE - Static variable in exception org.apache.dubbo.remoting.TimeoutException
 
CLIENT_TIMEOUT - Static variable in class org.apache.dubbo.remoting.exchange.Response
client side timeout.
ClientDelegate - Class in org.apache.dubbo.remoting.transport
ClientDelegate
ClientDelegate() - Constructor for class org.apache.dubbo.remoting.transport.ClientDelegate
 
ClientDelegate(Client) - Constructor for class org.apache.dubbo.remoting.transport.ClientDelegate
 
close() - Method in interface org.apache.dubbo.remoting.Endpoint
close the channel.
close(int) - Method in interface org.apache.dubbo.remoting.Endpoint
Graceful close the channel.
close(int) - Method in interface org.apache.dubbo.remoting.exchange.ExchangeChannel
graceful close.
close() - Method in class org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
close(int) - Method in class org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
close() - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
close(int) - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
close() - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
close(int) - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
close() - Method in class org.apache.dubbo.remoting.transport.AbstractClient
 
close(int) - Method in class org.apache.dubbo.remoting.transport.AbstractClient
 
close() - Method in class org.apache.dubbo.remoting.transport.AbstractPeer
 
close(int) - Method in class org.apache.dubbo.remoting.transport.AbstractPeer
 
close() - Method in class org.apache.dubbo.remoting.transport.AbstractServer
 
close(int) - Method in class org.apache.dubbo.remoting.transport.AbstractServer
 
close() - Method in class org.apache.dubbo.remoting.transport.ChannelDelegate
 
close(int) - Method in class org.apache.dubbo.remoting.transport.ChannelDelegate
 
close() - Method in class org.apache.dubbo.remoting.transport.ClientDelegate
 
close(int) - Method in class org.apache.dubbo.remoting.transport.ClientDelegate
 
close() - Method in class org.apache.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
 
close() - Method in class org.apache.dubbo.remoting.transport.ServerDelegate
 
close(int) - Method in class org.apache.dubbo.remoting.transport.ServerDelegate
 
closeChannel(Channel) - Static method in class org.apache.dubbo.remoting.exchange.support.DefaultFuture
close a channel when a channel is inactive directly return the unfinished requests.
CloseTimerTask - Class in org.apache.dubbo.remoting.exchange.support.header
CloseTimerTask
CloseTimerTask(AbstractTimerTask.ChannelProvider, Long, int) - Constructor for class org.apache.dubbo.remoting.exchange.support.header.CloseTimerTask
 
Codec - Interface in org.apache.dubbo.remoting
Deprecated.
Codec2 - Interface in org.apache.dubbo.remoting
 
Codec2.DecodeResult - Enum in org.apache.dubbo.remoting
 
CODEC_KEY - Static variable in interface org.apache.dubbo.remoting.Constants
 
CODEC_VERSION_KEY - Static variable in interface org.apache.dubbo.remoting.Constants
 
CodecAdapter - Class in org.apache.dubbo.remoting.transport.codec
 
CodecAdapter(Codec) - Constructor for class org.apache.dubbo.remoting.transport.codec.CodecAdapter
 
CodecSupport - Class in org.apache.dubbo.remoting.transport
 
compare(ChannelBuffer, ChannelBuffer) - Static method in class org.apache.dubbo.remoting.buffer.ChannelBuffers
 
compareTo(ChannelBuffer) - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
connect(URL, ExchangeHandler) - Method in interface org.apache.dubbo.remoting.exchange.Exchanger
connect.
connect(String) - Static method in class org.apache.dubbo.remoting.exchange.Exchangers
 
connect(URL) - Static method in class org.apache.dubbo.remoting.exchange.Exchangers
 
connect(String, Replier<?>) - Static method in class org.apache.dubbo.remoting.exchange.Exchangers
 
connect(URL, Replier<?>) - Static method in class org.apache.dubbo.remoting.exchange.Exchangers
 
connect(String, ChannelHandler, Replier<?>) - Static method in class org.apache.dubbo.remoting.exchange.Exchangers
 
connect(URL, ChannelHandler, Replier<?>) - Static method in class org.apache.dubbo.remoting.exchange.Exchangers
 
connect(String, ExchangeHandler) - Static method in class org.apache.dubbo.remoting.exchange.Exchangers
 
connect(URL, ExchangeHandler) - Static method in class org.apache.dubbo.remoting.exchange.Exchangers
 
connect(URL, ExchangeHandler) - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchanger
 
connect(URL, ChannelHandler) - Method in interface org.apache.dubbo.remoting.Transporter
Connect to a server.
connect(String, ChannelHandler...) - Static method in class org.apache.dubbo.remoting.Transporters
 
connect(URL, ChannelHandler...) - Static method in class org.apache.dubbo.remoting.Transporters
 
CONNECT_QUEUE_CAPACITY - Static variable in interface org.apache.dubbo.remoting.Constants
 
CONNECT_QUEUE_WARNING_SIZE - Static variable in interface org.apache.dubbo.remoting.Constants
 
CONNECT_TIMEOUT_KEY - Static variable in interface org.apache.dubbo.remoting.Constants
 
connected(Channel) - Method in interface org.apache.dubbo.remoting.ChannelHandler
on channel connected.
connected(Channel) - Method in class org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
 
connected(Channel) - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeHandler
 
connected(Channel) - Method in class org.apache.dubbo.remoting.exchange.support.header.HeartbeatHandler
 
connected(Channel) - Method in class org.apache.dubbo.remoting.transport.AbstractChannelHandlerDelegate
 
connected(Channel) - Method in class org.apache.dubbo.remoting.transport.AbstractPeer
 
connected(Channel) - Method in class org.apache.dubbo.remoting.transport.AbstractServer
 
connected(Channel) - Method in class org.apache.dubbo.remoting.transport.ChannelHandlerAdapter
 
connected(Channel) - Method in class org.apache.dubbo.remoting.transport.ChannelHandlerDispatcher
 
connected(Channel) - Method in class org.apache.dubbo.remoting.transport.dispatcher.all.AllChannelHandler
 
connected(Channel) - Method in class org.apache.dubbo.remoting.transport.dispatcher.connection.ConnectionOrderedChannelHandler
 
connected(Channel) - Method in class org.apache.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
 
ConnectionOrderedChannelHandler - Class in org.apache.dubbo.remoting.transport.dispatcher.connection
 
ConnectionOrderedChannelHandler(ChannelHandler, URL) - Constructor for class org.apache.dubbo.remoting.transport.dispatcher.connection.ConnectionOrderedChannelHandler
 
ConnectionOrderedDispatcher - Class in org.apache.dubbo.remoting.transport.dispatcher.connection
connect disconnect ensure the order
ConnectionOrderedDispatcher() - Constructor for class org.apache.dubbo.remoting.transport.dispatcher.connection.ConnectionOrderedDispatcher
 
CONNECTIONS_KEY - Static variable in interface org.apache.dubbo.remoting.Constants
 
Constants - Interface in org.apache.dubbo.remoting
 
copy() - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
copy(int, int) - Method in class org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
copy() - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Returns a copy of this buffer's readable bytes.
copy(int, int) - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Returns a copy of this buffer's sub-region.
copy(int, int) - Method in class org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
copy(int, int) - Method in class org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
create() - Static method in class org.apache.dubbo.remoting.exchange.support.MultiMessage
 
createFromArray(Object...) - Static method in class org.apache.dubbo.remoting.exchange.support.MultiMessage
 
createFromCollection(Collection) - Static method in class org.apache.dubbo.remoting.exchange.support.MultiMessage
 

D

decode(Channel, InputStream) - Method in interface org.apache.dubbo.remoting.Codec
Deprecated.
Decode message.
decode(Channel, ChannelBuffer) - Method in interface org.apache.dubbo.remoting.Codec2
 
decode() - Method in interface org.apache.dubbo.remoting.Decodeable
 
decode(Channel, ChannelBuffer) - Method in class org.apache.dubbo.remoting.exchange.codec.ExchangeCodec
 
decode(Channel, ChannelBuffer) - Method in class org.apache.dubbo.remoting.telnet.codec.TelnetCodec
 
decode(Channel, ChannelBuffer) - Method in class org.apache.dubbo.remoting.transport.codec.CodecAdapter
 
decode(Channel, ChannelBuffer) - Method in class org.apache.dubbo.remoting.transport.codec.TransportCodec
Deprecated.
 
Decodeable - Interface in org.apache.dubbo.remoting
 
DecodeHandler - Class in org.apache.dubbo.remoting.transport
 
DecodeHandler(ChannelHandler) - Constructor for class org.apache.dubbo.remoting.transport.DecodeHandler
 
DEFAULT_ACCEPTS - Static variable in interface org.apache.dubbo.remoting.Constants
 
DEFAULT_BACKLOG - Static variable in interface org.apache.dubbo.remoting.Constants
 
DEFAULT_BUFFER_SIZE - Static variable in interface org.apache.dubbo.remoting.Constants
default buffer size is 8k.
DEFAULT_CHARSET - Static variable in interface org.apache.dubbo.remoting.Constants
 
DEFAULT_CONNECT_QUEUE_WARNING_SIZE - Static variable in interface org.apache.dubbo.remoting.Constants
 
DEFAULT_CONNECT_TIMEOUT - Static variable in interface org.apache.dubbo.remoting.Constants
 
DEFAULT_EXCHANGER - Static variable in interface org.apache.dubbo.remoting.Constants
 
DEFAULT_HEARTBEAT - Static variable in interface org.apache.dubbo.remoting.Constants
 
DEFAULT_IDLE_TIMEOUT - Static variable in interface org.apache.dubbo.remoting.Constants
 
DEFAULT_IO_THREADS - Static variable in interface org.apache.dubbo.remoting.Constants
 
DEFAULT_PAYLOAD - Static variable in interface org.apache.dubbo.remoting.Constants
8M
DEFAULT_PROMPT - Static variable in interface org.apache.dubbo.remoting.Constants
 
DEFAULT_RECONNECT_PERIOD - Static variable in interface org.apache.dubbo.remoting.Constants
 
DEFAULT_REMOTING_CLIENT - Static variable in interface org.apache.dubbo.remoting.Constants
 
DEFAULT_REMOTING_SERIALIZATION - Static variable in interface org.apache.dubbo.remoting.Constants
 
DEFAULT_TRANSPORTER - Static variable in interface org.apache.dubbo.remoting.Constants
 
DefaultFuture - Class in org.apache.dubbo.remoting.exchange.support
DefaultFuture.
deserialize(URL, InputStream, byte) - Static method in class org.apache.dubbo.remoting.transport.CodecSupport
 
directBuffer(int) - Static method in class org.apache.dubbo.remoting.buffer.ChannelBuffers
 
DirectChannelBufferFactory - Class in org.apache.dubbo.remoting.buffer
 
DirectChannelBufferFactory() - Constructor for class org.apache.dubbo.remoting.buffer.DirectChannelBufferFactory
 
DirectChannelHandler - Class in org.apache.dubbo.remoting.transport.dispatcher.direct
 
DirectChannelHandler(ChannelHandler, URL) - Constructor for class org.apache.dubbo.remoting.transport.dispatcher.direct.DirectChannelHandler
 
DirectDispatcher - Class in org.apache.dubbo.remoting.transport.dispatcher.direct
Direct dispatcher
DirectDispatcher() - Constructor for class org.apache.dubbo.remoting.transport.dispatcher.direct.DirectDispatcher
 
discardReadBytes() - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
discardReadBytes() - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Discards the bytes between the 0th index and readerIndex.
disconnect() - Method in class org.apache.dubbo.remoting.transport.AbstractClient
 
disconnected(Channel) - Method in interface org.apache.dubbo.remoting.ChannelHandler
on channel disconnected.
disconnected(Channel) - Method in class org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
 
disconnected(Channel) - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeHandler
 
disconnected(Channel) - Method in class org.apache.dubbo.remoting.exchange.support.header.HeartbeatHandler
 
disconnected(Channel) - Method in class org.apache.dubbo.remoting.transport.AbstractChannelHandlerDelegate
 
disconnected(Channel) - Method in class org.apache.dubbo.remoting.transport.AbstractPeer
 
disconnected(Channel) - Method in class org.apache.dubbo.remoting.transport.AbstractServer
 
disconnected(Channel) - Method in class org.apache.dubbo.remoting.transport.ChannelHandlerAdapter
 
disconnected(Channel) - Method in class org.apache.dubbo.remoting.transport.ChannelHandlerDispatcher
 
disconnected(Channel) - Method in class org.apache.dubbo.remoting.transport.dispatcher.all.AllChannelHandler
 
disconnected(Channel) - Method in class org.apache.dubbo.remoting.transport.dispatcher.connection.ConnectionOrderedChannelHandler
 
disconnected(Channel) - Method in class org.apache.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
 
DISPACTHER_KEY - Static variable in interface org.apache.dubbo.remoting.Constants
 
dispatch(ChannelHandler, URL) - Method in interface org.apache.dubbo.remoting.Dispatcher
dispatch the message to threadpool.
dispatch(ChannelHandler, URL) - Method in class org.apache.dubbo.remoting.transport.dispatcher.all.AllDispatcher
 
dispatch(ChannelHandler, URL) - Method in class org.apache.dubbo.remoting.transport.dispatcher.connection.ConnectionOrderedDispatcher
 
dispatch(ChannelHandler, URL) - Method in class org.apache.dubbo.remoting.transport.dispatcher.direct.DirectDispatcher
 
dispatch(ChannelHandler, URL) - Method in class org.apache.dubbo.remoting.transport.dispatcher.execution.ExecutionDispatcher
 
dispatch(ChannelHandler, URL) - Method in class org.apache.dubbo.remoting.transport.dispatcher.message.MessageOnlyDispatcher
 
Dispatcher - Interface in org.apache.dubbo.remoting
ChannelHandlerWrapper (SPI, Singleton, ThreadSafe)
DISPATCHER_KEY - Static variable in interface org.apache.dubbo.remoting.Constants
 
dynamicBuffer() - Static method in class org.apache.dubbo.remoting.buffer.ChannelBuffers
 
dynamicBuffer(int) - Static method in class org.apache.dubbo.remoting.buffer.ChannelBuffers
 
dynamicBuffer(int, ChannelBufferFactory) - Static method in class org.apache.dubbo.remoting.buffer.ChannelBuffers
 
DynamicChannelBuffer - Class in org.apache.dubbo.remoting.buffer
 
DynamicChannelBuffer(int) - Constructor for class org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
DynamicChannelBuffer(int, ChannelBufferFactory) - Constructor for class org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 

E

EMPTY_BUFFER - Static variable in class org.apache.dubbo.remoting.buffer.ChannelBuffers
 
encode(Channel, OutputStream, Object) - Method in interface org.apache.dubbo.remoting.Codec
Deprecated.
Encode message.
encode(Channel, ChannelBuffer, Object) - Method in interface org.apache.dubbo.remoting.Codec2
 
encode(Channel, ChannelBuffer, Object) - Method in class org.apache.dubbo.remoting.exchange.codec.ExchangeCodec
 
encode(Channel, ChannelBuffer, Object) - Method in class org.apache.dubbo.remoting.telnet.codec.TelnetCodec
 
encode(Channel, ChannelBuffer, Object) - Method in class org.apache.dubbo.remoting.transport.codec.CodecAdapter
 
encode(Channel, ChannelBuffer, Object) - Method in class org.apache.dubbo.remoting.transport.codec.TransportCodec
Deprecated.
 
Endpoint - Interface in org.apache.dubbo.remoting
Endpoint.
ensureWritableBytes(int) - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
ensureWritableBytes(int) - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Makes sure the number of the writable bytes is equal to or greater than the specified value.
ensureWritableBytes(int) - Method in class org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
equals(Object) - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
equals(Object) - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Determines if the content of the specified buffer is identical to the content of this array.
equals(ChannelBuffer, ChannelBuffer) - Static method in class org.apache.dubbo.remoting.buffer.ChannelBuffers
 
ExceedPayloadLimitException - Exception in org.apache.dubbo.remoting.transport
 
ExceedPayloadLimitException(String) - Constructor for exception org.apache.dubbo.remoting.transport.ExceedPayloadLimitException
 
ExchangeChannel - Interface in org.apache.dubbo.remoting.exchange
ExchangeChannel.
ExchangeClient - Interface in org.apache.dubbo.remoting.exchange
ExchangeClient.
ExchangeCodec - Class in org.apache.dubbo.remoting.exchange.codec
ExchangeCodec.
ExchangeCodec() - Constructor for class org.apache.dubbo.remoting.exchange.codec.ExchangeCodec
 
ExchangeHandler - Interface in org.apache.dubbo.remoting.exchange
ExchangeHandler.
ExchangeHandlerAdapter - Class in org.apache.dubbo.remoting.exchange.support
ExchangeHandlerAdapter
ExchangeHandlerAdapter() - Constructor for class org.apache.dubbo.remoting.exchange.support.ExchangeHandlerAdapter
 
ExchangeHandlerDispatcher - Class in org.apache.dubbo.remoting.exchange.support
ExchangeHandlerDispatcher
ExchangeHandlerDispatcher() - Constructor for class org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
 
ExchangeHandlerDispatcher(Replier<?>) - Constructor for class org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
 
ExchangeHandlerDispatcher(ChannelHandler...) - Constructor for class org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
 
ExchangeHandlerDispatcher(Replier<?>, ChannelHandler...) - Constructor for class org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
 
Exchanger - Interface in org.apache.dubbo.remoting.exchange
Exchanger.
EXCHANGER_KEY - Static variable in interface org.apache.dubbo.remoting.Constants
 
Exchangers - Class in org.apache.dubbo.remoting.exchange
Exchanger facade.
ExchangeServer - Interface in org.apache.dubbo.remoting.exchange
ExchangeServer.
ExchangeServerDelegate - Class in org.apache.dubbo.remoting.exchange.support
ExchangeServerDelegate
ExchangeServerDelegate() - Constructor for class org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
ExchangeServerDelegate(ExchangeServer) - Constructor for class org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
ExecutionChannelHandler - Class in org.apache.dubbo.remoting.transport.dispatcher.execution
Only request message will be dispatched to thread pool.
ExecutionChannelHandler(ChannelHandler, URL) - Constructor for class org.apache.dubbo.remoting.transport.dispatcher.execution.ExecutionChannelHandler
 
ExecutionDispatcher - Class in org.apache.dubbo.remoting.transport.dispatcher.execution
In addition to sending all the use thread pool processing
ExecutionDispatcher() - Constructor for class org.apache.dubbo.remoting.transport.dispatcher.execution.ExecutionDispatcher
 
ExecutionException - Exception in org.apache.dubbo.remoting
ReceiveException
ExecutionException(Object, Channel, String, Throwable) - Constructor for exception org.apache.dubbo.remoting.ExecutionException
 
ExecutionException(Object, Channel, String) - Constructor for exception org.apache.dubbo.remoting.ExecutionException
 
ExecutionException(Object, Channel, Throwable) - Constructor for exception org.apache.dubbo.remoting.ExecutionException
 
ExecutionException(Object, InetSocketAddress, InetSocketAddress, String, Throwable) - Constructor for exception org.apache.dubbo.remoting.ExecutionException
 
ExecutionException(Object, InetSocketAddress, InetSocketAddress, String) - Constructor for exception org.apache.dubbo.remoting.ExecutionException
 
ExecutionException(Object, InetSocketAddress, InetSocketAddress, Throwable) - Constructor for exception org.apache.dubbo.remoting.ExecutionException
 
ExitTelnetHandler - Class in org.apache.dubbo.remoting.telnet.support.command
ExitTelnetHandler
ExitTelnetHandler() - Constructor for class org.apache.dubbo.remoting.telnet.support.command.ExitTelnetHandler
 

F

factory() - Method in class org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
factory() - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Returns the factory which creates a ChannelBuffer whose type and default ByteOrder are same with this buffer.
factory() - Method in class org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
factory() - Method in class org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 

G

get(int) - Method in class org.apache.dubbo.remoting.exchange.support.MultiMessage
 
getAccepts() - Method in class org.apache.dubbo.remoting.transport.AbstractServer
 
getAttribute(String) - Method in interface org.apache.dubbo.remoting.Channel
get attribute.
getAttribute(String) - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
getAttribute(String) - Method in class org.apache.dubbo.remoting.transport.AbstractClient
 
getAttribute(String) - Method in class org.apache.dubbo.remoting.transport.ChannelDelegate
 
getAttribute(String) - Method in class org.apache.dubbo.remoting.transport.ClientDelegate
 
getBindAddress() - Method in class org.apache.dubbo.remoting.transport.AbstractServer
 
getBuffer(int) - Method in interface org.apache.dubbo.remoting.buffer.ChannelBufferFactory
 
getBuffer(byte[], int, int) - Method in interface org.apache.dubbo.remoting.buffer.ChannelBufferFactory
 
getBuffer(ByteBuffer) - Method in interface org.apache.dubbo.remoting.buffer.ChannelBufferFactory
 
getBuffer(int) - Method in class org.apache.dubbo.remoting.buffer.DirectChannelBufferFactory
 
getBuffer(byte[], int, int) - Method in class org.apache.dubbo.remoting.buffer.DirectChannelBufferFactory
 
getBuffer(ByteBuffer) - Method in class org.apache.dubbo.remoting.buffer.DirectChannelBufferFactory
 
getBuffer(int) - Method in class org.apache.dubbo.remoting.buffer.HeapChannelBufferFactory
 
getBuffer(byte[], int, int) - Method in class org.apache.dubbo.remoting.buffer.HeapChannelBufferFactory
 
getBuffer(ByteBuffer) - Method in class org.apache.dubbo.remoting.buffer.HeapChannelBufferFactory
 
getByte(int) - Method in class org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
getByte(int) - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Gets a byte at the specified absolute index in this buffer.
getByte(int) - Method in class org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
getByte(int) - Method in class org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
getBytes(int, byte[]) - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
getBytes(int, ChannelBuffer) - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
getBytes(int, ChannelBuffer, int) - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
getBytes(int, byte[], int, int) - Method in class org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
getBytes(int, ByteBuffer) - Method in class org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
getBytes(int, ChannelBuffer, int, int) - Method in class org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
getBytes(int, OutputStream, int) - Method in class org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
getBytes(int, byte[]) - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, byte[], int, int) - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, ByteBuffer) - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the specified absolute index until the destination's position reaches its limit.
getBytes(int, ChannelBuffer) - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the specified absolute index until the destination becomes non-writable.
getBytes(int, ChannelBuffer, int) - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, ChannelBuffer, int, int) - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, OutputStream, int) - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers this buffer's data to the specified stream starting at the specified absolute index.
getBytes(int, byte[], int, int) - Method in class org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
getBytes(int, ByteBuffer) - Method in class org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
getBytes(int, ChannelBuffer, int, int) - Method in class org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
getBytes(int, OutputStream, int) - Method in class org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
getBytes(int, ChannelBuffer, int, int) - Method in class org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
getBytes(int, byte[], int, int) - Method in class org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
getBytes(int, ByteBuffer) - Method in class org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
getBytes(int, OutputStream, int) - Method in class org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
getBytes(int, GatheringByteChannel, int) - Method in class org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
getChannel(InetSocketAddress) - Method in class org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
getChannel(InetSocketAddress) - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
getChannel(InetSocketAddress) - Method in interface org.apache.dubbo.remoting.RemotingServer
get channel.
getChannel() - Method in class org.apache.dubbo.remoting.transport.ChannelDelegate
 
getChannel(InetSocketAddress) - Method in class org.apache.dubbo.remoting.transport.ServerDelegate
 
getChannelHandler() - Method in interface org.apache.dubbo.remoting.Endpoint
get channel handler.
getChannelHandler() - Method in class org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
getChannelHandler() - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
getChannelHandler() - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
getChannelHandler() - Method in class org.apache.dubbo.remoting.transport.AbstractPeer
 
getChannelHandler() - Method in class org.apache.dubbo.remoting.transport.ChannelDelegate
 
getChannelHandler() - Method in class org.apache.dubbo.remoting.transport.ClientDelegate
 
getChannelHandler() - Method in class org.apache.dubbo.remoting.transport.ServerDelegate
 
getChannelHandlers() - Method in class org.apache.dubbo.remoting.transport.ChannelHandlerDispatcher
 
getChannels() - Method in class org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
getChannels() - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
getChannels() - Method in interface org.apache.dubbo.remoting.RemotingServer
get channels.
getChannels() - Method in class org.apache.dubbo.remoting.transport.ServerDelegate
 
getClient() - Method in class org.apache.dubbo.remoting.transport.ClientDelegate
 
getCodec() - Method in class org.apache.dubbo.remoting.transport.codec.CodecAdapter
 
getConnectAddress() - Method in class org.apache.dubbo.remoting.transport.AbstractClient
 
getData() - Method in class org.apache.dubbo.remoting.exchange.Request
 
getDelegateHandler() - Method in class org.apache.dubbo.remoting.transport.AbstractPeer
Return the final handler (which may have been wrapped).
getErrorMessage() - Method in class org.apache.dubbo.remoting.exchange.Response
 
getExchangeChannel(InetSocketAddress) - Method in interface org.apache.dubbo.remoting.exchange.ExchangeServer
get channel.
getExchangeChannel(InetSocketAddress) - Method in class org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
getExchangeChannel(InetSocketAddress) - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
getExchangeChannels() - Method in interface org.apache.dubbo.remoting.exchange.ExchangeServer
get channels.
getExchangeChannels() - Method in class org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
getExchangeChannels() - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
getExchangeHandler() - Method in interface org.apache.dubbo.remoting.exchange.ExchangeChannel
get message handler.
getExchangeHandler() - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
getExchanger(URL) - Static method in class org.apache.dubbo.remoting.exchange.Exchangers
 
getExchanger(String) - Static method in class org.apache.dubbo.remoting.exchange.Exchangers
 
getExecutor() - Method in class org.apache.dubbo.remoting.exchange.support.DefaultFuture
 
getExecutorService() - Method in class org.apache.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
Deprecated.
getFuture(long) - Static method in class org.apache.dubbo.remoting.exchange.support.DefaultFuture
 
getHandler() - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeHandler
 
getHandler() - Method in class org.apache.dubbo.remoting.transport.AbstractChannelHandlerDelegate
 
getHandler() - Method in class org.apache.dubbo.remoting.transport.AbstractPeer
Deprecated.
getHandler() - Method in interface org.apache.dubbo.remoting.transport.ChannelHandlerDelegate
 
getHandler() - Method in class org.apache.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
 
getHeartbeat(URL) - Static method in class org.apache.dubbo.remoting.utils.UrlUtils
 
getId() - Method in class org.apache.dubbo.remoting.exchange.Request
 
getId() - Method in class org.apache.dubbo.remoting.exchange.Response
 
getIDByName(String) - Static method in class org.apache.dubbo.remoting.transport.CodecSupport
 
getIdleTimeout() - Method in class org.apache.dubbo.remoting.transport.AbstractServer
 
getIdleTimeout(URL) - Static method in class org.apache.dubbo.remoting.utils.UrlUtils
 
getInstance() - Static method in class org.apache.dubbo.remoting.buffer.DirectChannelBufferFactory
 
getInstance() - Static method in class org.apache.dubbo.remoting.buffer.HeapChannelBufferFactory
 
getLocalAddress() - Method in interface org.apache.dubbo.remoting.Endpoint
get local address.
getLocalAddress() - Method in class org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
getLocalAddress() - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
getLocalAddress() - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
getLocalAddress() - Method in exception org.apache.dubbo.remoting.RemotingException
 
getLocalAddress() - Method in class org.apache.dubbo.remoting.transport.AbstractClient
 
getLocalAddress() - Method in class org.apache.dubbo.remoting.transport.AbstractServer
 
getLocalAddress() - Method in class org.apache.dubbo.remoting.transport.ChannelDelegate
 
getLocalAddress() - Method in class org.apache.dubbo.remoting.transport.ClientDelegate
 
getLocalAddress() - Method in class org.apache.dubbo.remoting.transport.ServerDelegate
 
getMagicCode() - Method in class org.apache.dubbo.remoting.exchange.codec.ExchangeCodec
 
getMessages() - Method in class org.apache.dubbo.remoting.exchange.support.MultiMessage
 
getPhase() - Method in exception org.apache.dubbo.remoting.TimeoutException
 
getPreferredExecutorService(Object) - Method in class org.apache.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
Currently, this method is mainly customized to facilitate the thread model on consumer side.
getRemoteAddress() - Method in interface org.apache.dubbo.remoting.Channel
get remote address.
getRemoteAddress() - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
getRemoteAddress() - Method in exception org.apache.dubbo.remoting.RemotingException
 
getRemoteAddress() - Method in class org.apache.dubbo.remoting.transport.AbstractClient
 
getRemoteAddress() - Method in class org.apache.dubbo.remoting.transport.ChannelDelegate
 
getRemoteAddress() - Method in class org.apache.dubbo.remoting.transport.ClientDelegate
 
getRequest() - Method in class org.apache.dubbo.remoting.exchange.support.DefaultFuture
 
getRequest() - Method in exception org.apache.dubbo.remoting.ExecutionException
 
getRequestWithoutData(Object) - Static method in class org.apache.dubbo.remoting.utils.PayloadDropper
only log body in debugger mode for size & security consideration.
getResult() - Method in class org.apache.dubbo.remoting.exchange.Response
 
getSerialization(URL) - Static method in class org.apache.dubbo.remoting.transport.CodecSupport
 
getSerialization(URL, Byte) - Static method in class org.apache.dubbo.remoting.transport.CodecSupport
 
getSerializationById(Byte) - Static method in class org.apache.dubbo.remoting.transport.CodecSupport
 
getServer() - Method in class org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
getServer() - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
getServer() - Method in class org.apache.dubbo.remoting.transport.ServerDelegate
 
getSharedExecutorService() - Method in class org.apache.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
get the shared executor for current Server or Client
getStatus() - Method in class org.apache.dubbo.remoting.exchange.Response
 
getTransporter() - Static method in class org.apache.dubbo.remoting.Transporters
 
getUrl() - Method in interface org.apache.dubbo.remoting.Endpoint
get url.
getUrl() - Method in class org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
getUrl() - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
getUrl() - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
getUrl() - Method in class org.apache.dubbo.remoting.transport.AbstractPeer
 
getUrl() - Method in class org.apache.dubbo.remoting.transport.ChannelDelegate
 
getUrl() - Method in class org.apache.dubbo.remoting.transport.ClientDelegate
 
getUrl() - Method in class org.apache.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
 
getUrl() - Method in class org.apache.dubbo.remoting.transport.ServerDelegate
 
getVersion() - Method in class org.apache.dubbo.remoting.exchange.Request
 
getVersion() - Method in class org.apache.dubbo.remoting.exchange.Response
 

H

hasArray() - Method in class org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
hasArray() - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Returns true if and only if this buffer has a backing byte array.
hasArray() - Method in class org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
hasArray() - Method in class org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
hasAttribute(String) - Method in interface org.apache.dubbo.remoting.Channel
has attribute.
hasAttribute(String) - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
hasAttribute(String) - Method in class org.apache.dubbo.remoting.transport.AbstractClient
 
hasAttribute(String) - Method in class org.apache.dubbo.remoting.transport.ChannelDelegate
 
hasAttribute(String) - Method in class org.apache.dubbo.remoting.transport.ClientDelegate
 
hasCode(ChannelBuffer) - Static method in class org.apache.dubbo.remoting.buffer.ChannelBuffers
 
hasFuture(Channel) - Static method in class org.apache.dubbo.remoting.exchange.support.DefaultFuture
 
hashCode() - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
HeaderExchangeClient - Class in org.apache.dubbo.remoting.exchange.support.header
DefaultMessageClient
HeaderExchangeClient(Client, boolean) - Constructor for class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
HeaderExchangeHandler - Class in org.apache.dubbo.remoting.exchange.support.header
ExchangeReceiver
HeaderExchangeHandler(ExchangeHandler) - Constructor for class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeHandler
 
HeaderExchanger - Class in org.apache.dubbo.remoting.exchange.support.header
DefaultMessenger
HeaderExchanger() - Constructor for class org.apache.dubbo.remoting.exchange.support.header.HeaderExchanger
 
HeaderExchangeServer - Class in org.apache.dubbo.remoting.exchange.support.header
ExchangeServerImpl
HeaderExchangeServer(RemotingServer) - Constructor for class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
HeapChannelBuffer - Class in org.apache.dubbo.remoting.buffer
 
HeapChannelBuffer(int) - Constructor for class org.apache.dubbo.remoting.buffer.HeapChannelBuffer
Creates a new heap buffer with a newly allocated byte array.
HeapChannelBuffer(byte[]) - Constructor for class org.apache.dubbo.remoting.buffer.HeapChannelBuffer
Creates a new heap buffer with an existing byte array.
HeapChannelBufferFactory - Class in org.apache.dubbo.remoting.buffer
 
HeapChannelBufferFactory() - Constructor for class org.apache.dubbo.remoting.buffer.HeapChannelBufferFactory
 
HEARTBEAT_CHECK_TICK - Static variable in interface org.apache.dubbo.remoting.Constants
Every heartbeat duration / HEARTBEAT_CHECK_TICK, check if a heartbeat should be sent.
HEARTBEAT_KEY - Static variable in interface org.apache.dubbo.remoting.Constants
 
HEARTBEAT_TIMEOUT_KEY - Static variable in interface org.apache.dubbo.remoting.Constants
 
HeartbeatHandler - Class in org.apache.dubbo.remoting.exchange.support.header
 
HeartbeatHandler(ChannelHandler) - Constructor for class org.apache.dubbo.remoting.exchange.support.header.HeartbeatHandler
 
HeartbeatTimerTask - Class in org.apache.dubbo.remoting.exchange.support.header
HeartbeatTimerTask
Help - Annotation Type in org.apache.dubbo.remoting.telnet.support
Help
HelpTelnetHandler - Class in org.apache.dubbo.remoting.telnet.support.command
HelpTelnetHandler
HelpTelnetHandler() - Constructor for class org.apache.dubbo.remoting.telnet.support.command.HelpTelnetHandler
 

I

IDLE_TIMEOUT_KEY - Static variable in interface org.apache.dubbo.remoting.Constants
 
IdleSensible - Interface in org.apache.dubbo.remoting
Indicate whether the implementation (for both server and client) has the ability to sense and handle idle connection.
isBound() - Method in class org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
isBound() - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
isBound() - Method in interface org.apache.dubbo.remoting.RemotingServer
is bound.
isBound() - Method in class org.apache.dubbo.remoting.transport.ServerDelegate
 
isBroken() - Method in class org.apache.dubbo.remoting.exchange.Request
 
isClientSide() - Method in exception org.apache.dubbo.remoting.TimeoutException
 
isClosed() - Method in interface org.apache.dubbo.remoting.Endpoint
is closed.
isClosed() - Method in class org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
isClosed() - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
isClosed() - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
isClosed() - Method in class org.apache.dubbo.remoting.transport.AbstractPeer
 
isClosed() - Method in class org.apache.dubbo.remoting.transport.ChannelDelegate
 
isClosed() - Method in class org.apache.dubbo.remoting.transport.ClientDelegate
 
isClosed() - Method in class org.apache.dubbo.remoting.transport.ServerDelegate
 
isClosing() - Method in class org.apache.dubbo.remoting.transport.AbstractPeer
 
isConnected() - Method in interface org.apache.dubbo.remoting.Channel
is connected.
isConnected() - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
isConnected() - Method in class org.apache.dubbo.remoting.transport.AbstractClient
 
isConnected() - Method in class org.apache.dubbo.remoting.transport.ChannelDelegate
 
isConnected() - Method in class org.apache.dubbo.remoting.transport.ClientDelegate
 
isDirect() - Method in class org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
isDirect() - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Returns true if and only if this buffer is backed by an NIO direct buffer.
isDirect() - Method in class org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
isDirect() - Method in class org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
isEmpty() - Method in class org.apache.dubbo.remoting.exchange.support.MultiMessage
 
isEvent() - Method in class org.apache.dubbo.remoting.exchange.Request
 
isEvent() - Method in class org.apache.dubbo.remoting.exchange.Response
 
isHeartbeat() - Method in class org.apache.dubbo.remoting.exchange.Request
 
isHeartbeat() - Method in class org.apache.dubbo.remoting.exchange.Response
 
isServerSide() - Method in exception org.apache.dubbo.remoting.TimeoutException
 
isTwoWay() - Method in class org.apache.dubbo.remoting.exchange.Request
 
iterator() - Method in class org.apache.dubbo.remoting.exchange.support.MultiMessage
 

K

KEY_READ_TIMESTAMP - Static variable in class org.apache.dubbo.remoting.exchange.support.header.HeartbeatHandler
 
KEY_WRITE_TIMESTAMP - Static variable in class org.apache.dubbo.remoting.exchange.support.header.HeartbeatHandler
 

L

LEAST_HEARTBEAT_DURATION - Static variable in interface org.apache.dubbo.remoting.Constants
the least heartbeat during is 1000 ms.
LogTelnetHandler - Class in org.apache.dubbo.remoting.telnet.support.command
LogTelnetHandler
LogTelnetHandler() - Constructor for class org.apache.dubbo.remoting.telnet.support.command.LogTelnetHandler
 

M

mark(int) - Method in class org.apache.dubbo.remoting.buffer.ChannelBufferInputStream
 
markReaderIndex() - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
markReaderIndex() - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Marks the current readerIndex in this buffer.
markSupported() - Method in class org.apache.dubbo.remoting.buffer.ChannelBufferInputStream
 
markWriterIndex() - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
markWriterIndex() - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Marks the current writerIndex in this buffer.
MAX_BUFFER_SIZE - Static variable in interface org.apache.dubbo.remoting.Constants
 
MessageOnlyChannelHandler - Class in org.apache.dubbo.remoting.transport.dispatcher.message
 
MessageOnlyChannelHandler(ChannelHandler, URL) - Constructor for class org.apache.dubbo.remoting.transport.dispatcher.message.MessageOnlyChannelHandler
 
MessageOnlyDispatcher - Class in org.apache.dubbo.remoting.transport.dispatcher.message
Only message receive uses the thread pool.
MessageOnlyDispatcher() - Constructor for class org.apache.dubbo.remoting.transport.dispatcher.message.MessageOnlyDispatcher
 
MIN_BUFFER_SIZE - Static variable in interface org.apache.dubbo.remoting.Constants
 
MultiMessage - Class in org.apache.dubbo.remoting.exchange.support
 
MultiMessageHandler - Class in org.apache.dubbo.remoting.transport
 
MultiMessageHandler(ChannelHandler) - Constructor for class org.apache.dubbo.remoting.transport.MultiMessageHandler
 

N

NAME - Static variable in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchanger
 
NAME - Static variable in class org.apache.dubbo.remoting.transport.dispatcher.all.AllDispatcher
 
NAME - Static variable in class org.apache.dubbo.remoting.transport.dispatcher.connection.ConnectionOrderedDispatcher
 
NAME - Static variable in class org.apache.dubbo.remoting.transport.dispatcher.direct.DirectDispatcher
 
NAME - Static variable in class org.apache.dubbo.remoting.transport.dispatcher.execution.ExecutionDispatcher
 
NAME - Static variable in class org.apache.dubbo.remoting.transport.dispatcher.message.MessageOnlyDispatcher
 
NEED_MORE_INPUT - Static variable in interface org.apache.dubbo.remoting.Codec
Deprecated.
Need more input poison.
newFuture(Channel, Request, int, ExecutorService) - Static method in class org.apache.dubbo.remoting.exchange.support.DefaultFuture
init a DefaultFuture 1.init a DefaultFuture 2.timeout check

O

OK - Static variable in class org.apache.dubbo.remoting.exchange.Response
ok.
org.apache.dubbo.remoting - package org.apache.dubbo.remoting
 
org.apache.dubbo.remoting.buffer - package org.apache.dubbo.remoting.buffer
 
org.apache.dubbo.remoting.exchange - package org.apache.dubbo.remoting.exchange
 
org.apache.dubbo.remoting.exchange.codec - package org.apache.dubbo.remoting.exchange.codec
 
org.apache.dubbo.remoting.exchange.support - package org.apache.dubbo.remoting.exchange.support
 
org.apache.dubbo.remoting.exchange.support.header - package org.apache.dubbo.remoting.exchange.support.header
 
org.apache.dubbo.remoting.telnet - package org.apache.dubbo.remoting.telnet
 
org.apache.dubbo.remoting.telnet.codec - package org.apache.dubbo.remoting.telnet.codec
 
org.apache.dubbo.remoting.telnet.support - package org.apache.dubbo.remoting.telnet.support
 
org.apache.dubbo.remoting.telnet.support.command - package org.apache.dubbo.remoting.telnet.support.command
 
org.apache.dubbo.remoting.transport - package org.apache.dubbo.remoting.transport
 
org.apache.dubbo.remoting.transport.codec - package org.apache.dubbo.remoting.transport.codec
 
org.apache.dubbo.remoting.transport.dispatcher - package org.apache.dubbo.remoting.transport.dispatcher
 
org.apache.dubbo.remoting.transport.dispatcher.all - package org.apache.dubbo.remoting.transport.dispatcher.all
 
org.apache.dubbo.remoting.transport.dispatcher.connection - package org.apache.dubbo.remoting.transport.dispatcher.connection
 
org.apache.dubbo.remoting.transport.dispatcher.direct - package org.apache.dubbo.remoting.transport.dispatcher.direct
 
org.apache.dubbo.remoting.transport.dispatcher.execution - package org.apache.dubbo.remoting.transport.dispatcher.execution
 
org.apache.dubbo.remoting.transport.dispatcher.message - package org.apache.dubbo.remoting.transport.dispatcher.message
 
org.apache.dubbo.remoting.utils - package org.apache.dubbo.remoting.utils
 

P

PAYLOAD_KEY - Static variable in interface org.apache.dubbo.remoting.Constants
 
PayloadDropper - Class in org.apache.dubbo.remoting.utils
 
PayloadDropper() - Constructor for class org.apache.dubbo.remoting.utils.PayloadDropper
 
PROMPT_KEY - Static variable in interface org.apache.dubbo.remoting.Constants
 

R

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
 

S

send(Object) - Method in interface org.apache.dubbo.remoting.Endpoint
send message.
send(Object, boolean) - Method in interface org.apache.dubbo.remoting.Endpoint
send message.
send(Object) - Method in class org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
send(Object, boolean) - Method in class org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
send(Object) - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
send(Object, boolean) - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
send(Object) - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
send(Object, boolean) - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
send(Object, boolean) - Method in class org.apache.dubbo.remoting.transport.AbstractChannel
 
send(Object, boolean) - Method in class org.apache.dubbo.remoting.transport.AbstractClient
 
send(Object) - Method in class org.apache.dubbo.remoting.transport.AbstractPeer
 
send(Object, boolean) - Method in class org.apache.dubbo.remoting.transport.AbstractServer
 
send(Object) - Method in class org.apache.dubbo.remoting.transport.ChannelDelegate
 
send(Object, boolean) - Method in class org.apache.dubbo.remoting.transport.ChannelDelegate
 
send(Object) - Method in class org.apache.dubbo.remoting.transport.ClientDelegate
 
send(Object, boolean) - Method in class org.apache.dubbo.remoting.transport.ClientDelegate
 
send(Object) - Method in class org.apache.dubbo.remoting.transport.ServerDelegate
 
send(Object, boolean) - Method in class org.apache.dubbo.remoting.transport.ServerDelegate
 
SEND_RECONNECT_KEY - Static variable in interface org.apache.dubbo.remoting.Constants
 
sent(Channel, Object) - Method in interface org.apache.dubbo.remoting.ChannelHandler
on message sent.
sent(Channel, Request) - Static method in class org.apache.dubbo.remoting.exchange.support.DefaultFuture
 
sent(Channel, Object) - Method in class org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
 
sent(Channel, Object) - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeHandler
 
sent(Channel, Object) - Method in class org.apache.dubbo.remoting.exchange.support.header.HeartbeatHandler
 
sent(Channel, Object) - Method in class org.apache.dubbo.remoting.transport.AbstractChannelHandlerDelegate
 
sent(Channel, Object) - Method in class org.apache.dubbo.remoting.transport.AbstractPeer
 
sent(Channel, Object) - Method in class org.apache.dubbo.remoting.transport.ChannelHandlerAdapter
 
sent(Channel, Object) - Method in class org.apache.dubbo.remoting.transport.ChannelHandlerDispatcher
 
sent(Channel, Object) - Method in class org.apache.dubbo.remoting.transport.dispatcher.WrappedChannelHandler
 
SENT_KEY - Static variable in interface org.apache.dubbo.remoting.Constants
 
SERIALIZATION_KEY - Static variable in interface org.apache.dubbo.remoting.Constants
 
SERVER_ERROR - Static variable in class org.apache.dubbo.remoting.exchange.Response
internal server error.
SERVER_KEY - Static variable in interface org.apache.dubbo.remoting.Constants
 
SERVER_SIDE - Static variable in exception org.apache.dubbo.remoting.TimeoutException
 
SERVER_THREADPOOL_EXHAUSTED_ERROR - Static variable in class org.apache.dubbo.remoting.exchange.Response
server side threadpool exhausted and quick return.
SERVER_TIMEOUT - Static variable in class org.apache.dubbo.remoting.exchange.Response
server side timeout.
ServerDelegate - Class in org.apache.dubbo.remoting.transport
ServerDelegate
ServerDelegate() - Constructor for class org.apache.dubbo.remoting.transport.ServerDelegate
 
ServerDelegate(RemotingServer) - Constructor for class org.apache.dubbo.remoting.transport.ServerDelegate
 
SERVICE_ERROR - Static variable in class org.apache.dubbo.remoting.exchange.Response
service error.
SERVICE_KEY - Static variable in class org.apache.dubbo.remoting.telnet.support.command.LogTelnetHandler
 
SERVICE_NOT_FOUND - Static variable in class org.apache.dubbo.remoting.exchange.Response
service not found.
setAttribute(String, Object) - Method in interface org.apache.dubbo.remoting.Channel
set attribute.
setAttribute(String, Object) - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
setAttribute(String, Object) - Method in class org.apache.dubbo.remoting.transport.AbstractClient
 
setAttribute(String, Object) - Method in class org.apache.dubbo.remoting.transport.ChannelDelegate
 
setAttribute(String, Object) - Method in class org.apache.dubbo.remoting.transport.ClientDelegate
 
setBroken(boolean) - Method in class org.apache.dubbo.remoting.exchange.Request
 
setByte(int, int) - Method in class org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
setByte(int, int) - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Sets the specified byte at the specified absolute index in this buffer.
setByte(int, int) - Method in class org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
setByte(int, int) - Method in class org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
setBytes(int, byte[]) - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
setBytes(int, ChannelBuffer) - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
setBytes(int, ChannelBuffer, int) - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
setBytes(int, byte[], int, int) - Method in class org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
setBytes(int, ByteBuffer) - Method in class org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
setBytes(int, ChannelBuffer, int, int) - Method in class org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
setBytes(int, InputStream, int) - Method in class org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
setBytes(int, byte[]) - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers the specified source array's data to this buffer starting at the specified absolute index.
setBytes(int, 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 specified absolute index.
setBytes(int, ByteBuffer) - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers the specified source buffer's data to this buffer starting at the specified absolute index until the source buffer's position reaches its limit.
setBytes(int, ChannelBuffer) - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers the specified source buffer's data to this buffer starting at the specified absolute index until the source buffer becomes unreadable.
setBytes(int, ChannelBuffer, int) - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers the specified source buffer's data to this buffer starting at the specified absolute index.
setBytes(int, 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 specified absolute index.
setBytes(int, InputStream, int) - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Transfers the content of the specified source stream to this buffer starting at the specified absolute index.
setBytes(int, byte[], int, int) - Method in class org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
setBytes(int, ByteBuffer) - Method in class org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
setBytes(int, ChannelBuffer, int, int) - Method in class org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
setBytes(int, InputStream, int) - Method in class org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
setBytes(int, ChannelBuffer, int, int) - Method in class org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
setBytes(int, byte[], int, int) - Method in class org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
setBytes(int, ByteBuffer) - Method in class org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
setBytes(int, InputStream, int) - Method in class org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
setBytes(int, ScatteringByteChannel, int) - Method in class org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
setChannel(Channel) - Method in class org.apache.dubbo.remoting.transport.ChannelDelegate
 
setClient(Client) - Method in class org.apache.dubbo.remoting.transport.ClientDelegate
 
setData(Object) - Method in class org.apache.dubbo.remoting.exchange.Request
 
setErrorMessage(String) - Method in class org.apache.dubbo.remoting.exchange.Response
 
setEvent(String) - Method in class org.apache.dubbo.remoting.exchange.Request
 
setEvent(boolean) - Method in class org.apache.dubbo.remoting.exchange.Request
 
setEvent(String) - Method in class org.apache.dubbo.remoting.exchange.Response
 
setEvent(boolean) - Method in class org.apache.dubbo.remoting.exchange.Response
 
setExecutor(ExecutorService) - Method in class org.apache.dubbo.remoting.exchange.support.DefaultFuture
 
setHeartbeat(boolean) - Method in class org.apache.dubbo.remoting.exchange.Request
 
setHeartbeat(boolean) - Method in class org.apache.dubbo.remoting.exchange.Response
Deprecated.
setId(long) - Method in class org.apache.dubbo.remoting.exchange.Response
 
setIndex(int, int) - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
setIndex(int, int) - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Sets the readerIndex and writerIndex of this buffer in one shot.
setResult(Object) - Method in class org.apache.dubbo.remoting.exchange.Response
 
setServer(ExchangeServer) - Method in class org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
setServer(RemotingServer) - Method in class org.apache.dubbo.remoting.transport.ServerDelegate
 
setStatus(byte) - Method in class org.apache.dubbo.remoting.exchange.Response
 
setTwoWay(boolean) - Method in class org.apache.dubbo.remoting.exchange.Request
 
setVersion(String) - Method in class org.apache.dubbo.remoting.exchange.Request
 
setVersion(String) - Method in class org.apache.dubbo.remoting.exchange.Response
 
size() - Method in class org.apache.dubbo.remoting.exchange.support.MultiMessage
 
skip(long) - Method in class org.apache.dubbo.remoting.buffer.ChannelBufferInputStream
 
skipBytes(int) - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
skipBytes(int) - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Increases the current readerIndex by the specified length in this buffer.
startClose() - Method in interface org.apache.dubbo.remoting.Endpoint
 
startClose() - Method in class org.apache.dubbo.remoting.exchange.support.ExchangeServerDelegate
 
startClose() - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
startClose() - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeServer
 
startClose() - Method in class org.apache.dubbo.remoting.transport.AbstractPeer
 
startClose() - Method in class org.apache.dubbo.remoting.transport.ChannelDelegate
 
startClose() - Method in class org.apache.dubbo.remoting.transport.ClientDelegate
 
startClose() - Method in class org.apache.dubbo.remoting.transport.ServerDelegate
 
StatusTelnetHandler - Class in org.apache.dubbo.remoting.telnet.support.command
StatusTelnetHandler
StatusTelnetHandler() - Constructor for class org.apache.dubbo.remoting.telnet.support.command.StatusTelnetHandler
 

T

TELNET - Static variable in interface org.apache.dubbo.remoting.Constants
 
telnet(Channel, String) - Method in class org.apache.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher
 
telnet(Channel, String) - Method in class org.apache.dubbo.remoting.telnet.support.command.ClearTelnetHandler
 
telnet(Channel, String) - Method in class org.apache.dubbo.remoting.telnet.support.command.ExitTelnetHandler
 
telnet(Channel, String) - Method in class org.apache.dubbo.remoting.telnet.support.command.HelpTelnetHandler
 
telnet(Channel, String) - Method in class org.apache.dubbo.remoting.telnet.support.command.LogTelnetHandler
 
telnet(Channel, String) - Method in class org.apache.dubbo.remoting.telnet.support.command.StatusTelnetHandler
 
telnet(Channel, String) - Method in class org.apache.dubbo.remoting.telnet.support.TelnetHandlerAdapter
 
telnet(Channel, String) - Method in interface org.apache.dubbo.remoting.telnet.TelnetHandler
telnet.
TelnetCodec - Class in org.apache.dubbo.remoting.telnet.codec
TelnetCodec
TelnetCodec() - Constructor for class org.apache.dubbo.remoting.telnet.codec.TelnetCodec
 
TelnetHandler - Interface in org.apache.dubbo.remoting.telnet
TelnetHandler
TelnetHandlerAdapter - Class in org.apache.dubbo.remoting.telnet.support
 
TelnetHandlerAdapter() - Constructor for class org.apache.dubbo.remoting.telnet.support.TelnetHandlerAdapter
 
TelnetUtils - Class in org.apache.dubbo.remoting.telnet.support
TelnetUtils
TelnetUtils() - Constructor for class org.apache.dubbo.remoting.telnet.support.TelnetUtils
 
TICKS_PER_WHEEL - Static variable in interface org.apache.dubbo.remoting.Constants
ticks per wheel.
TIME_OUT_TIMER - Static variable in class org.apache.dubbo.remoting.exchange.support.DefaultFuture
 
TimeoutException - Exception in org.apache.dubbo.remoting
TimeoutException.
TimeoutException(boolean, Channel, String) - Constructor for exception org.apache.dubbo.remoting.TimeoutException
 
TimeoutException(boolean, InetSocketAddress, InetSocketAddress, String) - Constructor for exception org.apache.dubbo.remoting.TimeoutException
 
toByteBuffer() - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
toByteBuffer(int, int) - Method in class org.apache.dubbo.remoting.buffer.ByteBufferBackedChannelBuffer
 
toByteBuffer() - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Converts this buffer's readable bytes into a NIO buffer.
toByteBuffer(int, int) - Method in interface org.apache.dubbo.remoting.buffer.ChannelBuffer
Converts this buffer's sub-region into a NIO buffer.
toByteBuffer(int, int) - Method in class org.apache.dubbo.remoting.buffer.DynamicChannelBuffer
 
toByteBuffer(int, int) - Method in class org.apache.dubbo.remoting.buffer.HeapChannelBuffer
 
toList(List<List<String>>) - Static method in class org.apache.dubbo.remoting.telnet.support.TelnetUtils
 
toString() - Method in class org.apache.dubbo.remoting.buffer.AbstractChannelBuffer
 
toString() - Method in class org.apache.dubbo.remoting.exchange.Request
 
toString() - Method in class org.apache.dubbo.remoting.exchange.Response
 
toString() - Method in class org.apache.dubbo.remoting.exchange.support.header.HeaderExchangeClient
 
toString() - Method in class org.apache.dubbo.remoting.transport.AbstractChannel
 
toString() - Method in class org.apache.dubbo.remoting.transport.AbstractClient
 
toTable(String[], List<List<String>>) - Static method in class org.apache.dubbo.remoting.telnet.support.TelnetUtils
 
toTable(List<String>, List<List<String>>) - Static method in class org.apache.dubbo.remoting.telnet.support.TelnetUtils
 
TransportCodec - Class in org.apache.dubbo.remoting.transport.codec
Deprecated.
TransportCodec() - Constructor for class org.apache.dubbo.remoting.transport.codec.TransportCodec
Deprecated.
 
Transporter - Interface in org.apache.dubbo.remoting
Transporter.
TRANSPORTER_KEY - Static variable in interface org.apache.dubbo.remoting.Constants
 
Transporters - Class in org.apache.dubbo.remoting
Transporter facade.

U

UrlUtils - Class in org.apache.dubbo.remoting.utils
 
UrlUtils() - Constructor for class org.apache.dubbo.remoting.utils.UrlUtils
 

V

valueOf(String) - Static method in enum org.apache.dubbo.remoting.Codec2.DecodeResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.ChannelState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.dubbo.remoting.Codec2.DecodeResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.ChannelState
Returns an array containing the constants of this enum type, in the order they are declared.

W

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
 
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links

Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.