MCPcopy Create free account
hub / github.com/e2wugui/zeze / bind

Method bind

ZezeJava/ZezeJava/src/main/java/Zeze/MQ/MQSingle.java:145–155  ·  view source on GitHub ↗
(long sessionId, AsyncSocket socket)

Source from the content-addressed store, hash-verified

143 }
144
145 public void bind(long sessionId, AsyncSocket socket) {
146 lock();
147 try {
148 this.bindSessionId = sessionId;
149 this.bindSocket = socket;
150 if (null != bindSocket)
151 tryPushMessage();
152 } finally {
153 unlock();
154 }
155 }
156
157 public String getTopic() {
158 return topic;

Callers 13

listenMethod · 0.45
connectMethod · 0.45
constructorMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
app.c4eb8aac.jsFile · 0.45
dFunction · 0.45
arrangeConsumerMethod · 0.45
startMethod · 0.45
ReliableUdpMethod · 0.45
DatagramSocketMethod · 0.45
TcpSocketMethod · 0.45

Calls 3

tryPushMessageMethod · 0.95
lockMethod · 0.65
unlockMethod · 0.65

Tested by 2

mainMethod · 0.36
mainMethod · 0.36