Package co.paralleluniverse.galaxy.core.Message

Examples of co.paralleluniverse.galaxy.core.Message.INV


    }

    @Test
    public void testINVACKSer() {
        final long line = rand.nextLong();
        final INV m = Message.INV((short) rand.nextInt(), line, (short) rand.nextInt());
        testSerialize(Message.INVACK(m));

        testSerialize(Message.INVACK((short) rand.nextInt(), rand.nextLong()));
    }
View Full Code Here

TOP

Related Classes of co.paralleluniverse.galaxy.core.Message.INV

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.