C D E G H I M N O R S T
C
- callbackMap - 类 中的变量com.weibo.api.motan.transport.netty4.NettyClient
-
异步的request,需要注册callback future
触发remove的操作有: 1) service的返回结果处理。
- channelActive(ChannelHandlerContext) - 类 中的方法com.weibo.api.motan.transport.netty4.NettyChannelHandler
-
- channelInactive(ChannelHandlerContext) - 类 中的方法com.weibo.api.motan.transport.netty4.NettyChannelHandler
-
- channelManage - 类 中的变量com.weibo.api.motan.transport.netty4.NettyServer
-
- channelRead(ChannelHandlerContext, Object) - 类 中的方法com.weibo.api.motan.transport.netty4.NettyChannelHandler
-
- channelRegistered(ChannelHandlerContext) - 类 中的方法com.weibo.api.motan.transport.netty4.NettyServerChannelManage
-
- channelUnregistered(ChannelHandlerContext) - 类 中的方法com.weibo.api.motan.transport.netty4.NettyServerChannelManage
-
- close() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyChannel
-
- close(int) - 类 中的方法com.weibo.api.motan.transport.netty4.NettyChannel
-
- close() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyClient
-
- close(int) - 类 中的方法com.weibo.api.motan.transport.netty4.NettyClient
-
- close() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyServer
-
- close(int) - 类 中的方法com.weibo.api.motan.transport.netty4.NettyServer
-
- close() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyServerChannelManage
-
close所有的连接
- CodecUtil - com.weibo.api.motan.transport.netty4中的类
-
- CodecUtil() - 类 的构造器com.weibo.api.motan.transport.netty4.CodecUtil
-
- com.weibo.api.motan.transport.netty4 - 程序包 com.weibo.api.motan.transport.netty4
-
- createChannelFactory() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyClient
-
D
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类 中的方法com.weibo.api.motan.transport.netty4.NettyDecoder
-
E
- encode(ChannelHandlerContext, byte[], ByteBuf) - 类 中的方法com.weibo.api.motan.transport.netty4.NettyEncoder
-
- encodeObjectToBytes(Channel, Codec, Object) - 类 中的静态方法com.weibo.api.motan.transport.netty4.CodecUtil
-
- exceptionCaught(ChannelHandlerContext, Throwable) - 类 中的方法com.weibo.api.motan.transport.netty4.NettyChannelHandler
-
G
- getBootstrap() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyClient
-
- getChannels() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyServerChannelManage
-
- getData() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyMessage
-
- getLocalAddress() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyChannel
-
- getLock() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyChannel
-
- getRemoteAddress() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyChannel
-
- getRequestId() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyMessage
-
- getUrl() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyChannel
-
- getUrl() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyClient
-
- getUrl() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyServer
-
H
- heartbeat(Request) - 类 中的方法com.weibo.api.motan.transport.netty4.NettyClient
-
I
- innerCreateClient(URL) - 类 中的方法com.weibo.api.motan.transport.netty4.NettyEndpointFactory
-
- innerCreateServer(URL, MessageHandler) - 类 中的方法com.weibo.api.motan.transport.netty4.NettyEndpointFactory
-
- isAvailable() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyChannel
-
- isAvailable() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyClient
-
- isAvailable() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyServer
-
- isBound() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyServer
-
- isClosed() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyChannel
-
- isClosed() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyClient
-
- isClosed() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyServer
-
- isReconnect() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyChannel
-
- isRequest() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyMessage
-
M
- makeObject() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyChannelFactory
-
N
- NettyChannel - com.weibo.api.motan.transport.netty4中的类
-
- NettyChannel(NettyClient) - 类 的构造器com.weibo.api.motan.transport.netty4.NettyChannel
-
- NettyChannelFactory - com.weibo.api.motan.transport.netty4中的类
-
- NettyChannelFactory(NettyClient) - 类 的构造器com.weibo.api.motan.transport.netty4.NettyChannelFactory
-
- NettyChannelHandler - com.weibo.api.motan.transport.netty4中的类
-
- NettyChannelHandler(Channel, MessageHandler) - 类 的构造器com.weibo.api.motan.transport.netty4.NettyChannelHandler
-
- NettyChannelHandler(Channel, MessageHandler, ThreadPoolExecutor) - 类 的构造器com.weibo.api.motan.transport.netty4.NettyChannelHandler
-
- NettyClient - com.weibo.api.motan.transport.netty4中的类
-
- NettyClient(URL) - 类 的构造器com.weibo.api.motan.transport.netty4.NettyClient
-
- NettyDecoder - com.weibo.api.motan.transport.netty4中的类
-
- NettyDecoder(Codec, Channel, int) - 类 的构造器com.weibo.api.motan.transport.netty4.NettyDecoder
-
- NettyEncoder - com.weibo.api.motan.transport.netty4中的类
-
- NettyEncoder() - 类 的构造器com.weibo.api.motan.transport.netty4.NettyEncoder
-
- NettyEndpointFactory - com.weibo.api.motan.transport.netty4中的类
-
- NettyEndpointFactory() - 类 的构造器com.weibo.api.motan.transport.netty4.NettyEndpointFactory
-
- NettyMessage - com.weibo.api.motan.transport.netty4中的类
-
- NettyMessage(boolean, long, byte[]) - 类 的构造器com.weibo.api.motan.transport.netty4.NettyMessage
-
- NettyServer - com.weibo.api.motan.transport.netty4中的类
-
- NettyServer(URL, MessageHandler) - 类 的构造器com.weibo.api.motan.transport.netty4.NettyServer
-
- NettyServerChannelManage - com.weibo.api.motan.transport.netty4中的类
-
- NettyServerChannelManage(int) - 类 的构造器com.weibo.api.motan.transport.netty4.NettyServerChannelManage
-
O
- open() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyChannel
-
- open() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyClient
-
- open() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyServer
-
R
- rebuildObject(NettyChannel) - 类 中的方法com.weibo.api.motan.transport.netty4.NettyChannelFactory
-
- reconnect() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyChannel
-
- registerCallback(long, ResponseFuture) - 类 中的方法com.weibo.api.motan.transport.netty4.NettyClient
-
注册回调的resposne
进行最大的请求并发数的控制,如果超过NETTY_CLIENT_MAX_REQUEST的话,那么throw reject exception
- removeCallback(long) - 类 中的方法com.weibo.api.motan.transport.netty4.NettyClient
-
- request(Request) - 类 中的方法com.weibo.api.motan.transport.netty4.NettyChannel
-
- request(Request) - 类 中的方法com.weibo.api.motan.transport.netty4.NettyClient
-
- request(Request) - 类 中的方法com.weibo.api.motan.transport.netty4.NettyServer
-
S
- setData(byte[]) - 类 中的方法com.weibo.api.motan.transport.netty4.NettyMessage
-
- setRequest(boolean) - 类 中的方法com.weibo.api.motan.transport.netty4.NettyMessage
-
- setRequestId(long) - 类 中的方法com.weibo.api.motan.transport.netty4.NettyMessage
-
- statisticCallback() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyClient
-
- statisticCallback() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyServer
-
T
- toString() - 类 中的方法com.weibo.api.motan.transport.netty4.NettyChannelFactory
-
C D E G H I M N O R S T
Copyright © 2018. All rights reserved.