public TransportImpl()
{
FrameParser frameParser = new FrameParser(this);
_inputProcessor = frameParser;
_outputProcessor = new TransportOutput()
{
@Override
public int output(byte[] bytes, int offset, int size)
{
return transportOutput(bytes, offset, size);