|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.alipay.remoting.util.ConnectionUtil
public class ConnectionUtil
connection util
| Constructor Summary | |
|---|---|
ConnectionUtil()
|
|
| Method Summary | |
|---|---|
static void |
addIdGroupCallbackMapping(Integer id,
InvokeFuture callback,
io.netty.channel.Channel channel)
|
static void |
addIdPoolKeyMapping(Integer id,
String group,
io.netty.channel.Channel channel)
|
static Connection |
getConnectionFromChannel(io.netty.channel.Channel channel)
|
static InvokeFuture |
getGroupRequestCallBack(Integer id,
io.netty.channel.Channel channel)
|
static InvokeFuture |
removeIdGroupCallbackMapping(Integer id,
io.netty.channel.Channel channel)
|
static String |
removeIdPoolKeyMapping(Integer id,
io.netty.channel.Channel channel)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectionUtil()
| Method Detail |
|---|
public static Connection getConnectionFromChannel(io.netty.channel.Channel channel)
public static void addIdPoolKeyMapping(Integer id,
String group,
io.netty.channel.Channel channel)
public static String removeIdPoolKeyMapping(Integer id,
io.netty.channel.Channel channel)
public static void addIdGroupCallbackMapping(Integer id,
InvokeFuture callback,
io.netty.channel.Channel channel)
public static InvokeFuture removeIdGroupCallbackMapping(Integer id,
io.netty.channel.Channel channel)
public static InvokeFuture getGroupRequestCallBack(Integer id,
io.netty.channel.Channel channel)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||