From commits-return-47470-apmail-qpid-commits-archive=qpid.apache.org@qpid.apache.org Wed Nov 28 17:01:09 2018 Return-Path: X-Original-To: apmail-qpid-commits-archive@www.apache.org Delivered-To: apmail-qpid-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 78D36184D2 for ; Wed, 28 Nov 2018 17:01:09 +0000 (UTC) Received: (qmail 17125 invoked by uid 500); 28 Nov 2018 17:01:09 -0000 Delivered-To: apmail-qpid-commits-archive@qpid.apache.org Received: (qmail 17011 invoked by uid 500); 28 Nov 2018 17:01:09 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 16750 invoked by uid 99); 28 Nov 2018 17:01:08 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Nov 2018 17:01:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 41B5AE139B; Wed, 28 Nov 2018 17:01:08 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: robbie@apache.org To: commits@qpid.apache.org Date: Wed, 28 Nov 2018 17:01:23 -0000 Message-Id: <1812205a9bba42fc920383c59d56add3@git.apache.org> In-Reply-To: <38a83459be77486094f6621d46d8c504@git.apache.org> References: <38a83459be77486094f6621d46d8c504@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [17/51] [partial] qpid-site git commit: update site content for proton-j-0.31.0 http://git-wip-us.apache.org/repos/asf/qpid-site/blob/04855671/content/releases/qpid-proton-j-0.31.0/api/org/apache/qpid/proton/codec/EncoderImpl.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-j-0.31.0/api/org/apache/qpid/proton/codec/EncoderImpl.html b/content/releases/qpid-proton-j-0.31.0/api/org/apache/qpid/proton/codec/EncoderImpl.html new file mode 100755 index 0000000..76632af --- /dev/null +++ b/content/releases/qpid-proton-j-0.31.0/api/org/apache/qpid/proton/codec/EncoderImpl.html @@ -0,0 +1,1122 @@ + + + + + +EncoderImpl (Qpid Proton-J API) + + + + + + + + + + + +
+
org.apache.qpid.proton.codec
+

