359360361362363364365366367368369
null, //reply end time null, //object key new byte[1], 0 // giop minor ); r_out.write_string( "bar" ); r_out.insertMsgSize(); byte[] b = r_out.getBufferCopy(); b[6] |= 0x02; //set "more fragments follow"
550551552553554555556557558559560
null, //reply end time null, //object key new byte[1], 1 // giop minor ); r_out.write_string( "bar" ); r_out.insertMsgSize(); byte[] b = r_out.getBufferCopy(); b[6] |= 0x02; //set "more fragments follow"
728729730731732733734735736737738
null, //object key new byte[1], 1 // giop minor ); String message = "Request"; r_out.write_string(message); r_out.insertMsgSize(); messages.add( r_out.getBufferCopy() ); DummyTransport transport =