chardecoder = charset.newDecoder();
chardecoder.onMalformedInput(malformedInputAction);
chardecoder.onUnmappableCharacter(unmappableInputAction);
charencoder = charset.newEncoder();
charencoder.onMalformedInput(malformedInputAction);
charencoder.onUnmappableCharacter(unmappableInputAction);
}
final DefaultBHttpClientConnection conn = new DefaultBHttpClientConnection(
this.cconfig.getBufferSize(),
this.cconfig.getFragmentSizeHint(),
chardecoder, charencoder,