commit | c012dda796d5f57deb3a31afdafadbaa3c2b7fd4 | [log] [tgz] |
---|---|---|
author | Yuta HIGUCHI <y-higuchi@ak.jp.nec.com> | Wed Aug 17 00:43:46 2016 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Thu Aug 18 19:06:00 2016 +0000 |
tree | d4b6769e0d0b6b22d068879571898724ca7e29ce | |
parent | 89470f1d99c29655546d4e177605fea8f235bf54 [diff] |
Workaround for NoClassDefFound issue in Netty. SimpleChannelInboundHandler generates `message` instance check code on the fly, using JavaAssist. Which was not working, when a new Connection was created on the thread outside of NettyMessagingManager bundle, which did not have access to netty classes. - Implemented equivalent for SimpleChannelInboundHandler<InternaleMessage> without specifying type parameter, avoiding on the fly code generation. Other changes: - Add a method in IpAddress to return InetAddress instance. Change-Id: Ie97294a5650683457b9395e773269c5232d8e602
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.