Package com.spotify.netty.handler.codec.zmtp

Examples of com.spotify.netty.handler.codec.zmtp.ZMTPMessage


  @Ignore("this is a benchmark")
  @Test
  public void benchmarkEncoding() throws ZMTPMessageParsingException {
    final ProgressMeter meter = new ProgressMeter("messages");
    ZMTPMessage message = new ZMTPMessage(
        asList(ZMTPFrame.create("first identity frame"),
               ZMTPFrame.create("second identity frame")),
        asList(ZMTPFrame.create("datadatadatadatadatadatadatadatadatadata"),
               ZMTPFrame.create("datadatadatadatadatadatadatadatadatadata"),
               ZMTPFrame.create("datadatadatadatadatadatadatadatadatadata"),
View Full Code Here

TOP

Related Classes of com.spotify.netty.handler.codec.zmtp.ZMTPMessage

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.