});
}
break;
default:
// discard the frame as we are not interested in it.
streamSourceFrameChannel.discard();
streamSourceFrameChannel.getCloseSetter().set(new ChannelListener<StreamSourceChannel>() {
@Override
public void handleEvent(StreamSourceChannel channel) {
session.getChannel().resumeReceives();
}