|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Channel in com.alibaba.dubbo.remoting |
---|
Subinterfaces of Channel in com.alibaba.dubbo.remoting | |
---|---|
interface |
Client
Remoting Client. |
Methods in com.alibaba.dubbo.remoting that return Channel | |
---|---|
Channel |
Server.getChannel(InetSocketAddress remoteAddress)
get channel. |
Methods in com.alibaba.dubbo.remoting that return types with arguments of type Channel | |
---|---|
Collection<Channel> |
Server.getChannels()
get channels. |
Methods in com.alibaba.dubbo.remoting with parameters of type Channel | |
---|---|
void |
ChannelHandler.caught(Channel channel,
Throwable exception)
on exception caught. |
void |
ChannelHandler.connected(Channel channel)
on channel connected. |
Object |
Codec2.decode(Channel channel,
ChannelBuffer buffer)
|
Object |
Codec.decode(Channel channel,
InputStream input)
Deprecated. Decode message. |
void |
ChannelHandler.disconnected(Channel channel)
on channel disconnected. |
void |
Codec2.encode(Channel channel,
ChannelBuffer buffer,
Object message)
|
void |
Codec.encode(Channel channel,
OutputStream output,
Object message)
Deprecated. Encode message. |
void |
ChannelHandler.received(Channel channel,
Object message)
on message received. |
void |
ChannelHandler.sent(Channel channel,
Object message)
on message sent. |
Constructors in com.alibaba.dubbo.remoting with parameters of type Channel | |
---|---|
ExecutionException(Object request,
Channel channel,
String msg)
|
|
ExecutionException(Object request,
Channel channel,
String message,
Throwable cause)
|
|
ExecutionException(Object request,
Channel channel,
Throwable cause)
|
|
RemotingException(Channel channel,
String msg)
|
|
RemotingException(Channel channel,
String message,
Throwable cause)
|
|
RemotingException(Channel channel,
Throwable cause)
|
|
TimeoutException(boolean serverSide,
Channel channel,
String message)
|
Uses of Channel in com.alibaba.dubbo.remoting.exchange |
---|
Subinterfaces of Channel in com.alibaba.dubbo.remoting.exchange | |
---|---|
interface |
ExchangeChannel
ExchangeChannel. |
interface |
ExchangeClient
ExchangeClient. |
Uses of Channel in com.alibaba.dubbo.remoting.exchange.codec |
---|
Methods in com.alibaba.dubbo.remoting.exchange.codec with parameters of type Channel | |
---|---|
Object |
ExchangeCodec.decode(Channel channel,
ChannelBuffer buffer)
|
void |
ExchangeCodec.encode(Channel channel,
ChannelBuffer buffer,
Object msg)
|
Uses of Channel in com.alibaba.dubbo.remoting.exchange.support |
---|
Methods in com.alibaba.dubbo.remoting.exchange.support that return Channel | |
---|---|
Channel |
ExchangeServerDelegate.getChannel(InetSocketAddress remoteAddress)
|
Methods in com.alibaba.dubbo.remoting.exchange.support that return types with arguments of type Channel | |
---|---|
Collection<Channel> |
ExchangeServerDelegate.getChannels()
|
Methods in com.alibaba.dubbo.remoting.exchange.support with parameters of type Channel | |
---|---|
void |
ExchangeHandlerDispatcher.caught(Channel channel,
Throwable exception)
|
void |
ExchangeHandlerDispatcher.connected(Channel channel)
|
void |
ExchangeHandlerDispatcher.disconnected(Channel channel)
|
static boolean |
DefaultFuture.hasFuture(Channel channel)
|
void |
ExchangeHandlerDispatcher.received(Channel channel,
Object message)
|
static void |
DefaultFuture.received(Channel channel,
Response response)
|
void |
ExchangeHandlerDispatcher.sent(Channel channel,
Object message)
|
static void |
DefaultFuture.sent(Channel channel,
Request request)
|
String |
ExchangeHandlerDispatcher.telnet(Channel channel,
String message)
|
Constructors in com.alibaba.dubbo.remoting.exchange.support with parameters of type Channel | |
---|---|
DefaultFuture(Channel channel,
Request request,
int timeout)
|
Uses of Channel in com.alibaba.dubbo.remoting.exchange.support.header |
---|
Classes in com.alibaba.dubbo.remoting.exchange.support.header that implement Channel | |
---|---|
class |
HeaderExchangeClient
DefaultMessageClient |
Methods in com.alibaba.dubbo.remoting.exchange.support.header that return Channel | |
---|---|
Channel |
HeaderExchangeServer.getChannel(InetSocketAddress remoteAddress)
|
Methods in com.alibaba.dubbo.remoting.exchange.support.header that return types with arguments of type Channel | |
---|---|
Collection<Channel> |
HeaderExchangeServer.getChannels()
|
Methods in com.alibaba.dubbo.remoting.exchange.support.header with parameters of type Channel | |
---|---|
void |
HeaderExchangeHandler.caught(Channel channel,
Throwable exception)
|
void |
HeartbeatHandler.connected(Channel channel)
|
void |
HeaderExchangeHandler.connected(Channel channel)
|
void |
HeartbeatHandler.disconnected(Channel channel)
|
void |
HeaderExchangeHandler.disconnected(Channel channel)
|
void |
HeartbeatHandler.received(Channel channel,
Object message)
|
void |
HeaderExchangeHandler.received(Channel channel,
Object message)
|
void |
HeartbeatHandler.sent(Channel channel,
Object message)
|
void |
HeaderExchangeHandler.sent(Channel channel,
Object message)
|
Uses of Channel in com.alibaba.dubbo.remoting.p2p.exchange.support |
---|
Methods in com.alibaba.dubbo.remoting.p2p.exchange.support that return Channel | |
---|---|
Channel |
ExchangeServerPeer.getChannel(InetSocketAddress remoteAddress)
|
Methods in com.alibaba.dubbo.remoting.p2p.exchange.support that return types with arguments of type Channel | |
---|---|
Collection<Channel> |
ExchangeServerPeer.getChannels()
|
Uses of Channel in com.alibaba.dubbo.remoting.p2p.support |
---|
Methods in com.alibaba.dubbo.remoting.p2p.support that return Channel | |
---|---|
Channel |
ServerPeer.getChannel(InetSocketAddress remoteAddress)
|
Methods in com.alibaba.dubbo.remoting.p2p.support that return types with arguments of type Channel | |
---|---|
Collection<Channel> |
ServerPeer.getChannels()
|
Uses of Channel in com.alibaba.dubbo.remoting.telnet |
---|
Methods in com.alibaba.dubbo.remoting.telnet with parameters of type Channel | |
---|---|
String |
TelnetHandler.telnet(Channel channel,
String message)
telnet. |
Uses of Channel in com.alibaba.dubbo.remoting.telnet.codec |
---|
Methods in com.alibaba.dubbo.remoting.telnet.codec with parameters of type Channel | |
---|---|
Object |
TelnetCodec.decode(Channel channel,
ChannelBuffer buffer)
|
void |
TelnetCodec.encode(Channel channel,
ChannelBuffer buffer,
Object message)
|
Uses of Channel in com.alibaba.dubbo.remoting.telnet.support |
---|
Methods in com.alibaba.dubbo.remoting.telnet.support with parameters of type Channel | |
---|---|
String |
TelnetHandlerAdapter.telnet(Channel channel,
String message)
|
Uses of Channel in com.alibaba.dubbo.remoting.telnet.support.command |
---|
Methods in com.alibaba.dubbo.remoting.telnet.support.command with parameters of type Channel | |
---|---|
String |
ExitTelnetHandler.telnet(Channel channel,
String message)
|
String |
HelpTelnetHandler.telnet(Channel channel,
String message)
|
String |
LogTelnetHandler.telnet(Channel channel,
String message)
|
String |
StatusTelnetHandler.telnet(Channel channel,
String message)
|
String |
ClearTelnetHandler.telnet(Channel channel,
String message)
|
Uses of Channel in com.alibaba.dubbo.remoting.transport |
---|
Classes in com.alibaba.dubbo.remoting.transport that implement Channel | |
---|---|
class |
AbstractChannel
AbstractChannel |
class |
AbstractClient
AbstractClient |
class |
ChannelDelegate
ChannelDelegate |
class |
ClientDelegate
ClientDelegate |
Methods in com.alibaba.dubbo.remoting.transport that return Channel | |
---|---|
Channel |
ChannelDelegate.getChannel()
|
Channel |
ServerDelegate.getChannel(InetSocketAddress remoteAddress)
|
Methods in com.alibaba.dubbo.remoting.transport that return types with arguments of type Channel | |
---|---|
Collection<Channel> |
ServerDelegate.getChannels()
|
Methods in com.alibaba.dubbo.remoting.transport with parameters of type Channel | |
---|---|
void |
ChannelHandlerDispatcher.caught(Channel channel,
Throwable exception)
|
void |
AbstractPeer.caught(Channel ch,
Throwable ex)
|
void |
AbstractChannelHandlerDelegate.caught(Channel channel,
Throwable exception)
|
void |
ChannelHandlerAdapter.caught(Channel channel,
Throwable exception)
|
void |
AbstractServer.connected(Channel ch)
|
void |
ChannelHandlerDispatcher.connected(Channel channel)
|
void |
AbstractPeer.connected(Channel ch)
|
void |
AbstractChannelHandlerDelegate.connected(Channel channel)
|
void |
ChannelHandlerAdapter.connected(Channel channel)
|
void |
AbstractServer.disconnected(Channel ch)
|
void |
ChannelHandlerDispatcher.disconnected(Channel channel)
|
void |
AbstractPeer.disconnected(Channel ch)
|
void |
AbstractChannelHandlerDelegate.disconnected(Channel channel)
|
void |
ChannelHandlerAdapter.disconnected(Channel channel)
|
void |
DecodeHandler.received(Channel channel,
Object message)
|
void |
ChannelHandlerDispatcher.received(Channel channel,
Object message)
|
void |
MultiMessageHandler.received(Channel channel,
Object message)
|
void |
AbstractPeer.received(Channel ch,
Object msg)
|
void |
AbstractChannelHandlerDelegate.received(Channel channel,
Object message)
|
void |
ChannelHandlerAdapter.received(Channel channel,
Object message)
|
void |
ChannelHandlerDispatcher.sent(Channel channel,
Object message)
|
void |
AbstractPeer.sent(Channel ch,
Object msg)
|
void |
AbstractChannelHandlerDelegate.sent(Channel channel,
Object message)
|
void |
ChannelHandlerAdapter.sent(Channel channel,
Object message)
|
void |
ChannelDelegate.setChannel(Channel channel)
|
Constructors in com.alibaba.dubbo.remoting.transport with parameters of type Channel | |
---|---|
ChannelDelegate(Channel channel)
|
Uses of Channel in com.alibaba.dubbo.remoting.transport.codec |
---|
Methods in com.alibaba.dubbo.remoting.transport.codec with parameters of type Channel | |
---|---|
Object |
TransportCodec.decode(Channel channel,
ChannelBuffer buffer)
|
Object |
CodecAdapter.decode(Channel channel,
ChannelBuffer buffer)
|
void |
TransportCodec.encode(Channel channel,
ChannelBuffer buffer,
Object message)
|
void |
CodecAdapter.encode(Channel channel,
ChannelBuffer buffer,
Object message)
|
Uses of Channel in com.alibaba.dubbo.remoting.transport.dispatcher |
---|
Methods in com.alibaba.dubbo.remoting.transport.dispatcher with parameters of type Channel | |
---|---|
void |
WrappedChannelHandler.caught(Channel channel,
Throwable exception)
|
void |
WrappedChannelHandler.connected(Channel channel)
|
void |
WrappedChannelHandler.disconnected(Channel channel)
|
void |
WrappedChannelHandler.received(Channel channel,
Object message)
|
void |
WrappedChannelHandler.sent(Channel channel,
Object message)
|
Constructors in com.alibaba.dubbo.remoting.transport.dispatcher with parameters of type Channel | |
---|---|
ChannelEventRunnable(Channel channel,
ChannelHandler handler,
ChannelEventRunnable.ChannelState state)
|
|
ChannelEventRunnable(Channel channel,
ChannelHandler handler,
ChannelEventRunnable.ChannelState state,
Object message)
|
|
ChannelEventRunnable(Channel channel,
ChannelHandler handler,
ChannelEventRunnable.ChannelState state,
Object message,
Throwable exception)
|
|
ChannelEventRunnable(Channel channel,
ChannelHandler handler,
ChannelEventRunnable.ChannelState state,
Throwable t)
|
Uses of Channel in com.alibaba.dubbo.remoting.transport.dispatcher.all |
---|
Methods in com.alibaba.dubbo.remoting.transport.dispatcher.all with parameters of type Channel | |
---|---|
void |
AllChannelHandler.caught(Channel channel,
Throwable exception)
|
void |
AllChannelHandler.connected(Channel channel)
|
void |
AllChannelHandler.disconnected(Channel channel)
|
void |
AllChannelHandler.received(Channel channel,
Object message)
|
Uses of Channel in com.alibaba.dubbo.remoting.transport.dispatcher.connection |
---|
Methods in com.alibaba.dubbo.remoting.transport.dispatcher.connection with parameters of type Channel | |
---|---|
void |
ConnectionOrderedChannelHandler.caught(Channel channel,
Throwable exception)
|
void |
ConnectionOrderedChannelHandler.connected(Channel channel)
|
void |
ConnectionOrderedChannelHandler.disconnected(Channel channel)
|
void |
ConnectionOrderedChannelHandler.received(Channel channel,
Object message)
|
Uses of Channel in com.alibaba.dubbo.remoting.transport.dispatcher.execution |
---|
Methods in com.alibaba.dubbo.remoting.transport.dispatcher.execution with parameters of type Channel | |
---|---|
void |
ExecutionChannelHandler.caught(Channel channel,
Throwable exception)
|
void |
ExecutionChannelHandler.connected(Channel channel)
|
void |
ExecutionChannelHandler.disconnected(Channel channel)
|
void |
ExecutionChannelHandler.received(Channel channel,
Object message)
|
Uses of Channel in com.alibaba.dubbo.remoting.transport.dispatcher.message |
---|
Methods in com.alibaba.dubbo.remoting.transport.dispatcher.message with parameters of type Channel | |
---|---|
void |
MessageOnlyChannelHandler.received(Channel channel,
Object message)
|
Uses of Channel in com.alibaba.dubbo.remoting.transport.grizzly |
---|
Classes in com.alibaba.dubbo.remoting.transport.grizzly that implement Channel | |
---|---|
class |
GrizzlyClient
GrizzlyClient |
Methods in com.alibaba.dubbo.remoting.transport.grizzly that return Channel | |
---|---|
Channel |
GrizzlyServer.getChannel(InetSocketAddress remoteAddress)
|
Methods in com.alibaba.dubbo.remoting.transport.grizzly that return types with arguments of type Channel | |
---|---|
Collection<Channel> |
GrizzlyServer.getChannels()
|
Methods in com.alibaba.dubbo.remoting.transport.grizzly with parameters of type Channel | |
---|---|
void |
GrizzlyServer.connected(Channel ch)
|
void |
GrizzlyServer.disconnected(Channel ch)
|
Uses of Channel in com.alibaba.dubbo.remoting.transport.mina |
---|
Classes in com.alibaba.dubbo.remoting.transport.mina that implement Channel | |
---|---|
class |
MinaClient
Mina client. |
Methods in com.alibaba.dubbo.remoting.transport.mina that return Channel | |
---|---|
Channel |
MinaServer.getChannel(InetSocketAddress remoteAddress)
|
Methods in com.alibaba.dubbo.remoting.transport.mina that return types with arguments of type Channel | |
---|---|
Collection<Channel> |
MinaServer.getChannels()
|
Uses of Channel in com.alibaba.dubbo.remoting.transport.netty |
---|
Methods in com.alibaba.dubbo.remoting.transport.netty that return Channel | |
---|---|
Channel |
NettyServer.getChannel(InetSocketAddress remoteAddress)
|
Methods in com.alibaba.dubbo.remoting.transport.netty that return types with arguments of type Channel | |
---|---|
Collection<Channel> |
NettyServer.getChannels()
|
Map<String,Channel> |
NettyHandler.getChannels()
|
Uses of Channel in com.alibaba.dubbo.remoting.transport.netty4 |
---|
Classes in com.alibaba.dubbo.remoting.transport.netty4 that implement Channel | |
---|---|
class |
NettyClient
NettyClient. |
Methods in com.alibaba.dubbo.remoting.transport.netty4 that return Channel | |
---|---|
Channel |
NettyServer.getChannel(InetSocketAddress remoteAddress)
|
Methods in com.alibaba.dubbo.remoting.transport.netty4 that return types with arguments of type Channel | |
---|---|
Collection<Channel> |
NettyServer.getChannels()
|
Map<String,Channel> |
NettyServerHandler.getChannels()
|
Uses of Channel in com.alibaba.dubbo.rpc.protocol.dubbo |
---|
Methods in com.alibaba.dubbo.rpc.protocol.dubbo with parameters of type Channel | |
---|---|
Object |
DubboCountCodec.decode(Channel channel,
ChannelBuffer buffer)
|
Object |
DecodeableRpcInvocation.decode(Channel channel,
InputStream input)
|
Object |
DecodeableRpcResult.decode(Channel channel,
InputStream input)
|
void |
DubboCountCodec.encode(Channel channel,
ChannelBuffer buffer,
Object msg)
|
void |
DecodeableRpcInvocation.encode(Channel channel,
OutputStream output,
Object message)
|
void |
DecodeableRpcResult.encode(Channel channel,
OutputStream output,
Object message)
|
Constructors in com.alibaba.dubbo.rpc.protocol.dubbo with parameters of type Channel | |
---|---|
DecodeableRpcInvocation(Channel channel,
Request request,
InputStream is,
byte id)
|
|
DecodeableRpcResult(Channel channel,
Response response,
InputStream is,
Invocation invocation,
byte id)
|
Uses of Channel in com.alibaba.dubbo.rpc.protocol.dubbo.filter |
---|
Methods in com.alibaba.dubbo.rpc.protocol.dubbo.filter with parameters of type Channel | |
---|---|
static void |
TraceFilter.addTracer(Class<?> type,
String method,
Channel channel,
int max)
|
static void |
TraceFilter.removeTracer(Class<?> type,
String method,
Channel channel)
|
Uses of Channel in com.alibaba.dubbo.rpc.protocol.dubbo.telnet |
---|
Methods in com.alibaba.dubbo.rpc.protocol.dubbo.telnet with parameters of type Channel | |
---|---|
String |
PortTelnetHandler.telnet(Channel channel,
String message)
|
String |
ChangeTelnetHandler.telnet(Channel channel,
String message)
|
String |
CountTelnetHandler.telnet(Channel channel,
String message)
|
String |
LogTelnetHandler.telnet(Channel channel,
String message)
|
String |
CurrentTelnetHandler.telnet(Channel channel,
String message)
|
String |
TraceTelnetHandler.telnet(Channel channel,
String message)
|
String |
ListTelnetHandler.telnet(Channel channel,
String message)
|
String |
InvokeTelnetHandler.telnet(Channel channel,
String message)
|
Uses of Channel in com.alibaba.dubbo.rpc.protocol.thrift |
---|
Methods in com.alibaba.dubbo.rpc.protocol.thrift with parameters of type Channel | |
---|---|
Object |
ThriftCodec.decode(Channel channel,
ChannelBuffer buffer)
|
Object |
ThriftNativeCodec.decode(Channel channel,
ChannelBuffer buffer)
|
void |
ThriftCodec.encode(Channel channel,
ChannelBuffer buffer,
Object message)
|
void |
ThriftNativeCodec.encode(Channel channel,
ChannelBuffer buffer,
Object message)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |