Class HeadersByLegCodec

  • All Implemented Interfaces:
    com.opencloud.rhino.cmp.codecs.DatatypeCodec<HeadersByLeg>

    public class HeadersByLegCodec
    extends java.lang.Object
    implements com.opencloud.rhino.cmp.codecs.DatatypeCodec<HeadersByLeg>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      HeadersByLeg decode​(java.io.DataInput in, java.lang.ClassLoader cl, com.opencloud.rhino.cmp.codecs.DecoderUtils utils)  
      void encode​(HeadersByLeg headersByLeg, java.io.DataOutput out, com.opencloud.rhino.cmp.codecs.EncoderUtils utils)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HeadersByLegCodec

        public HeadersByLegCodec()
    • Method Detail

      • encode

        public void encode​(HeadersByLeg headersByLeg,
                           java.io.DataOutput out,
                           com.opencloud.rhino.cmp.codecs.EncoderUtils utils)
                    throws java.io.IOException
        Specified by:
        encode in interface com.opencloud.rhino.cmp.codecs.DatatypeCodec<HeadersByLeg>
        Throws:
        java.io.IOException
      • decode

        public HeadersByLeg decode​(java.io.DataInput in,
                                   java.lang.ClassLoader cl,
                                   com.opencloud.rhino.cmp.codecs.DecoderUtils utils)
                            throws java.io.IOException
        Specified by:
        decode in interface com.opencloud.rhino.cmp.codecs.DatatypeCodec<HeadersByLeg>
        Throws:
        java.io.IOException