Class EncoderImpl

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.qpid.proton.codec.EncoderImpl
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EncoderImpl

        +
        public EncoderImpl(DecoderImpl decoder)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        setByteBuffer

        +
        public void setByteBuffer(WritableBuffer buf)
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getType

        +
        public AMQPType getType(java.lang.Object element)
        +
        +
        Specified by:
        +
        getType in interface Encoder
        +
        +
      • +
      + + + +
        +
      • +

        getTypeFromClass

        +
        public AMQPType getTypeFromClass(java.lang.Class clazz)
        +
      • +
      + + + +
        +
      • +

        register

        +
        public <V> void register(AMQPType<V> type)
        +
        +
        Specified by:
        +
        register in interface Encoder
        +
        +
      • +
      + + + +
        +
      • +

        registerDescribedType

        +
        public void registerDescribedType(java.lang.Class clazz,
        +                                  java.lang.Object descriptor)
        +
      • +
      + + + +
        +
      • +

        writeNull

        +
        public void writeNull()
        +
        +
        Specified by:
        +
        writeNull in interface Encoder
        +
        +
      • +
      + + + +
        +
      • +

        writeBoolean

        +
        public void writeBoolean(boolean bool)
        +
        +
        Specified by:
        +
        writeBoolean in interface Encoder
        +
        +
      • +
      + + + +
        +
      • +

        writeBoolean

        +
        public void writeBoolean(java.lang.Boolean bool)
        +
        +
        Specified by:
        +
        writeBoolean in interface Encoder
        +
        +
      • +
      + + + + + + + + + + + + + + + + + + + +
        +
      • +

        writeByte

        +
        public void writeByte(byte b)
        +
        +
        Specified by:
        +
        writeByte in interface Encoder
        +
        +
      • +
      + + + +
        +
      • +

        writeByte

        +
        public void writeByte(java.lang.Byte b)
        +
        +
        Specified by:
        +
        writeByte in interface Encoder
        +
        +
      • +
      + + + +
        +
      • +

        writeShort

        +
        public void writeShort(short s)
        +
        +
        Specified by:
        +
        writeShort in interface Encoder
        +
        +
      • +
      + + + +
        +
      • +

        writeShort

        +
        public void writeShort(java.lang.Short s)
        +
        +
        Specified by:
        +
        writeShort in interface Encoder
        +
        +
      • +
      + + + +
        +
      • +

        writeInteger

        +
        public void writeInteger(int i)
        +
        +
        Specified by:
        +
        writeInteger in interface Encoder
        +
        +
      • +
      + + + +
        +
      • +

        writeInteger

        +
        public void writeInteger(java.lang.Integer i)
        +
        +
        Specified by:
        +
        writeInteger in interface Encoder
        +
        +
      • +
      + + + +
        +
      • +

        writeLong

        +
        public void writeLong(long l)
        +
        +
        Specified by:
        +
        writeLong in interface Encoder
        +
        +
      • +
      + + + +
        +
      • +

        writeLong

        +
        public void writeLong(java.lang.Long l)
        +
        +
        Specified by:
        +
        writeLong in interface Encoder
        +
        +
      • +
      + + + +
        +
      • +

        writeFloat

        +
        public void writeFloat(float f)
        +
        +
        Specified by:
        +
        writeFloat in interface Encoder
        +
        +
      • +
      + + + +
        +
      • +

        writeFloat

        +
        public void writeFloat(java.lang.Float f)
        +
        +
        Specified by:
        +
        writeFloat in interface Encoder
        +
        +
      • +
      + + + +
        +
      • +

        writeDouble

        +
        public void writeDouble(double d)
        +
        +
        Specified by:
        +
        writeDouble in interface Encoder
        +
        +
      • +
      + + + +
        +
      • +

        writeDouble

        +
        public void writeDouble(java.lang.Double d)
        +
        +
        Specified by:
        +
        writeDouble in interface Encoder
        +
        +
      • +
      + + + + + + + + + + + + + + + +
        +
      • +

        writeCharacter

        +
        public void writeCharacter(char c)
        +
        +
        Specified by:
        +
        writeCharacter in interface Encoder
        +
        +
      • +
      + + + +
        +
      • +

        writeCharacter

        +
        public void writeCharacter(java.lang.Character c)
        +
        +
        Specified by:
        +
        writeCharacter in interface Encoder
        +
        +
      • +
      + + + +
        +
      • +

        writeTimestamp

        +
        public void writeTimestamp(long timestamp)
        +
        +
        Specified by:
        +
        writeTimestamp in interface Encoder
        +
        +
      • +
      + + + +
        +
      • +

        writeTimestamp

        +
        public void writeTimestamp(java.util.Date d)
        +
        +
        Specified by:
        +
        writeTimestamp in interface Encoder
        +
        +
      • +
      + + + +
        +
      • +

        writeUUID

        +
        public void writeUUID(java.util.UUID uuid)
        +
        +
        Specified by:
        +
        writeUUID in interface Encoder
        +
        +
      • +
      + + + + + + + +
        +
      • +

        writeString

        +
        public void writeString(java.lang.String s)
        +
        +
        Specified by:
        +
        writeString in interface Encoder
        +
        +
      • +
      + + + + + + + +
        +
      • +

        writeList

        +
        public void writeList(java.util.List l)
        +
        +
        Specified by:
        +
        writeList in interface Encoder
        +
        +
      • +
      + + + +
        +
      • +

        writeMap

        +
        public void writeMap(java.util.Map m)
        +
        +
        Specified by:
        +
        writeMap in interface Encoder
        +
        +
      • +
      + + + + + + + +
        +
      • +

        writeArray

        +
        public void writeArray(boolean[] a)
        +
        +
        Specified by:
        +
        writeArray in interface Encoder
        +
        +
      • +
      + + + +
        +
      • +

        writeArray

        +
        public void writeArray(byte[] a)
        +
        +
        Specified by:
        +
        writeArray in interface Encoder
        +
        +
      • +
      + + + +
        +
      • +

        writeArray

        +
        public void writeArray(short[] a)
        +
        +
        Specified by:
        +
        writeArray in interface Encoder
        +
        +
      • +
      + + + +
        +
      • +

        writeArray

        +
        public void writeArray(int[] a)
        +
        +
        Specified by:
        +
        writeArray in interface Encoder
        +
        +
      • +
      + + + +
        +
      • +

        writeArray

        +
        public void writeArray(long[] a)
        +
        +
        Specified by:
        +
        writeArray in interface Encoder
        +
        +
      • +
      + + + +
        +
      • +

        writeArray

        +
        public void writeArray(float[] a)
        +
        +
        Specified by:
        +
        writeArray in interface Encoder
        +
        +
      • +
      + + + +
        +
      • +

        writeArray

        +
        public void writeArray(double[] a)
        +
        +
        Specified by:
        +
        writeArray in interface Encoder
        +
        +
      • +
      + + + +
        +
      • +

        writeArray

        +
        public void writeArray(char[] a)
        +
        +
        Specified by:
        +
        writeArray in interface Encoder
        +
        +
      • +
      + + + +
        +
      • +

        writeArray

        +
        public void writeArray(java.lang.Object[] a)
        +
        +
        Specified by:
        +
        writeArray in interface Encoder
        +
        +
      • +
      + + + +
        +
      • +

        writeObject

        +
        public void writeObject(java.lang.Object o)
        +
        +
        Specified by:
        +
        writeObject in interface Encoder
        +
        +
      • +
      + + + +
        +
      • +

        writeRaw

        +
        public void writeRaw(byte b)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org