this.session = session;
this.shAdapter = shAdapter;
this.encoder = shAdapter.codecFactory.newEncoder();
this.decoder = shAdapter.codecFactory.newDecoder();
this.encOut = new SimpleProtocolEncoderOutput();
this.decOut = new SimpleProtocolDecoderOutput();
}