public void onAccept(Channel channel) {
RequestChannel requestChannel=null;
try {
requestChannel =
new AsynchChannelToServerRequestChannel(
new SubjectCarryingChannel(
new PacketAggregatingAsynchChannel(
SynchToAsynchChannelAdapter.adapt(channel))));
requestChannel.setRequestListener(SubjectCarryingProtocolTest.this);