MCPcopy Create free account
hub / github.com/chenshuo/muduo / channelConnected

Method channelConnected

examples/filetransfer/loadtest/Handler.java:30–34  ·  view source on GitHub ↗
(ChannelHandlerContext ctx, ChannelStateEvent e)

Source from the content-addressed store, hash-verified

28 }
29
30 @Override
31 public void channelConnected(ChannelHandlerContext ctx, ChannelStateEvent e)
32 throws Exception {
33 System.out.println("channelConnected tid=" + Thread.currentThread().getId() + " " + id);
34 }
35
36 @Override
37 public void channelDisconnected(ChannelHandlerContext ctx, ChannelStateEvent e)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected