public void onAccept(Channel channel) {
RequestChannel requestChannel=null;
try {
requestChannel =
new AsyncChannelToServerRequestChannel(
new SubjectCarryingChannel(
new PacketAggregatingAsyncChannel(
SyncToAsyncChannel.adapt(channel))));
requestChannel.setRequestListener(SubjectCarryingProtocolTest.this);