[26/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/Data.DataType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/Data.DataType.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/Data.DataType.html
new file mode 100755
index 000..92483fe
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/Data.DataType.html
@@ -0,0 +1,618 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Data.DataType (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":9,"i1":9};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Enum Constants|
+Field|
+Method
+
+
+Detail:
+Enum Constants|
+Field|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.codec
+Enum Data.DataType
+
+
+
+java.lang.Object
+
+
+java.lang.EnumData.DataType
+
+
+org.apache.qpid.proton.codec.Data.DataType
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+java.io.Serializable, java.lang.ComparableData.DataType
+
+
+Enclosing interface:
+Data
+
+
+
+public static enum Data.DataType
+extends java.lang.EnumData.DataType
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Summary
+
+Enum Constants
+
+Enum Constant and Description
+
+
+ARRAY
+
+
+BINARY
+
+
+BOOL
+
+
+BYTE
+
+
+CHAR
+
+
+DECIMAL128
+
+
+DECIMAL32
+
+
+DECIMAL64
+
+
+DESCRIBED
+
+
+DOUBLE
+
+
+FLOAT
+
+
+INT
+
+
+LIST
+
+
+LONG
+
+
+MAP
+
+
+NULL
+
+
+SHORT
+
+
+STRING
+
+
+SYMBOL
+
+
+TIMESTAMP
+
+
+UBYTE
+
+
+UINT
+
+
+ULONG
+
+
+USHORT
+
+
+UUID
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsStatic MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+static Data.DataType
+valueOf(java.lang.Stringname)
+Returns the enum constant of this type with the specified 
name.
+
+
+
+static Data.DataType[]
+values()
+Returns an array containing the constants of this enum 
type, in
+the order they are declared.
+
+
+
+
+
+
+
+Methods inherited from classjava.lang.Enum
+clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, 
ordinal, toString, valueOf
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+getClass, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Detail
+
+
+
+
+
+NULL
+public static finalData.DataType NULL
+
+
+
+
+
+
+
+BOOL
+public static finalData.DataType BOOL
+
+
+
+
+
+
+
+UBYTE
+public static finalData.DataType UBYTE
+
+
+
+
+
+
+
+BYTE
+public static finalData.DataType BYTE
+
+
+
+
+
+
+
+USHORT
+public static finalData.DataType USHORT
+
+
+
+
+
+
+
+SHORT
+public static finalData.DataType SHORT
+
+
+
+
+
+
+
+UINT
+public static finalData.DataType UINT
+
+
+
+
+
+
+
+INT
+public static finalData.DataType INT
+
+
+
+
+
+
+
+CHAR
+public static finalData.DataType CHAR
+
+
+
+
+
+
+
+ULONG
+public static finalData.DataType ULONG
+
+
+
+
+
+
+
+LONG
+public static finalData.DataType LONG
+
+
+
+
+
+
+
+TIMESTAMP
+public static finalData.DataType TIMESTAMP
+
+
+
+
+
+
+
+FLOAT
+public static finalData.DataType FLOAT
+
+
+
+
+
+
+
+DOUBLE
+public static finalData.DataType DOUBLE
+
+
+
+
+
+
+
+DECIMAL32
+public static finalData.DataType DECIMAL32
+
+
+
+
+
+
+
+DECIMAL64
+public static finalData.DataType DECIMAL64
+
+
+
+
+
+
+
+DECIMAL128
+public static finalData.DataType DECIMAL128
+
+
+
+
+
+
+
+UUID
+public static finalData.DataType UUID
+
+
+
+
+
+
+
+BINARY
+public static finalData.DataType BINARY
+
+
+
+
+
+
+
+STRING
+public static finalData.DataType STRING
+
+
+
+
+
+
+
+SYMBOL
+public static finalData.DataType SYMBOL
+
+
+
+
+
+
+
+DESCRIBED
+public static finalData.DataType DESCRIBED
+
+
+
+
+
+
+
+ARRAY
+public static finalData.DataType ARRAY
+
+
+
+
+
+
+
+LIST
+public static finalData.DataType LIST
+
+
+
+
+
+
+
+MAP
+public static finalData.DataType MAP
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+values
+public staticData.DataType[]values()
+Returns an array containing the constants of this enum 
type, in
+the order they are declared.  This method may be used to iterate
+over the constants as follows:
+
+for (Data.DataType c : Data.DataType.values())
+   

[01/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
Repository: qpid-site
Updated Branches:
  refs/heads/asf-site 12a059dda -> c1808a75c


http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/transaction/package-frame.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/transaction/package-frame.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/transaction/package-frame.html
new file mode 100755
index 000..f7e246c
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/transaction/package-frame.html
@@ -0,0 +1,25 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+org.apache.qpid.proton.codec.transaction (Qpid Proton-J API)
+
+
+
+
+org.apache.qpid.proton.codec.transaction
+
+Classes
+
+CoordinatorType
+DeclaredType
+DeclareType
+DischargeType
+DischargeType.DischargeWrapper
+TransactionalStateType
+TransactionalStateType.TransactionalStateWrapper
+
+
+
+


-
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org



[29/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/ArrayType.ArrayEncoding.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/ArrayType.ArrayEncoding.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/ArrayType.ArrayEncoding.html
new file mode 100755
index 000..dd1131b
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/ArrayType.ArrayEncoding.html
@@ -0,0 +1,382 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+ArrayType.ArrayEncoding (Qpid Proton-J API)
+
+
+
+
+
+var methods = 
{"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.codec
+Interface 
ArrayType.ArrayEncoding
+
+
+
+
+
+
+All Superinterfaces:
+PrimitiveTypeEncodingjava.lang.Object[],
 TypeConstructorjava.lang.Object[], TypeEncodingjava.lang.Object[]
+
+
+Enclosing class:
+ArrayType
+
+
+
+public static interface ArrayType.ArrayEncoding
+extends PrimitiveTypeEncodingjava.lang.Object[]
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsAbstract Methods
+
+Modifier and Type
+Method and Description
+
+
+int
+getSizeBytes()
+
+
+java.lang.Object
+readValueArray()
+
+
+void
+setValue(java.lang.Object[]val,
+TypeEncodingencoder,
+intsize)
+
+
+void
+writeValue(boolean[]a)
+
+
+void
+writeValue(byte[]a)
+
+
+void
+writeValue(char[]a)
+
+
+void
+writeValue(double[]a)
+
+
+void
+writeValue(float[]a)
+
+
+void
+writeValue(int[]a)
+
+
+void
+writeValue(long[]a)
+
+
+void
+writeValue(short[]a)
+
+
+
+
+
+
+Methods inherited from interfaceorg.apache.qpid.proton.codec.PrimitiveTypeEncoding
+getConstructorSize,
 getEncodingCode,
 getType,
 writeConstructor
+
+
+
+
+
+Methods inherited from interfaceorg.apache.qpid.proton.codec.TypeEncoding
+encodesJavaPrimitive,
 encodesSuperset,
 getValueSize,
 isFixedSizeVal,
 writeValue
+
+
+
+
+
+Methods inherited from interfaceorg.apache.qpid.proton.codec.TypeConstructor
+encodesJavaPrimitive,
 getTypeClass,
 readValue
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+writeValue
+voidwriteValue(boolean[]a)
+
+
+
+
+
+
+
+writeValue
+voidwriteValue(byte[]a)
+
+
+
+
+
+
+
+writeValue
+voidwriteValue(short[]a)
+
+
+
+
+
+
+
+writeValue
+voidwriteValue(int[]a)
+
+
+
+
+
+
+
+writeValue
+voidwriteValue(long[]a)
+
+
+
+
+
+
+
+writeValue
+voidwriteValue(float[]a)
+
+
+
+
+
+
+
+writeValue
+voidwriteValue(double[]a)
+
+
+
+
+
+
+
+writeValue
+voidwriteValue(char[]a)
+
+
+
+
+
+
+
+setValue
+voidsetValue(java.lang.Object[]val,
+  TypeEncodingencoder,
+  intsize)
+
+
+
+
+
+
+
+getSizeBytes
+intgetSizeBytes()
+
+
+
+
+
+
+
+readValueArray
+java.lang.ObjectreadValueArray()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/ArrayType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/ArrayType.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/ArrayType.html
new file mode 100755
index 000..4774ce8
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/ArrayType.html
@@ -0,0 +1,492 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+ArrayType 

[11/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/impl/package-tree.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/impl/package-tree.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/impl/package-tree.html
new file mode 100755
index 000..681b05d
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/impl/package-tree.html
@@ -0,0 +1,134 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+org.apache.qpid.proton.codec.impl Class Hierarchy (Qpid Proton-J 
API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package org.apache.qpid.proton.codec.impl
+Package Hierarchies:
+
+All Packages
+
+
+
+Class Hierarchy
+
+java.lang.Object
+
+org.apache.qpid.proton.codec.impl.DataImpl (implements 
org.apache.qpid.proton.codec.Data)
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/AcceptedType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/AcceptedType.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/AcceptedType.html
new file mode 100755
index 000..7d9a81a
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/AcceptedType.html
@@ -0,0 +1,323 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+AcceptedType (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":10,"i1":10,"i2":10,"i3":9,"i4":10};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.codec.messaging
+Class AcceptedType
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.codec.AbstractDescribedTypeAccepted,java.util.List
+
+
+org.apache.qpid.proton.codec.messaging.AcceptedType
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+AMQPTypeAccepted, DescribedTypeConstructorAccepted
+
+
+
+public final class AcceptedType
+extends AbstractDescribedTypeAccepted,java.util.List
+implements DescribedTypeConstructorAccepted
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsStatic MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+protected UnsignedLong
+getDescriptor()
+
+
+java.lang.ClassAccepted
+getTypeClass()
+
+
+Accepted
+newInstance(java.lang.Objectdescribed)
+
+
+static void
+register(Decoderdecoder,
+EncoderImplencoder)
+
+
+protected java.util.List
+wrap(Acceptedval)
+
+
+
+
+
+
+Methods inherited from classorg.apache.qpid.proton.codec.AbstractDescribedType
+getAllEncodings,
 getCanonicalEncoding,
 getEncoding,
 write
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, 
toString, wait, wait, wait
+
+
+
+
+
+
+
+
+

[32/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/FrameBody.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/FrameBody.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/FrameBody.html
new file mode 100755
index 000..c7fc7d7
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/FrameBody.html
@@ -0,0 +1,247 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+FrameBody (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.amqp.transport
+Interface FrameBody
+
+
+
+
+
+
+All Known Implementing Classes:
+Attach, Begin, Close, Detach, Disposition, EmptyFrame, End, Flow, Open, Transfer
+
+
+
+public interface FrameBody
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+Nested Classes
+
+Modifier and Type
+Interface and Description
+
+
+static interface
+FrameBody.FrameBodyHandlerE
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsAbstract Methods
+
+Modifier and Type
+Method and Description
+
+
+Evoid
+invoke(FrameBody.FrameBodyHandlerEhandler,
+  Binarypayload,
+  Econtext)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+invoke
+Evoidinvoke(FrameBody.FrameBodyHandlerEhandler,
+Binarypayload,
+Econtext)
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/LinkError.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/LinkError.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/LinkError.html
new file mode 100755
index 000..a4cd986
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/LinkError.html
@@ -0,0 +1,264 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+LinkError (Qpid Proton-J API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.amqp.transport
+Interface LinkError
+
+
+
+
+
+
+
+public interface LinkError
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+Fields
+
+Modifier and Type
+Field and Description
+
+
+static Symbol
+DETACH_FORCED
+
+
+static Symbol
+MESSAGE_SIZE_EXCEEDED
+
+
+static Symbol
+REDIRECT
+
+
+static Symbol
+STOLEN
+
+
+static Symbol
+TRANSFER_LIMIT_EXCEEDED
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Detail
+
+
+
+
+
+DETACH_FORCED
+static finalSymbol DETACH_FORCED
+
+
+
+
+
+
+
+TRANSFER_LIMIT_EXCEEDED
+static finalSymbol TRANSFER_LIMIT_EXCEEDED
+
+
+
+
+
+
+

[49/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/allclasses-noframe.html
--
diff --git a/content/releases/qpid-proton-j-0.20.0/api/allclasses-noframe.html 
b/content/releases/qpid-proton-j-0.20.0/api/allclasses-noframe.html
new file mode 100755
index 000..0c8f36c
--- /dev/null
+++ b/content/releases/qpid-proton-j-0.20.0/api/allclasses-noframe.html
@@ -0,0 +1,321 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+All Classes (Qpid Proton-J API)
+
+
+
+
+AllClasses
+
+
+AbstractDescribedType
+Accepted
+AcceptedType
+Acceptor
+AcceptorImpl
+Address
+AMQPDefinedTypes
+AmqpError
+AmqpErrorException
+AmqpHeader
+AmqpSequence
+AmqpSequenceType
+AMQPType
+AmqpValue
+AmqpValueType
+ApplicationProperties
+ApplicationPropertiesType
+ArrayType
+ArrayType.ArrayEncoding
+Attach
+AttachType
+AttachType.AttachWrapper
+BaseHandler
+Begin
+BeginType
+BigIntegerType
+BigIntegerType.BigIntegerEncoding
+Binary
+BinaryType
+BooleanType
+BooleanType.BooleanEncoding
+ByteBufferDecoder
+ByteBufferEncoder
+ByteBufferUtils
+ByteType
+CharacterType
+Close
+CloseType
+Codec
+Collector
+Collector.Factory
+CollectorImpl
+CompositeWritableBuffer
+Connection
+Connection.Factory
+ConnectionError
+ConnectionImpl
+Coordinator
+CoordinatorType
+CoreHandler
+Data
+Data
+Data.DataType
+Data.Factory
+DataImpl
+DataType
+Decimal128
+Decimal128Type
+Decimal32
+Decimal32Type
+Decimal64
+Decimal64Type
+Declare
+Declared
+DeclaredType
+DeclareType
+DecodeException
+Decoder
+Decoder.ListProcessor
+DecoderImpl
+DeleteOnClose
+DeleteOnCloseType
+DeleteOnNoLinks
+DeleteOnNoLinksOrMessages
+DeleteOnNoLinksOrMessagesType
+DeleteOnNoLinksType
+DeleteOnNoMessages
+DeleteOnNoMessagesType
+Delivery
+DeliveryAnnotations
+DeliveryAnnotationsType
+DeliveryImpl
+DeliveryState
+DescribedType
+DescribedTypeConstructor
+Detach
+DetachType
+DetachType.DetachWrapper
+Discharge
+DischargeType
+DischargeType.DischargeWrapper
+Disposition
+DispositionType
+DoubleType
+DroppingWritableBuffer
+DynamicDescribedType
+DynamicTypeConstructor
+EmptyFrame
+EncodeException
+Encoder
+EncoderImpl
+EncodingCodes
+End
+Endpoint
+EndpointImpl
+EndpointState
+EndType
+Engine
+ErrorCondition
+ErrorConditionType
+ErrorConditionType.ErrorConditionWrapper
+Event
+Event.Type
+EventType
+Extendable
+ExtendableAccessor
+FloatType
+Flow
+FlowController
+FlowType
+FlowType.FlowWrapper
+Footer
+FooterType
+FrameBody
+FrameBody.FrameBodyHandler
+FrameHandler
+GlobalTxId
+Handler
+HandlerException
+Handshaker
+HandshakeSniffingTransportWrapper
+Header
+HeaderType
+HeaderType.HeaderWrapper
+IntegerType
+IntegerType.IntegerEncoding
+InterruptException
+IO
+IOHandler
+IOImpl
+LifetimePolicy
+Link
+LinkError
+LinkImpl
+ListType
+LoggingProtocolTracer
+LongType
+LongType.LongEncoding
+MapType
+Message
+Message.Factory
+MessageAnnotations
+MessageAnnotationsType
+MessageError
+MessageImpl
+Modified
+ModifiedType
+ModifiedType.ModifiedWrapper
+NullType
+Open
+OpenType
+OpenType.OpenWrapper
+Outcome
+PlainTransportWrapper
+PrimitiveType
+PrimitiveTypeEncoding
+Properties
+PropertiesType
+ProtocolTracer
+Proton
+ProtonException
+ProtonJConnection
+ProtonJEndpoint
+ProtonJMessage
+ProtonJSession
+ProtonJSslDomain
+ProtonJSslPeerDetails
+ProtonJTransport
+ProtonLoggerFactory
+ProtonSslEngine
+ProtonSslEngineProvider
+ProtonUnsupportedOperationException
+Reactor
+Reactor.Factory
+ReactorChild
+ReactorImpl
+ReadableBuffer
+ReadableBuffer.ByteBufferReader
+Received
+ReceivedType
+Receiver
+ReceiverImpl
+ReceiverSettleMode
+Record
+RecordAccessor
+RecordImpl
+Rejected
+RejectedType
+Released
+ReleasedType
+Role
+Sasl
+Sasl.SaslOutcome
+Sasl.SaslState
+SaslChallenge
+SaslChallengeType
+SaslCode
+SaslFrameBody
+SaslFrameBody.SaslFrameBodyHandler
+SaslImpl
+SaslInit
+SaslInitType
+SaslInitType.SaslInitWrapper
+SaslMechanisms
+SaslMechanismsType
+SaslOutcome
+SaslOutcomeType
+SaslOutcomeType.SaslOutcomeWrapper
+SaslResponse
+SaslResponseType
+Section
+Selectable
+Selectable.Callback
+SelectableImpl
+Selector
+Sender
+SenderImpl
+SenderSettleMode
+Session
+SessionError
+SessionImpl
+ShortType
+SimpleSslTransportWrapper
+Source
+Source
+SourceType
+Ssl
+SslDomain
+SslDomain.Factory
+SslDomain.Mode
+SslDomain.VerifyMode
+SslDomainImpl
+SslEngineFacadeFactory
+SslHandshakeSniffingTransportWrapper
+SslImpl
+SslPeerDetails
+SslPeerDetails.Factory
+SslPeerDetailsImpl
+SslTransportWrapper
+StringType
+StringType.StringEncoding
+StringUtils
+Symbol
+SymbolType
+SymbolType.SymbolEncoding
+Target
+Target
+TargetType
+Task
+TaskImpl
+Terminus
+TerminusDurability
+TerminusExpiryPolicy
+TimeoutException
+Timer
+TimestampType
+TransactionalState
+TransactionalStateType
+TransactionalStateType.TransactionalStateWrapper
+TransactionErrors
+Transfer
+TransferType
+TransferType.TransferWrapper
+Transport
+Transport.Factory
+TransportDelivery
+TransportException
+TransportFrame
+TransportImpl
+TransportInput

[36/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transaction/Declare.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transaction/Declare.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transaction/Declare.html
new file mode 100755
index 000..87f8c0d
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transaction/Declare.html
@@ -0,0 +1,298 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Declare (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":10,"i1":10,"i2":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.amqp.transaction
+Class Declare
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.amqp.transaction.Declare
+
+
+
+
+
+
+
+
+public final class Declare
+extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+Declare()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+GlobalTxId
+getGlobalId()
+
+
+void
+setGlobalId(GlobalTxIdglobalId)
+
+
+java.lang.String
+toString()
+
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, 
wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+Declare
+publicDeclare()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getGlobalId
+publicGlobalTxIdgetGlobalId()
+
+
+
+
+
+
+
+setGlobalId
+publicvoidsetGlobalId(GlobalTxIdglobalId)
+
+
+
+
+
+
+
+toString
+publicjava.lang.StringtoString()
+
+Overrides:
+toStringin classjava.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transaction/Declared.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transaction/Declared.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transaction/Declared.html
new file mode 100755
index 000..6197179
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transaction/Declared.html
@@ -0,0 +1,339 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Declared (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":10,"i1":10,"i2":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.amqp.transaction
+Class 

[06/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/SourceType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/SourceType.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/SourceType.html
new file mode 100755
index 000..87d9c5f
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/SourceType.html
@@ -0,0 +1,357 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+SourceType (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":10,"i1":10,"i2":10,"i3":9,"i4":10};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.codec.messaging
+Class SourceType
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.codec.AbstractDescribedTypeSource,java.util.List
+
+
+org.apache.qpid.proton.codec.messaging.SourceType
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+AMQPTypeSource, DescribedTypeConstructorSource
+
+
+
+public class SourceType
+extends AbstractDescribedTypeSource,java.util.List
+implements DescribedTypeConstructorSource
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+SourceType(EncoderImplencoder)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsStatic MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+UnsignedLong
+getDescriptor()
+
+
+java.lang.ClassSource
+getTypeClass()
+
+
+Source
+newInstance(java.lang.Objectdescribed)
+
+
+static void
+register(Decoderdecoder,
+EncoderImplencoder)
+
+
+protected java.util.List
+wrap(Sourceval)
+
+
+
+
+
+
+Methods inherited from classorg.apache.qpid.proton.codec.AbstractDescribedType
+getAllEncodings,
 getCanonicalEncoding,
 getEncoding,
 write
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, 
toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+SourceType
+publicSourceType(EncoderImplencoder)
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getDescriptor
+publicUnsignedLonggetDescriptor()
+
+Specified by:
+getDescriptorin
 classAbstractDescribedTypeSource,java.util.List
+
+
+
+
+
+
+
+
+wrap
+protectedjava.util.Listwrap(Sourceval)
+
+Specified by:
+wrapin
 classAbstractDescribedTypeSource,java.util.List
+
+
+
+
+
+
+
+
+newInstance
+publicSourcenewInstance(java.lang.Objectdescribed)
+
+Specified by:
+newInstancein
 interfaceDescribedTypeConstructorSource
+
+
+
+
+
+
+
+
+getTypeClass
+publicjava.lang.ClassSourcegetTypeClass()
+
+Specified by:
+getTypeClassin
 interfaceAMQPTypeSource
+Specified by:
+getTypeClassin
 interfaceDescribedTypeConstructorSource
+
+
+
+
+
+
+
+
+register
+public staticvoidregister(Decoderdecoder,
+EncoderImplencoder)
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/TargetType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/TargetType.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/TargetType.html
new file mode 100755
index 000..b01cd10
--- /dev/null
+++ 

[14/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/UnsignedIntegerType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/UnsignedIntegerType.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/UnsignedIntegerType.html
new file mode 100755
index 000..da02e77
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/UnsignedIntegerType.html
@@ -0,0 +1,315 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+UnsignedIntegerType (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.codec
+Class 
UnsignedIntegerType
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.codec.UnsignedIntegerType
+
+
+
+
+
+
+
+All Implemented Interfaces:
+AMQPTypeUnsignedInteger, PrimitiveTypeUnsignedInteger
+
+
+
+public class UnsignedIntegerType
+extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+Nested Classes
+
+Modifier and Type
+Class and Description
+
+
+static interface
+UnsignedIntegerType.UnsignedIntegerEncoding
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+java.util.CollectionUnsignedIntegerType.UnsignedIntegerEncoding
+getAllEncodings()
+
+
+UnsignedIntegerType.UnsignedIntegerEncoding
+getCanonicalEncoding()
+
+
+UnsignedIntegerType.UnsignedIntegerEncoding
+getEncoding(UnsignedIntegerval)
+
+
+java.lang.ClassUnsignedInteger
+getTypeClass()
+
+
+void
+write(Tval)
+
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, 
toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getTypeClass
+publicjava.lang.ClassUnsignedIntegergetTypeClass()
+
+
+
+
+
+
+
+getEncoding
+publicUnsignedIntegerType.UnsignedIntegerEncodinggetEncoding(UnsignedIntegerval)
+
+
+
+
+
+
+
+getCanonicalEncoding
+publicUnsignedIntegerType.UnsignedIntegerEncodinggetCanonicalEncoding()
+
+
+
+
+
+
+
+getAllEncodings
+publicjava.util.CollectionUnsignedIntegerType.UnsignedIntegerEncodinggetAllEncodings()
+
+
+
+
+
+
+
+
+
+write
+public finalvoidwrite(Tval)
+
+Specified by:
+writein
 interfaceAMQPTypeT
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/UnsignedLongType.UnsignedLongEncoding.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/UnsignedLongType.UnsignedLongEncoding.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/UnsignedLongType.UnsignedLongEncoding.html
new file mode 100755
index 000..771633c
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/UnsignedLongType.UnsignedLongEncoding.html
@@ -0,0 +1,208 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+UnsignedLongType.UnsignedLongEncoding (Qpid Proton-J API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+

[52/52] qpid-site git commit: update docs for JMS client master

2017-08-05 Thread robbie
update docs for JMS client master


Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/c1808a75
Tree: http://git-wip-us.apache.org/repos/asf/qpid-site/tree/c1808a75
Diff: http://git-wip-us.apache.org/repos/asf/qpid-site/diff/c1808a75

Branch: refs/heads/asf-site
Commit: c1808a75ceb881437b4e223a351d0490a1d96999
Parents: ae2def9
Author: Robert Gemmell 
Authored: Sat Aug 5 09:43:08 2017 +0100
Committer: Robert Gemmell 
Committed: Sat Aug 5 09:43:08 2017 +0100

--
 .../releases/qpid-jms-master/docs/index.html| 54 ++--
 content/releases/qpid-jms-master/index.html |  4 +-
 input/releases/qpid-jms-master/docs/index.md| 49 --
 input/releases/qpid-jms-master/index.md |  8 +--
 4 files changed, 101 insertions(+), 14 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/qpid-site/blob/c1808a75/content/releases/qpid-jms-master/docs/index.html
--
diff --git a/content/releases/qpid-jms-master/docs/index.html 
b/content/releases/qpid-jms-master/docs/index.html
index 6942494..309dc66 100644
--- a/content/releases/qpid-jms-master/docs/index.html
+++ b/content/releases/qpid-jms-master/docs/index.html
@@ -221,13 +221,15 @@ when an unqualified name (e.g myhost) or bare IP address 
are used.
 jms.receiveNoWaitLocalOnly If enabled receiveNoWait calls 
will only check a consumers local message buffer, otherwise the remote peer is 
checked to ensure there are really no messages available. Default is false, the 
remote is checked.
 jms.queuePrefix Optional prefix value added to the name 
of any Queue created from a JMS Session.
 jms.topicPrefix Optional prefix value added to the name 
of any Topic created from a JMS Session.
-jms.closeTimeout Timeout value that controls how long the 
client waits on Connection close before returning. (By default the client waits 
15 seconds for a normal close completion event).
+jms.closeTimeout Timeout value that controls how long the 
client waits on resource closure before returning. (By default the client waits 
60 seconds for a normal close completion event).
 jms.connectTimeout Timeout value that controls how long 
the client waits on Connection establishment before returning with an error. 
(By default the client waits 15 seconds for a connection to be established 
before failing).
 jms.sendTimeout Timeout value that controls how long the 
client waits on completion of a synchronous message send before returning an 
error (By default the client will wait indefinitely for a send to 
complete).
 jms.requestTimeout Timeout value that controls how long 
the client waits on completion of various synchronous interactions with the 
remote peer before returning an error (By default the client will wait 
indefinitely for a request to complete
 jms.clientIDPrefix Optional prefix value that is used for 
generated Client ID values when a new Connection is created for the JMS 
ConnectionFactory.  The default prefix is 'ID:'.
 jms.connectionIDPrefix Optional prefix value that is used 
for generated Connection ID values when a new Connection is created for the JMS 
ConnectionFactory.  This connection ID is used when logging some information 
from the JMS Connection object so a configurable prefix can make breadcrumbing 
the logs easier.  The default prefix is 'ID:'.
 jms.populateJMSXUserID Controls whether a MessageProducer 
will populate the JMSXUserID value for each sent message using the 
authenticated username from the connection.  This value defaults to false and 
the JMSXUserID for all sent message will not be populated.
+jms.awaitClientID Controls whether a Connection with no 
ClientID configured in the URI will wait for a ClientID being set 
programatically (or the connection being used otherwise to signal none can be 
set) before sending the AMQP connection Open. Defaults to true.
+jms.useDaemonThread Controls whether a Connection will 
use a daemon thread for its executor. Defaults to false to ensure a non-daemon 
thread is present by default.
 
 
 The Prefetch Policy controls how many messages the remote peer can send to 
the client and be held in a prefetch buffer for each consumer instance.
@@ -244,6 +246,7 @@ when an unqualified name (e.g myhost) or bare IP address 
are used.
 
 
 jms.redeliveryPolicy.maxRedeliveries controls when an 
incoming message is rejected based on the number of times it has been 
redelivered, the default value is (-1) disabled.  A value of zero would 
indicate no message redeliveries are accepted, a value of five would allow a 
message to be redelivered five times, etc.
+jms.redeliveryPolicy.outcome controls the outcome that is 
applied to a message that is being rejected due to it having exceeded 

[31/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/SenderSettleMode.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/SenderSettleMode.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/SenderSettleMode.html
new file mode 100755
index 000..39edfa2
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/SenderSettleMode.html
@@ -0,0 +1,376 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+SenderSettleMode (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":10,"i1":9,"i2":9,"i3":9};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Enum Constants|
+Field|
+Method
+
+
+Detail:
+Enum Constants|
+Field|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.amqp.transport
+Enum SenderSettleMode
+
+
+
+java.lang.Object
+
+
+java.lang.EnumSenderSettleMode
+
+
+org.apache.qpid.proton.amqp.transport.SenderSettleMode
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+java.io.Serializable, java.lang.ComparableSenderSettleMode
+
+
+
+public enum SenderSettleMode
+extends java.lang.EnumSenderSettleMode
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Summary
+
+Enum Constants
+
+Enum Constant and Description
+
+
+MIXED
+
+
+SETTLED
+
+
+UNSETTLED
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsStatic MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+UnsignedByte
+getValue()
+
+
+static SenderSettleMode
+valueOf(java.lang.Stringname)
+Returns the enum constant of this type with the specified 
name.
+
+
+
+static SenderSettleMode
+valueOf(UnsignedBytevalue)
+
+
+static SenderSettleMode[]
+values()
+Returns an array containing the constants of this enum 
type, in
+the order they are declared.
+
+
+
+
+
+
+
+Methods inherited from classjava.lang.Enum
+clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, 
ordinal, toString, valueOf
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+getClass, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Detail
+
+
+
+
+
+UNSETTLED
+public static finalSenderSettleMode 
UNSETTLED
+
+
+
+
+
+
+
+SETTLED
+public static finalSenderSettleMode 
SETTLED
+
+
+
+
+
+
+
+MIXED
+public static finalSenderSettleMode 
MIXED
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+values
+public staticSenderSettleMode[]values()
+Returns an array containing the constants of this enum 
type, in
+the order they are declared.  This method may be used to iterate
+over the constants as follows:
+
+for (SenderSettleMode c : SenderSettleMode.values())
+   System.out.println(c);
+
+
+Returns:
+an array containing the constants of this enum type, in the order they are 
declared
+
+
+
+
+
+
+
+
+valueOf
+public staticSenderSettleModevalueOf(java.lang.Stringname)
+Returns the enum constant of this type with the specified 
name.
+The string must match exactly an identifier used to declare an
+enum constant in this type.  (Extraneous whitespace characters are 
+not permitted.)
+
+Parameters:
+name - the name of the enum constant to be returned.
+Returns:
+the enum constant with the specified name
+Throws:
+java.lang.IllegalArgumentException - if this enum type has no 
constant with the specified name
+java.lang.NullPointerException - if the argument is null
+
+
+
+
+
+
+
+
+valueOf
+public staticSenderSettleModevalueOf(UnsignedBytevalue)
+
+
+
+
+
+
+
+getValue
+publicUnsignedBytegetValue()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Enum Constants|
+Field|
+Method
+
+
+Detail:
+Enum Constants|
+Field|
+Method
+
+
+
+
+
+
+
+


[40/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/Released.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/Released.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/Released.html
new file mode 100755
index 000..9349665
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/Released.html
@@ -0,0 +1,326 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Released (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":9,"i1":10};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.amqp.messaging
+Class Released
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.amqp.messaging.Released
+
+
+
+
+
+
+
+All Implemented Interfaces:
+Outcome, DeliveryState
+
+
+
+public final class Released
+extends java.lang.Object
+implements DeliveryState, 
Outcome
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+Fields
+
+Modifier and Type
+Field and Description
+
+
+static Symbol
+DESCRIPTOR_SYMBOL
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+Released()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsStatic MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+static Released
+getInstance()
+
+
+java.lang.String
+toString()
+
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, 
wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Detail
+
+
+
+
+
+DESCRIPTOR_SYMBOL
+public static finalSymbol DESCRIPTOR_SYMBOL
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+Released
+publicReleased()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+toString
+publicjava.lang.StringtoString()
+
+Overrides:
+toStringin classjava.lang.Object
+
+
+
+
+
+
+
+
+getInstance
+public staticReleasedgetInstance()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/Section.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/Section.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/Section.html
new file mode 100755
index 000..63747b6
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/Section.html
@@ -0,0 +1,168 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Section (Qpid Proton-J API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.amqp.messaging
+Interface Section
+
+
+
+
+
+
+All Known 

[34/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/Close.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/Close.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/Close.html
new file mode 100755
index 000..3d8ca26
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/Close.html
@@ -0,0 +1,341 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Close (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.amqp.transport
+Class Close
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.amqp.transport.Close
+
+
+
+
+
+
+
+All Implemented Interfaces:
+FrameBody
+
+
+
+public final class Close
+extends java.lang.Object
+implements FrameBody
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+Nested classes/interfaces inherited from 
interfaceorg.apache.qpid.proton.amqp.transport.FrameBody
+FrameBody.FrameBodyHandlerE
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+Close()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+ErrorCondition
+getError()
+
+
+Evoid
+invoke(FrameBody.FrameBodyHandlerEhandler,
+  Binarypayload,
+  Econtext)
+
+
+void
+setError(ErrorConditionerror)
+
+
+java.lang.String
+toString()
+
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, 
wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+Close
+publicClose()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getError
+publicErrorConditiongetError()
+
+
+
+
+
+
+
+setError
+publicvoidsetError(ErrorConditionerror)
+
+
+
+
+
+
+
+
+
+invoke
+publicEvoidinvoke(FrameBody.FrameBodyHandlerEhandler,
+   Binarypayload,
+   Econtext)
+
+Specified by:
+invokein
 interfaceFrameBody
+
+
+
+
+
+
+
+
+toString
+publicjava.lang.StringtoString()
+
+Overrides:
+toStringin classjava.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/ConnectionError.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/ConnectionError.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/ConnectionError.html
new file mode 100755
index 000..14c9721
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/ConnectionError.html
@@ -0,0 +1,238 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+ConnectionError (Qpid Proton-J API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+var methods = {"i0":9,"i1":10};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.amqp.messaging
+Class Accepted
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.amqp.messaging.Accepted
+
+
+
+
+
+
+
+All Implemented Interfaces:
+Outcome, DeliveryState
+
+
+
+public final class Accepted
+extends java.lang.Object
+implements DeliveryState, 
Outcome
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+Fields
+
+Modifier and Type
+Field and Description
+
+
+static Symbol
+DESCRIPTOR_SYMBOL
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+Accepted()
+TODO should this (and other DeliveryStates) have a private 
constructor??
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsStatic MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+static Accepted
+getInstance()
+
+
+java.lang.String
+toString()
+
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, 
wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Detail
+
+
+
+
+
+DESCRIPTOR_SYMBOL
+public static finalSymbol DESCRIPTOR_SYMBOL
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+Accepted
+publicAccepted()
+TODO should this (and other DeliveryStates) have a private 
constructor??
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+toString
+publicjava.lang.StringtoString()
+
+Overrides:
+toStringin classjava.lang.Object
+
+
+
+
+
+
+
+
+getInstance
+public staticAcceptedgetInstance()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/AmqpSequence.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/AmqpSequence.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/AmqpSequence.html
new file mode 100755
index 000..cc3717d
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/AmqpSequence.html
@@ -0,0 +1,290 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+AmqpSequence (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":10,"i1":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+

[47/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/index-all.html
--
diff --git a/content/releases/qpid-proton-j-0.20.0/api/index-all.html 
b/content/releases/qpid-proton-j-0.20.0/api/index-all.html
new file mode 100755
index 000..2360681
--- /dev/null
+++ b/content/releases/qpid-proton-j-0.20.0/api/index-all.html
@@ -0,0 +1,6993 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Index (Qpid Proton-J API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+ABCDEFGHILMNOPQRSTUVWYZ_
+
+
+A
+
+abort()
 - Method in class org.apache.qpid.proton.engine.impl.SenderImpl
+
+abort() - 
Method in interface org.apache.qpid.proton.engine.Sender
+
+Abort the current delivery.
+
+AbstractDescribedTypeT,M - Class in org.apache.qpid.proton.codec
+
+AbstractDescribedType(EncoderImpl)
 - Constructor for class org.apache.qpid.proton.codec.AbstractDescribedType
+
+Accepted - Class in org.apache.qpid.proton.amqp.messaging
+
+Accepted()
 - Constructor for class org.apache.qpid.proton.amqp.messaging.Accepted
+
+TODO should this (and other DeliveryStates) have a private 
constructor??
+
+AcceptedType - Class in org.apache.qpid.proton.codec.messaging
+
+Acceptor 
- Interface in org.apache.qpid.proton.reactor
+
+Acceptors are children of a Reactor that accept in-bound 
network
+ connections.
+
+acceptor(String,
 int) - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
+
+acceptor(String,
 int, Handler) - Method in class 
org.apache.qpid.proton.reactor.impl.ReactorImpl
+
+acceptor(String,
 int) - Method in interface org.apache.qpid.proton.reactor.Reactor
+
+Creates a new acceptor.
+
+acceptor(String,
 int, Handler) - Method in interface 
org.apache.qpid.proton.reactor.Reactor
+
+Creates a new acceptor.
+
+AcceptorImpl - Class in org.apache.qpid.proton.reactor.impl
+
+AcceptorImpl(Reactor,
 String, int, Handler) - Constructor for class 
org.apache.qpid.proton.reactor.impl.AcceptorImpl
+
+add(UnsignedInteger)
 - Method in class org.apache.qpid.proton.amqp.UnsignedInteger
+
+add(Handler)
 - Method in class org.apache.qpid.proton.engine.BaseHandler
+
+add(Handler)
 - Method in interface org.apache.qpid.proton.engine.Handler
+
+add(Selectable)
 - Method in interface org.apache.qpid.proton.reactor.Selector
+
+Adds a selectable to the selector.
+
+addCredit(int)
 - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
+
+addLinkEndpoint(LinkImpl)
 - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
+
+Address - Class in org.apache.qpid.proton.reactor.impl
+
+Address
+
+Address()
 - Constructor for class org.apache.qpid.proton.reactor.impl.Address
+
+Address(String)
 - Constructor for class org.apache.qpid.proton.reactor.impl.Address
+
+addSessionEndpoint(SessionImpl)
 - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
+
+addTransportLayer(TransportLayer)
 - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
+
+addTransportLayer(TransportLayer)
 - Method in interface org.apache.qpid.proton.engine.impl.TransportInternal
+
+Add a TransportLayer to the 
transport, wrapping the input and output process handlers
+ in the state they currently exist.
+
+advance()
 - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
+
+advance()
 - Method in class org.apache.qpid.proton.engine.impl.ReceiverImpl
+
+advance()
 - Method in class org.apache.qpid.proton.engine.impl.SenderImpl
+
+advance() - 
Method in interface org.apache.qpid.proton.engine.Link
+
+Attempts to advance the current delivery.
+
+advance()
 - Method in interface org.apache.qpid.proton.engine.Receiver
+
+Attempts to advance the current delivery.
+
+advance() 
- Method in interface org.apache.qpid.proton.engine.Sender
+
+Attempts to advance the current delivery.
+
+allocate(int)
 - Static method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
+
+allocate(int)
 - Static method in class org.apache.qpid.proton.codec.WritableBuffer.ByteBufferWrapper
+
+allowSkip(boolean)
 - Method in class org.apache.qpid.proton.engine.impl.SaslImpl
+
+allowSkip(boolean)
 - Method in interface org.apache.qpid.proton.engine.Sasl
+
+Set whether servers may accept incoming connections
+ that skip the SASL layer negotiation.
+
+allowUnsecuredClient(boolean)
 - Method in class 

[44/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/UnsignedByte.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/UnsignedByte.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/UnsignedByte.html
new file mode 100755
index 000..1d71d65
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/UnsignedByte.html
@@ -0,0 +1,470 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+UnsignedByte (Qpid Proton-J API)
+
+
+
+
+
+var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":9,"i11":9};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.amqp
+Class UnsignedByte
+
+
+
+java.lang.Object
+
+
+java.lang.Number
+
+
+org.apache.qpid.proton.amqp.UnsignedByte
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+java.io.Serializable, java.lang.ComparableUnsignedByte
+
+
+
+public final class UnsignedByte
+extends java.lang.Number
+implements java.lang.ComparableUnsignedByte
+
+See Also:
+Serialized
 Form
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+UnsignedByte(byteunderlying)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsStatic MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+byte
+byteValue()
+
+
+int
+compareTo(UnsignedByteo)
+
+
+double
+doubleValue()
+
+
+boolean
+equals(java.lang.Objecto)
+
+
+float
+floatValue()
+
+
+int
+hashCode()
+
+
+int
+intValue()
+
+
+long
+longValue()
+
+
+short
+shortValue()
+
+
+java.lang.String
+toString()
+
+
+static UnsignedByte
+valueOf(byteunderlying)
+
+
+static UnsignedByte
+valueOf(java.lang.Stringvalue)
+
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, finalize, getClass, notify, notifyAll, wait, wait, 
wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+UnsignedByte
+publicUnsignedByte(byteunderlying)
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+byteValue
+publicbytebyteValue()
+
+Overrides:
+byteValuein 
classjava.lang.Number
+
+
+
+
+
+
+
+
+shortValue
+publicshortshortValue()
+
+Overrides:
+shortValuein 
classjava.lang.Number
+
+
+
+
+
+
+
+
+intValue
+publicintintValue()
+
+Specified by:
+intValuein classjava.lang.Number
+
+
+
+
+
+
+
+
+longValue
+publiclonglongValue()
+
+Specified by:
+longValuein 
classjava.lang.Number
+
+
+
+
+
+
+
+
+floatValue
+publicfloatfloatValue()
+
+Specified by:
+floatValuein 
classjava.lang.Number
+
+
+
+
+
+
+
+
+doubleValue
+publicdoubledoubleValue()
+
+Specified by:
+doubleValuein 
classjava.lang.Number
+
+
+
+
+
+
+
+
+equals
+publicbooleanequals(java.lang.Objecto)
+
+Overrides:
+equalsin classjava.lang.Object
+
+
+
+
+
+
+
+
+compareTo
+publicintcompareTo(UnsignedByteo)
+
+Specified by:
+compareToin 
interfacejava.lang.ComparableUnsignedByte
+
+
+
+
+
+
+
+
+hashCode
+publicinthashCode()
+
+Overrides:
+hashCodein classjava.lang.Object
+
+
+
+
+
+
+
+
+toString
+publicjava.lang.StringtoString()
+
+Overrides:
+toStringin classjava.lang.Object
+
+
+
+
+
+
+
+
+valueOf
+public staticUnsignedBytevalueOf(byteunderlying)
+
+
+
+
+
+
+
+valueOf
+public staticUnsignedBytevalueOf(java.lang.Stringvalue)
+throws java.lang.NumberFormatException
+
+Throws:
+java.lang.NumberFormatException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+


[28/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/BooleanType.BooleanEncoding.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/BooleanType.BooleanEncoding.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/BooleanType.BooleanEncoding.html
new file mode 100755
index 000..704c4eb
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/BooleanType.BooleanEncoding.html
@@ -0,0 +1,274 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+BooleanType.BooleanEncoding (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":6,"i1":6,"i2":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.codec
+Interface 
BooleanType.BooleanEncoding
+
+
+
+
+
+
+All Superinterfaces:
+PrimitiveTypeEncodingjava.lang.Boolean,
 TypeConstructorjava.lang.Boolean, TypeEncodingjava.lang.Boolean
+
+
+Enclosing class:
+BooleanType
+
+
+
+public static interface BooleanType.BooleanEncoding
+extends PrimitiveTypeEncodingjava.lang.Boolean
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsAbstract Methods
+
+Modifier and Type
+Method and Description
+
+
+boolean
+readPrimitiveValue()
+
+
+void
+write(booleanb)
+
+
+void
+writeValue(booleanb)
+
+
+
+
+
+
+Methods inherited from interfaceorg.apache.qpid.proton.codec.PrimitiveTypeEncoding
+getConstructorSize,
 getEncodingCode,
 getType,
 writeConstructor
+
+
+
+
+
+Methods inherited from interfaceorg.apache.qpid.proton.codec.TypeEncoding
+encodesJavaPrimitive,
 encodesSuperset,
 getValueSize,
 isFixedSizeVal,
 writeValue
+
+
+
+
+
+Methods inherited from interfaceorg.apache.qpid.proton.codec.TypeConstructor
+encodesJavaPrimitive,
 getTypeClass,
 readValue
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+write
+voidwrite(booleanb)
+
+
+
+
+
+
+
+writeValue
+voidwriteValue(booleanb)
+
+
+
+
+
+
+
+readPrimitiveValue
+booleanreadPrimitiveValue()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/BooleanType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/BooleanType.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/BooleanType.html
new file mode 100755
index 000..866cd11
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/BooleanType.html
@@ -0,0 +1,341 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+BooleanType (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+How This API Document Is Organized
+This API (Application Programming Interface) document 
has pages corresponding to the items in the navigation bar, described as 
follows.
+
+
+
+
+Overview
+The Overview page is the front page of 
this API document and provides a list of all packages with a summary for each.  
This page can also contain an overall description of the set of packages.
+
+
+Package
+Each package has a page that contains a list of its classes and interfaces, 
with a summary for each. This page can contain six categories:
+
+Interfaces (italic)
+Classes
+Enums
+Exceptions
+Errors
+Annotation Types
+
+
+
+Class/Interface
+Each class, interface, nested class and nested interface has its own 
separate page. Each of these pages has three sections consisting of a 
class/interface description, summary tables, and detailed member 
descriptions:
+
+Class inheritance diagram
+Direct Subclasses
+All Known Subinterfaces
+All Known Implementing Classes
+Class/interface declaration
+Class/interface description
+
+
+Nested Class Summary
+Field Summary
+Constructor Summary
+Method Summary
+
+
+Field Detail
+Constructor Detail
+Method Detail
+
+Each summary entry contains the first sentence from the detailed 
description for that item. The summary entries are alphabetical, while the 
detailed descriptions are in the order they appear in the source code. This 
preserves the logical groupings established by the programmer.
+
+
+Annotation Type
+Each annotation type has its own separate page with the following 
sections:
+
+Annotation Type declaration
+Annotation Type description
+Required Element Summary
+Optional Element Summary
+Element Detail
+
+
+
+Enum
+Each enum has its own separate page with the following sections:
+
+Enum declaration
+Enum description
+Enum Constant Summary
+Enum Constant Detail
+
+
+
+Tree (Class Hierarchy)
+There is a Class Hierarchy page for all 
packages, plus a hierarchy for each package. Each hierarchy page contains a 
list of classes and a list of interfaces. The classes are organized by 
inheritance structure starting with java.lang.Object. The 
interfaces do not inherit from java.lang.Object.
+
+When viewing the Overview page, clicking on "Tree" displays the hierarchy 
for all packages.
+When viewing a particular package, class or interface page, clicking 
"Tree" displays the hierarchy for only that package.
+
+
+
+Deprecated API
+The Deprecated API page lists all of the 
API that have been deprecated. A deprecated API is not recommended for use, 
generally due to improvements, and a replacement API is usually given. 
Deprecated APIs may be removed in future implementations.
+
+
+Index
+The Index contains an alphabetic list of all 
classes, interfaces, constructors, methods, and fields.
+
+
+Prev/Next
+These links take you to the next or previous class, interface, package, or 
related page.
+
+
+Frames/No Frames
+These links show and hide the HTML frames.  All pages are available with or 
without frames.
+
+
+All Classes
+The All Classes link shows all 
classes and interfaces except non-static nested types.
+
+
+Serialized Form
+Each serializable or externalizable class has a description of its 
serialization fields and methods. This information is of interest to 
re-implementors, not to developers using the API. While there is no link in the 
navigation bar, you can get to this information by going to any serialized 
class and clicking "Serialized Form" in the "See also" section of the class 
description.
+
+
+Constant Field Values
+The Constant Field Values page lists the 
static final fields and their values.
+
+
+This help file applies to API documentation 
generated using the standard doclet.
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames

[24/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/Decoder.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/Decoder.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/Decoder.html
new file mode 100755
index 000..f208a78
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/Decoder.html
@@ -0,0 +1,1183 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Decoder (Qpid Proton-J API)
+
+
+
+
+
+var methods = 
{"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6,"i25":6,"i26":6,"i27":6,"i28":6,"i29":6,"i30":6,"i31":6,"i32":6,"i33":6,"i34":6,"i35":6,"i36":6,"i37":6,"i38":6,"i39":6,"i40":6,"i41":6,"i42":6,"i43":6,"i44":6,"i45":6,"i46":6,"i47":6,"i48":6,"i49":6,"i50":6,"i51":6,"i52":6,"i53":6,"i54":6,"i55":6,"i56":6,"i57":6,"i58":6,"i59":6,"i60":6,"i61":6,"i62":6,"i63":6,"i64":6,"i65":6,"i66":6,"i67":6,"i68":6,"i69":6,"i70":6,"i71":6,"i72":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.codec
+Interface Decoder
+
+
+
+
+
+
+All Known Subinterfaces:
+ByteBufferDecoder
+
+
+All Known Implementing Classes:
+DecoderImpl
+
+
+
+public interface Decoder
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+Nested Classes
+
+Modifier and Type
+Interface and Description
+
+
+static interface
+Decoder.ListProcessorT
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsAbstract Methods
+
+Modifier and Type
+Method and Description
+
+
+java.lang.Object[]
+readArray()
+
+
+TT[]
+readArray(java.lang.ClassTclazz)
+
+
+Binary
+readBinary()
+
+
+Binary
+readBinary(BinarydefaultValue)
+
+
+java.lang.Boolean
+readBoolean()
+
+
+boolean
+readBoolean(booleandefaultVal)
+
+
+java.lang.Boolean
+readBoolean(java.lang.BooleandefaultVal)
+
+
+boolean[]
+readBooleanArray()
+
+
+java.lang.Byte
+readByte()
+
+
+byte
+readByte(bytedefaultVal)
+
+
+java.lang.Byte
+readByte(java.lang.BytedefaultVal)
+
+
+byte[]
+readByteArray()
+
+
+byte[]
+readByteMultiple()
+
+
+java.lang.Character
+readCharacter()
+
+
+char
+readCharacter(chardefaultVal)
+
+
+java.lang.Character
+readCharacter(java.lang.CharacterdefaultVal)
+
+
+char[]
+readCharacterArray()
+
+
+char[]
+readCharacterMultiple()
+
+
+Decimal128
+readDecimal128()
+
+
+Decimal128
+readDecimal128(Decimal128defaultValue)
+
+
+Decimal32
+readDecimal32()
+
+
+Decimal32
+readDecimal32(Decimal32defaultValue)
+
+
+Decimal64
+readDecimal64()
+
+
+Decimal64
+readDecimal64(Decimal64defaultValue)
+
+
+java.lang.Double
+readDouble()
+
+
+double
+readDouble(doubledefaultVal)
+
+
+java.lang.Double
+readDouble(java.lang.DoubledefaultVal)
+
+
+double[]
+readDoubleArray()
+
+
+double[]
+readDoubleMultiple()
+
+
+java.lang.Float
+readFloat()
+
+
+float
+readFloat(floatdefaultVal)
+
+
+java.lang.Float
+readFloat(java.lang.FloatdefaultVal)
+
+
+float[]
+readFloatArray()
+
+
+float[]
+readFloatMultiple()
+
+
+java.lang.Integer
+readInteger()
+
+
+int
+readInteger(intdefaultVal)
+
+
+java.lang.Integer
+readInteger(java.lang.IntegerdefaultVal)
+
+
+int[]
+readIntegerArray()
+
+
+int[]
+readIntegerMultiple()
+
+
+java.util.List
+readList()
+
+
+Tvoid
+readList(Decoder.ListProcessorTprocessor)
+
+
+java.lang.Long
+readLong()
+
+
+long
+readLong(longdefaultVal)
+
+
+java.lang.Long
+readLong(java.lang.LongdefaultVal)
+
+
+long[]
+readLongArray()
+
+
+long[]
+readLongMultiple()
+
+
+java.util.Map
+readMap()
+
+
+java.lang.Object[]
+readMultiple()
+
+
+TT[]
+readMultiple(java.lang.ClassTclazz)
+
+
+java.lang.Object
+readObject()
+
+
+java.lang.Object
+readObject(java.lang.ObjectdefaultValue)
+
+
+java.lang.Short
+readShort()
+
+
+short
+readShort(shortdefaultVal)
+
+
+java.lang.Short
+readShort(java.lang.ShortdefaultVal)
+
+
+short[]
+readShortArray()
+
+
+short[]
+readShortMultiple()
+
+
+java.lang.String

[41/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/Modified.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/Modified.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/Modified.html
new file mode 100755
index 000..84128c7
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/Modified.html
@@ -0,0 +1,391 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Modified (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.amqp.messaging
+Class Modified
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.amqp.messaging.Modified
+
+
+
+
+
+
+
+All Implemented Interfaces:
+Outcome, DeliveryState
+
+
+
+public final class Modified
+extends java.lang.Object
+implements DeliveryState, 
Outcome
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+Fields
+
+Modifier and Type
+Field and Description
+
+
+static Symbol
+DESCRIPTOR_SYMBOL
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+Modified()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+java.lang.Boolean
+getDeliveryFailed()
+
+
+java.util.Map
+getMessageAnnotations()
+
+
+java.lang.Boolean
+getUndeliverableHere()
+
+
+void
+setDeliveryFailed(java.lang.BooleandeliveryFailed)
+
+
+void
+setMessageAnnotations(java.util.MapmessageAnnotations)
+
+
+void
+setUndeliverableHere(java.lang.BooleanundeliverableHere)
+
+
+java.lang.String
+toString()
+
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, 
wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Detail
+
+
+
+
+
+DESCRIPTOR_SYMBOL
+public static finalSymbol DESCRIPTOR_SYMBOL
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+Modified
+publicModified()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getDeliveryFailed
+publicjava.lang.BooleangetDeliveryFailed()
+
+
+
+
+
+
+
+setDeliveryFailed
+publicvoidsetDeliveryFailed(java.lang.BooleandeliveryFailed)
+
+
+
+
+
+
+
+getUndeliverableHere
+publicjava.lang.BooleangetUndeliverableHere()
+
+
+
+
+
+
+
+setUndeliverableHere
+publicvoidsetUndeliverableHere(java.lang.BooleanundeliverableHere)
+
+
+
+
+
+
+
+getMessageAnnotations
+publicjava.util.MapgetMessageAnnotations()
+
+
+
+
+
+
+
+setMessageAnnotations
+publicvoidsetMessageAnnotations(java.util.MapmessageAnnotations)
+
+
+
+
+
+
+
+toString
+publicjava.lang.StringtoString()
+
+Overrides:
+toStringin classjava.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/Outcome.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/Outcome.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/Outcome.html
new file mode 100755
index 000..523c472
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/Outcome.html
@@ -0,0 +1,168 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Outcome (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":10,"i1":10,"i2":10,"i3":9,"i4":10};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.codec.security
+Class SaslResponseType
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.codec.AbstractDescribedTypeSaslResponse,java.util.List
+
+
+org.apache.qpid.proton.codec.security.SaslResponseType
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+AMQPTypeSaslResponse, DescribedTypeConstructorSaslResponse
+
+
+
+public class SaslResponseType
+extends AbstractDescribedTypeSaslResponse,java.util.List
+implements DescribedTypeConstructorSaslResponse
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsStatic MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+UnsignedLong
+getDescriptor()
+
+
+java.lang.ClassSaslResponse
+getTypeClass()
+
+
+SaslResponse
+newInstance(java.lang.Objectdescribed)
+
+
+static void
+register(Decoderdecoder,
+EncoderImplencoder)
+
+
+protected java.util.List
+wrap(SaslResponseval)
+
+
+
+
+
+
+Methods inherited from classorg.apache.qpid.proton.codec.AbstractDescribedType
+getAllEncodings,
 getCanonicalEncoding,
 getEncoding,
 write
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, 
toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getDescriptor
+publicUnsignedLonggetDescriptor()
+
+Specified by:
+getDescriptorin
 classAbstractDescribedTypeSaslResponse,java.util.List
+
+
+
+
+
+
+
+
+wrap
+protectedjava.util.Listwrap(SaslResponseval)
+
+Specified by:
+wrapin
 classAbstractDescribedTypeSaslResponse,java.util.List
+
+
+
+
+
+
+
+
+newInstance
+publicSaslResponsenewInstance(java.lang.Objectdescribed)
+
+Specified by:
+newInstancein
 interfaceDescribedTypeConstructorSaslResponse
+
+
+
+
+
+
+
+
+getTypeClass
+publicjava.lang.ClassSaslResponsegetTypeClass()
+
+Specified by:
+getTypeClassin
 interfaceAMQPTypeSaslResponse
+Specified by:
+getTypeClassin
 interfaceDescribedTypeConstructorSaslResponse
+
+
+
+
+
+
+
+
+register
+public staticvoidregister(Decoderdecoder,
+EncoderImplencoder)
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/security/package-frame.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/security/package-frame.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/security/package-frame.html
new file mode 100755
index 000..63b9614
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/security/package-frame.html
@@ -0,0 +1,25 @@

[08/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/HeaderType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/HeaderType.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/HeaderType.html
new file mode 100755
index 000..4e395da
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/HeaderType.html
@@ -0,0 +1,376 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+HeaderType (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":10,"i1":10,"i2":10,"i3":9,"i4":10};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.codec.messaging
+Class HeaderType
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.codec.AbstractDescribedTypeHeader,java.util.List
+
+
+org.apache.qpid.proton.codec.messaging.HeaderType
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+AMQPTypeHeader, DescribedTypeConstructorHeader
+
+
+
+public class HeaderType
+extends AbstractDescribedTypeHeader,java.util.List
+implements DescribedTypeConstructorHeader
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+Nested Classes
+
+Modifier and Type
+Class and Description
+
+
+static class
+HeaderType.HeaderWrapper
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+HeaderType(EncoderImplencoder)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsStatic MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+protected UnsignedLong
+getDescriptor()
+
+
+java.lang.ClassHeader
+getTypeClass()
+
+
+Header
+newInstance(java.lang.Objectdescribed)
+
+
+static void
+register(Decoderdecoder,
+EncoderImplencoder)
+
+
+protected java.util.List
+wrap(Headerval)
+
+
+
+
+
+
+Methods inherited from classorg.apache.qpid.proton.codec.AbstractDescribedType
+getAllEncodings,
 getCanonicalEncoding,
 getEncoding,
 write
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, 
toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+HeaderType
+publicHeaderType(EncoderImplencoder)
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getDescriptor
+protectedUnsignedLonggetDescriptor()
+
+Specified by:
+getDescriptorin
 classAbstractDescribedTypeHeader,java.util.List
+
+
+
+
+
+
+
+
+wrap
+protectedjava.util.Listwrap(Headerval)
+
+Specified by:
+wrapin
 classAbstractDescribedTypeHeader,java.util.List
+
+
+
+
+
+
+
+
+newInstance
+publicHeadernewInstance(java.lang.Objectdescribed)
+
+Specified by:
+newInstancein
 interfaceDescribedTypeConstructorHeader
+
+
+
+
+
+
+
+
+getTypeClass
+publicjava.lang.ClassHeadergetTypeClass()
+
+Specified by:
+getTypeClassin
 interfaceAMQPTypeHeader
+Specified by:
+getTypeClassin
 interfaceDescribedTypeConstructorHeader
+
+
+
+
+
+
+
+
+register
+public staticvoidregister(Decoderdecoder,
+EncoderImplencoder)
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/MessageAnnotationsType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/MessageAnnotationsType.html
 

[30/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/package-summary.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/package-summary.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/package-summary.html
new file mode 100755
index 000..14fe95b
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/package-summary.html
@@ -0,0 +1,251 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+org.apache.qpid.proton.amqp.transport (Qpid Proton-J API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevPackage
+NextPackage
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Packageorg.apache.qpid.proton.amqp.transport
+
+
+
+
+
+Interface Summary
+
+Interface
+Description
+
+
+
+AmqpError
+
+
+
+ConnectionError
+
+
+
+DeliveryState
+
+Describes the state of a delivery at a link end-point.
+
+
+
+FrameBody
+
+
+
+FrameBody.FrameBodyHandlerE
+
+
+
+LinkError
+
+
+
+SessionError
+
+
+
+Source
+
+
+
+Target
+
+
+
+
+
+
+
+Class Summary
+
+Class
+Description
+
+
+
+Attach
+
+
+
+Begin
+
+
+
+Close
+
+
+
+Detach
+
+
+
+Disposition
+
+
+
+EmptyFrame
+
+
+
+End
+
+
+
+ErrorCondition
+
+
+
+Flow
+
+
+
+Open
+
+
+
+Transfer
+
+
+
+
+
+
+
+Enum Summary
+
+Enum
+Description
+
+
+
+ReceiverSettleMode
+
+
+
+Role
+
+
+
+SenderSettleMode
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevPackage
+NextPackage
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/package-tree.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/package-tree.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/package-tree.html
new file mode 100755
index 000..c826f66
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/package-tree.html
@@ -0,0 +1,170 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+org.apache.qpid.proton.amqp.transport Class Hierarchy (Qpid Proton-J 
API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package 
org.apache.qpid.proton.amqp.transport
+Package Hierarchies:
+
+All Packages
+
+
+
+Class Hierarchy
+
+java.lang.Object
+
+org.apache.qpid.proton.amqp.transport.Attach (implements 
org.apache.qpid.proton.amqp.transport.FrameBody)
+org.apache.qpid.proton.amqp.transport.Begin (implements 
org.apache.qpid.proton.amqp.transport.FrameBody)
+org.apache.qpid.proton.amqp.transport.Close (implements 
org.apache.qpid.proton.amqp.transport.FrameBody)
+org.apache.qpid.proton.amqp.transport.Detach (implements 
org.apache.qpid.proton.amqp.transport.FrameBody)
+org.apache.qpid.proton.amqp.transport.Disposition (implements 
org.apache.qpid.proton.amqp.transport.FrameBody)
+org.apache.qpid.proton.amqp.transport.EmptyFrame (implements 
org.apache.qpid.proton.amqp.transport.FrameBody)
+org.apache.qpid.proton.amqp.transport.End (implements 
org.apache.qpid.proton.amqp.transport.FrameBody)
+org.apache.qpid.proton.amqp.transport.ErrorCondition
+org.apache.qpid.proton.amqp.transport.Flow (implements 

[19/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/FloatType.FloatEncoding.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/FloatType.FloatEncoding.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/FloatType.FloatEncoding.html
new file mode 100755
index 000..ddf54c7
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/FloatType.FloatEncoding.html
@@ -0,0 +1,514 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+FloatType.FloatEncoding (Qpid Proton-J API)
+
+
+
+
+
+var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.codec
+Class 
FloatType.FloatEncoding
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.codec.FloatType.FloatEncoding
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PrimitiveTypeEncodingjava.lang.Float, 
TypeConstructorjava.lang.Float, TypeEncodingjava.lang.Float
+
+
+Enclosing class:
+FloatType
+
+
+
+public class FloatType.FloatEncoding
+extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+FloatEncoding(EncoderImplencoder,
+ DecoderImpldecoder)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+boolean
+encodesJavaPrimitive()
+
+
+boolean
+encodesSuperset(TypeEncodingjava.lang.Floatencoding)
+
+
+int
+getConstructorSize()
+
+
+protected DecoderImpl
+getDecoder()
+
+
+protected EncoderImpl
+getEncoder()
+
+
+byte
+getEncodingCode()
+
+
+protected int
+getFixedSize()
+
+
+FloatType
+getType()
+
+
+java.lang.ClassT
+getTypeClass()
+
+
+int
+getValueSize(Tval)
+
+
+boolean
+isFixedSizeVal()
+
+
+float
+readPrimitiveValue()
+
+
+java.lang.Float
+readValue()
+
+
+void
+write(floatf)
+
+
+void
+writeConstructor()
+
+
+void
+writeValue(floatval)
+
+
+void
+writeValue(java.lang.Floatval)
+
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, 
toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+FloatEncoding
+publicFloatEncoding(EncoderImplencoder,
+ DecoderImpldecoder)
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getFixedSize
+protectedintgetFixedSize()
+
+
+
+
+
+
+
+getEncodingCode
+publicbytegetEncodingCode()
+
+Specified by:
+getEncodingCodein
 interfacePrimitiveTypeEncodingjava.lang.Float
+
+
+
+
+
+
+
+
+getType
+publicFloatTypegetType()
+
+
+
+
+
+
+
+writeValue
+publicvoidwriteValue(java.lang.Floatval)
+
+
+
+
+
+
+
+writeValue
+publicvoidwriteValue(floatval)
+
+
+
+
+
+
+
+write
+publicvoidwrite(floatf)
+
+
+
+
+
+
+
+encodesSuperset
+publicbooleanencodesSuperset(TypeEncodingjava.lang.Floatencoding)
+
+
+
+
+
+
+
+readValue
+publicjava.lang.FloatreadValue()
+
+
+
+
+
+
+
+readPrimitiveValue
+publicfloatreadPrimitiveValue()
+
+
+
+
+
+
+
+encodesJavaPrimitive
+publicbooleanencodesJavaPrimitive()
+
+Specified by:
+encodesJavaPrimitivein
 interfaceTypeConstructorjava.lang.Float
+Specified by:
+encodesJavaPrimitivein
 interfaceTypeEncodingjava.lang.Float
+
+
+
+
+
+
+
+
+isFixedSizeVal
+public finalbooleanisFixedSizeVal()
+
+
+
+
+
+
+
+
+
+getValueSize
+public finalintgetValueSize(Tval)
+
+
+
+
+
+
+
+writeConstructor
+public finalvoidwriteConstructor()
+
+Specified by:
+writeConstructorin
 interfacePrimitiveTypeEncodingT
+Specified by:
+writeConstructorin
 interfaceTypeEncodingT
+
+
+
+
+
+
+
+
+getConstructorSize
+publicintgetConstructorSize()
+
+Specified by:
+getConstructorSizein
 interfacePrimitiveTypeEncodingT
+Specified by:
+getConstructorSizein
 interfaceTypeEncodingT
+
+
+
+
+
+
+
+
+getEncoder
+protectedEncoderImplgetEncoder()
+
+
+
+
+
+
+
+getTypeClass

[10/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/DataType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/DataType.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/DataType.html
new file mode 100755
index 000..5e6fb16
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/DataType.html
@@ -0,0 +1,323 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+DataType (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":10,"i1":10,"i2":10,"i3":9,"i4":10};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.codec.messaging
+Class DataType
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.codec.AbstractDescribedTypeData,Binary
+
+
+org.apache.qpid.proton.codec.messaging.DataType
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+AMQPTypeData, DescribedTypeConstructorData
+
+
+
+public class DataType
+extends AbstractDescribedTypeData,Binary
+implements DescribedTypeConstructorData
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsStatic MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+UnsignedLong
+getDescriptor()
+
+
+java.lang.ClassData
+getTypeClass()
+
+
+Data
+newInstance(java.lang.Objectdescribed)
+
+
+static void
+register(Decoderdecoder,
+EncoderImplencoder)
+
+
+protected Binary
+wrap(Dataval)
+
+
+
+
+
+
+Methods inherited from classorg.apache.qpid.proton.codec.AbstractDescribedType
+getAllEncodings,
 getCanonicalEncoding,
 getEncoding,
 write
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, 
toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getDescriptor
+publicUnsignedLonggetDescriptor()
+
+Specified by:
+getDescriptorin
 classAbstractDescribedTypeData,Binary
+
+
+
+
+
+
+
+
+wrap
+protectedBinarywrap(Dataval)
+
+Specified by:
+wrapin
 classAbstractDescribedTypeData,Binary
+
+
+
+
+
+
+
+
+newInstance
+publicDatanewInstance(java.lang.Objectdescribed)
+
+Specified by:
+newInstancein
 interfaceDescribedTypeConstructorData
+
+
+
+
+
+
+
+
+getTypeClass
+publicjava.lang.ClassDatagetTypeClass()
+
+Specified by:
+getTypeClassin
 interfaceAMQPTypeData
+Specified by:
+getTypeClassin
 interfaceDescribedTypeConstructorData
+
+
+
+
+
+
+
+
+register
+public staticvoidregister(Decoderdecoder,
+EncoderImplencoder)
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/DeleteOnCloseType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/DeleteOnCloseType.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/DeleteOnCloseType.html
new file mode 100755
index 000..d81498f
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/DeleteOnCloseType.html
@@ -0,0 +1,323 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+DeleteOnCloseType (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":10,"i1":10,"i2":10,"i3":9,"i4":10};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.codec.security
+Class SaslInitType
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.codec.AbstractDescribedTypeSaslInit,java.util.List
+
+
+org.apache.qpid.proton.codec.security.SaslInitType
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+AMQPTypeSaslInit, DescribedTypeConstructorSaslInit
+
+
+
+public class SaslInitType
+extends AbstractDescribedTypeSaslInit,java.util.List
+implements DescribedTypeConstructorSaslInit
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+Nested Classes
+
+Modifier and Type
+Class and Description
+
+
+static class
+SaslInitType.SaslInitWrapper
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsStatic MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+UnsignedLong
+getDescriptor()
+
+
+java.lang.ClassSaslInit
+getTypeClass()
+
+
+SaslInit
+newInstance(java.lang.Objectdescribed)
+
+
+static void
+register(Decoderdecoder,
+EncoderImplencoder)
+
+
+protected java.util.List
+wrap(SaslInitval)
+
+
+
+
+
+
+Methods inherited from classorg.apache.qpid.proton.codec.AbstractDescribedType
+getAllEncodings,
 getCanonicalEncoding,
 getEncoding,
 write
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, 
toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getDescriptor
+publicUnsignedLonggetDescriptor()
+
+Specified by:
+getDescriptorin
 classAbstractDescribedTypeSaslInit,java.util.List
+
+
+
+
+
+
+
+
+wrap
+protectedjava.util.Listwrap(SaslInitval)
+
+Specified by:
+wrapin
 classAbstractDescribedTypeSaslInit,java.util.List
+
+
+
+
+
+
+
+
+newInstance
+publicSaslInitnewInstance(java.lang.Objectdescribed)
+
+Specified by:
+newInstancein
 interfaceDescribedTypeConstructorSaslInit
+
+
+
+
+
+
+
+
+getTypeClass
+publicjava.lang.ClassSaslInitgetTypeClass()
+
+Specified by:
+getTypeClassin
 interfaceAMQPTypeSaslInit
+Specified by:
+getTypeClassin
 interfaceDescribedTypeConstructorSaslInit
+
+
+
+
+
+
+
+
+register
+public staticvoidregister(Decoderdecoder,
+EncoderImplencoder)
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/security/SaslMechanismsType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/security/SaslMechanismsType.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/security/SaslMechanismsType.html
new file mode 100755
index 000..1ea1b09
--- /dev/null
+++ 

[37/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/security/SaslMechanisms.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/security/SaslMechanisms.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/security/SaslMechanisms.html
new file mode 100755
index 000..6fa9845
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/security/SaslMechanisms.html
@@ -0,0 +1,341 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+SaslMechanisms (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.amqp.security
+Class SaslMechanisms
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.amqp.security.SaslMechanisms
+
+
+
+
+
+
+
+All Implemented Interfaces:
+SaslFrameBody
+
+
+
+public final class SaslMechanisms
+extends java.lang.Object
+implements SaslFrameBody
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+Nested classes/interfaces inherited from 
interfaceorg.apache.qpid.proton.amqp.security.SaslFrameBody
+SaslFrameBody.SaslFrameBodyHandlerE
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+SaslMechanisms()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+Symbol[]
+getSaslServerMechanisms()
+
+
+Evoid
+invoke(SaslFrameBody.SaslFrameBodyHandlerEhandler,
+  Binarypayload,
+  Econtext)
+
+
+void
+setSaslServerMechanisms(Symbol...saslServerMechanisms)
+
+
+java.lang.String
+toString()
+
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, 
wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+SaslMechanisms
+publicSaslMechanisms()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getSaslServerMechanisms
+publicSymbol[]getSaslServerMechanisms()
+
+
+
+
+
+
+
+setSaslServerMechanisms
+publicvoidsetSaslServerMechanisms(Symbol...saslServerMechanisms)
+
+
+
+
+
+
+
+
+
+invoke
+publicEvoidinvoke(SaslFrameBody.SaslFrameBodyHandlerEhandler,
+   Binarypayload,
+   Econtext)
+
+Specified by:
+invokein
 interfaceSaslFrameBody
+
+
+
+
+
+
+
+
+toString
+publicjava.lang.StringtoString()
+
+Overrides:
+toStringin classjava.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/security/SaslOutcome.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/security/SaslOutcome.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/security/SaslOutcome.html
new file mode 100755
index 000..6b95f33
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/security/SaslOutcome.html
@@ -0,0 +1,367 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+SaslOutcome (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10};
+var tabs = {65535:["t0","All 

[18/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/LongType.LongEncoding.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/LongType.LongEncoding.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/LongType.LongEncoding.html
new file mode 100755
index 000..feae53f
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/LongType.LongEncoding.html
@@ -0,0 +1,274 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+LongType.LongEncoding (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":6,"i1":6,"i2":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.codec
+Interface 
LongType.LongEncoding
+
+
+
+
+
+
+All Superinterfaces:
+PrimitiveTypeEncodingjava.lang.Long, 
TypeConstructorjava.lang.Long, TypeEncodingjava.lang.Long
+
+
+Enclosing class:
+LongType
+
+
+
+public static interface LongType.LongEncoding
+extends PrimitiveTypeEncodingjava.lang.Long
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsAbstract Methods
+
+Modifier and Type
+Method and Description
+
+
+long
+readPrimitiveValue()
+
+
+void
+write(longl)
+
+
+void
+writeValue(longl)
+
+
+
+
+
+
+Methods inherited from interfaceorg.apache.qpid.proton.codec.PrimitiveTypeEncoding
+getConstructorSize,
 getEncodingCode,
 getType,
 writeConstructor
+
+
+
+
+
+Methods inherited from interfaceorg.apache.qpid.proton.codec.TypeEncoding
+encodesJavaPrimitive,
 encodesSuperset,
 getValueSize,
 isFixedSizeVal,
 writeValue
+
+
+
+
+
+Methods inherited from interfaceorg.apache.qpid.proton.codec.TypeConstructor
+encodesJavaPrimitive,
 getTypeClass,
 readValue
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+write
+voidwrite(longl)
+
+
+
+
+
+
+
+writeValue
+voidwriteValue(longl)
+
+
+
+
+
+
+
+readPrimitiveValue
+longreadPrimitiveValue()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/LongType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/LongType.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/LongType.html
new file mode 100755
index 000..822a877
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/LongType.html
@@ -0,0 +1,341 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+LongType (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.codec
+Interface 
TypeEncodingV
+
+
+
+
+
+
+All Known Subinterfaces:
+ArrayType.ArrayEncoding, 
BigIntegerType.BigIntegerEncoding, BooleanType.BooleanEncoding, IntegerType.IntegerEncoding, LongType.LongEncoding, PrimitiveTypeEncodin
 gT, StringType.StringEncoding, SymbolType.SymbolEncoding, UnsignedIntegerType.UnsignedIntegerEncoding, 
UnsignedLongType.UnsignedLongEncoding
+
+
+All Known Implementing Classes:
+ByteType.ByteEncoding, CharacterType.CharacterEncoding, DoubleType.DoubleEncoding, 
FloatType.FloatEncoding, ShortType.ShortEncoding, UnsignedByteType.UnsignedByteEncoding
+
+
+
+public interface TypeEncodingV
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsAbstract Methods
+
+Modifier and Type
+Method and Description
+
+
+boolean
+encodesJavaPrimitive()
+
+
+boolean
+encodesSuperset(TypeEncodingVencoder)
+
+
+int
+getConstructorSize()
+
+
+AMQPTypeV
+getType()
+
+
+int
+getValueSize(Vval)
+
+
+boolean
+isFixedSizeVal()
+
+
+void
+writeConstructor()
+
+
+void
+writeValue(Vval)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getType
+AMQPTypeVgetType()
+
+
+
+
+
+
+
+writeConstructor
+voidwriteConstructor()
+
+
+
+
+
+
+
+getConstructorSize
+intgetConstructorSize()
+
+
+
+
+
+
+
+
+
+writeValue
+voidwriteValue(Vval)
+
+
+
+
+
+
+
+
+
+getValueSize
+intgetValueSize(Vval)
+
+
+
+
+
+
+
+isFixedSizeVal
+booleanisFixedSizeVal()
+
+
+
+
+
+
+
+encodesSuperset
+booleanencodesSuperset(TypeEncodingVencoder)
+
+
+
+
+
+
+
+encodesJavaPrimitive
+booleanencodesJavaPrimitive()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/UUIDType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/UUIDType.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/UUIDType.html
new file mode 100755
index 000..9b8a54e
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/UUIDType.html
@@ -0,0 +1,296 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+UUIDType (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+

[35/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transaction/package-tree.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transaction/package-tree.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transaction/package-tree.html
new file mode 100755
index 000..ea1d459
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transaction/package-tree.html
@@ -0,0 +1,144 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+org.apache.qpid.proton.amqp.transaction Class Hierarchy (Qpid Proton-J 
API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package 
org.apache.qpid.proton.amqp.transaction
+Package Hierarchies:
+
+All Packages
+
+
+
+Class Hierarchy
+
+java.lang.Object
+
+org.apache.qpid.proton.amqp.transaction.Coordinator (implements 
org.apache.qpid.proton.amqp.transport.Target)
+org.apache.qpid.proton.amqp.transaction.Declare
+org.apache.qpid.proton.amqp.transaction.Declared (implements 
org.apache.qpid.proton.amqp.transport.DeliveryState, 
org.apache.qpid.proton.amqp.messaging.Outcome)
+org.apache.qpid.proton.amqp.transaction.Discharge
+org.apache.qpid.proton.amqp.transaction.TransactionalState (implements 
org.apache.qpid.proton.amqp.transport.DeliveryState)
+
+
+
+Interface Hierarchy
+
+org.apache.qpid.proton.amqp.transaction.GlobalTxId
+org.apache.qpid.proton.amqp.transaction.TransactionErrors
+org.apache.qpid.proton.amqp.transaction.TxnCapability
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/AmqpError.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/AmqpError.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/AmqpError.html
new file mode 100755
index 000..9e45bcc
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/AmqpError.html
@@ -0,0 +1,368 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+AmqpError (Qpid Proton-J API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.amqp.transport
+Interface AmqpError
+
+
+
+
+
+
+
+public interface AmqpError
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+Fields
+
+Modifier and Type
+Field and Description
+
+
+static Symbol
+DECODE_ERROR
+
+
+static Symbol
+FRAME_SIZE_TOO_SMALL
+
+
+static Symbol
+ILLEGAL_STATE
+
+
+static Symbol
+INTERNAL_ERROR
+
+
+static Symbol
+INVALID_FIELD
+
+
+static Symbol
+NOT_ALLOWED
+
+
+static Symbol
+NOT_FOUND
+
+
+static Symbol
+NOT_IMPLEMENTED
+
+
+static Symbol
+PRECONDITION_FAILED
+
+
+static Symbol
+RESOURCE_DELETED
+
+
+static Symbol
+RESOURCE_LIMIT_EXCEEDED
+
+
+static Symbol
+RESOURCE_LOCKED
+
+
+static Symbol
+UNAUTHORIZED_ACCESS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Detail
+
+
+
+
+
+INTERNAL_ERROR
+static finalSymbol INTERNAL_ERROR
+
+
+
+
+
+
+
+NOT_FOUND
+static finalSymbol NOT_FOUND
+
+
+
+
+
+
+
+UNAUTHORIZED_ACCESS
+static 

[42/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/DeleteOnNoLinksOrMessages.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/DeleteOnNoLinksOrMessages.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/DeleteOnNoLinksOrMessages.html
new file mode 100755
index 000..a4a8d84
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/DeleteOnNoLinksOrMessages.html
@@ -0,0 +1,256 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+DeleteOnNoLinksOrMessages (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":9,"i1":10};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.amqp.messaging
+Class 
DeleteOnNoLinksOrMessages
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.amqp.messaging.DeleteOnNoLinksOrMessages
+
+
+
+
+
+
+
+All Implemented Interfaces:
+LifetimePolicy
+
+
+
+public final class DeleteOnNoLinksOrMessages
+extends java.lang.Object
+implements LifetimePolicy
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsStatic MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+static DeleteOnNoLinksOrMessages
+getInstance()
+
+
+java.lang.String
+toString()
+
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, 
wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+toString
+publicjava.lang.StringtoString()
+
+Overrides:
+toStringin classjava.lang.Object
+
+
+
+
+
+
+
+
+getInstance
+public staticDeleteOnNoLinksOrMessagesgetInstance()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/DeleteOnNoMessages.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/DeleteOnNoMessages.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/DeleteOnNoMessages.html
new file mode 100755
index 000..8d6bb25
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/DeleteOnNoMessages.html
@@ -0,0 +1,256 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+DeleteOnNoMessages (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":9,"i1":10};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|

[38/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/security/SaslChallenge.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/security/SaslChallenge.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/security/SaslChallenge.html
new file mode 100755
index 000..242b5d2
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/security/SaslChallenge.html
@@ -0,0 +1,367 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+SaslChallenge (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.amqp.security
+Class SaslChallenge
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.amqp.security.SaslChallenge
+
+
+
+
+
+
+
+All Implemented Interfaces:
+SaslFrameBody
+
+
+
+public final class SaslChallenge
+extends java.lang.Object
+implements SaslFrameBody
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+Nested classes/interfaces inherited from 
interfaceorg.apache.qpid.proton.amqp.security.SaslFrameBody
+SaslFrameBody.SaslFrameBodyHandlerE
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+SaslChallenge()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+java.lang.Object
+get(intindex)
+
+
+Binary
+getChallenge()
+
+
+Evoid
+invoke(SaslFrameBody.SaslFrameBodyHandlerEhandler,
+  Binarypayload,
+  Econtext)
+
+
+void
+setChallenge(Binarychallenge)
+
+
+int
+size()
+
+
+java.lang.String
+toString()
+
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, 
wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+SaslChallenge
+publicSaslChallenge()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getChallenge
+publicBinarygetChallenge()
+
+
+
+
+
+
+
+setChallenge
+publicvoidsetChallenge(Binarychallenge)
+
+
+
+
+
+
+
+get
+publicjava.lang.Objectget(intindex)
+
+
+
+
+
+
+
+size
+publicintsize()
+
+
+
+
+
+
+
+
+
+invoke
+publicEvoidinvoke(SaslFrameBody.SaslFrameBodyHandlerEhandler,
+   Binarypayload,
+   Econtext)
+
+Specified by:
+invokein
 interfaceSaslFrameBody
+
+
+
+
+
+
+
+
+toString
+publicjava.lang.StringtoString()
+
+Overrides:
+toStringin classjava.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/security/SaslCode.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/security/SaslCode.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/security/SaslCode.html
new file mode 100755
index 000..b822283
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/security/SaslCode.html
@@ -0,0 +1,400 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+SaslCode (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":10,"i1":9,"i2":9,"i3":9};
+var tabs = 

[39/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/TerminusDurability.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/TerminusDurability.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/TerminusDurability.html
new file mode 100755
index 000..27af9d0
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/messaging/TerminusDurability.html
@@ -0,0 +1,376 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+TerminusDurability (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":9,"i1":10,"i2":9,"i3":9};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Enum Constants|
+Field|
+Method
+
+
+Detail:
+Enum Constants|
+Field|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.amqp.messaging
+Enum TerminusDurability
+
+
+
+java.lang.Object
+
+
+java.lang.EnumTerminusDurability
+
+
+org.apache.qpid.proton.amqp.messaging.TerminusDurability
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+java.io.Serializable, java.lang.ComparableTerminusDurability
+
+
+
+public enum TerminusDurability
+extends java.lang.EnumTerminusDurability
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Summary
+
+Enum Constants
+
+Enum Constant and Description
+
+
+CONFIGURATION
+
+
+NONE
+
+
+UNSETTLED_STATE
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsStatic MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+static TerminusDurability
+get(UnsignedIntegervalue)
+
+
+UnsignedInteger
+getValue()
+
+
+static TerminusDurability
+valueOf(java.lang.Stringname)
+Returns the enum constant of this type with the specified 
name.
+
+
+
+static TerminusDurability[]
+values()
+Returns an array containing the constants of this enum 
type, in
+the order they are declared.
+
+
+
+
+
+
+
+Methods inherited from classjava.lang.Enum
+clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, 
ordinal, toString, valueOf
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+getClass, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Detail
+
+
+
+
+
+NONE
+public static finalTerminusDurability 
NONE
+
+
+
+
+
+
+
+CONFIGURATION
+public static finalTerminusDurability 
CONFIGURATION
+
+
+
+
+
+
+
+UNSETTLED_STATE
+public static finalTerminusDurability 
UNSETTLED_STATE
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+values
+public staticTerminusDurability[]values()
+Returns an array containing the constants of this enum 
type, in
+the order they are declared.  This method may be used to iterate
+over the constants as follows:
+
+for (TerminusDurability c : TerminusDurability.values())
+   System.out.println(c);
+
+
+Returns:
+an array containing the constants of this enum type, in the order they are 
declared
+
+
+
+
+
+
+
+
+valueOf
+public staticTerminusDurabilityvalueOf(java.lang.Stringname)
+Returns the enum constant of this type with the specified 
name.
+The string must match exactly an identifier used to declare an
+enum constant in this type.  (Extraneous whitespace characters are 
+not permitted.)
+
+Parameters:
+name - the name of the enum constant to be returned.
+Returns:
+the enum constant with the specified name
+Throws:
+java.lang.IllegalArgumentException - if this enum type has no 
constant with the specified name
+java.lang.NullPointerException - if the argument is null
+
+
+
+
+
+
+
+
+getValue
+publicUnsignedIntegergetValue()
+
+
+
+
+
+
+
+get
+public staticTerminusDurabilityget(UnsignedIntegervalue)
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Enum Constants|
+Field|

[50/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/allclasses-frame.html
--
diff --git a/content/releases/qpid-proton-j-0.20.0/api/allclasses-frame.html 
b/content/releases/qpid-proton-j-0.20.0/api/allclasses-frame.html
new file mode 100755
index 000..5a0fbc6
--- /dev/null
+++ b/content/releases/qpid-proton-j-0.20.0/api/allclasses-frame.html
@@ -0,0 +1,321 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+All Classes (Qpid Proton-J API)
+
+
+
+
+AllClasses
+
+
+AbstractDescribedType
+Accepted
+AcceptedType
+Acceptor
+AcceptorImpl
+Address
+AMQPDefinedTypes
+AmqpError
+AmqpErrorException
+AmqpHeader
+AmqpSequence
+AmqpSequenceType
+AMQPType
+AmqpValue
+AmqpValueType
+ApplicationProperties
+ApplicationPropertiesType
+ArrayType
+ArrayType.ArrayEncoding
+Attach
+AttachType
+AttachType.AttachWrapper
+BaseHandler
+Begin
+BeginType
+BigIntegerType
+BigIntegerType.BigIntegerEncoding
+Binary
+BinaryType
+BooleanType
+BooleanType.BooleanEncoding
+ByteBufferDecoder
+ByteBufferEncoder
+ByteBufferUtils
+ByteType
+CharacterType
+Close
+CloseType
+Codec
+Collector
+Collector.Factory
+CollectorImpl
+CompositeWritableBuffer
+Connection
+Connection.Factory
+ConnectionError
+ConnectionImpl
+Coordinator
+CoordinatorType
+CoreHandler
+Data
+Data
+Data.DataType
+Data.Factory
+DataImpl
+DataType
+Decimal128
+Decimal128Type
+Decimal32
+Decimal32Type
+Decimal64
+Decimal64Type
+Declare
+Declared
+DeclaredType
+DeclareType
+DecodeException
+Decoder
+Decoder.ListProcessor
+DecoderImpl
+DeleteOnClose
+DeleteOnCloseType
+DeleteOnNoLinks
+DeleteOnNoLinksOrMessages
+DeleteOnNoLinksOrMessagesType
+DeleteOnNoLinksType
+DeleteOnNoMessages
+DeleteOnNoMessagesType
+Delivery
+DeliveryAnnotations
+DeliveryAnnotationsType
+DeliveryImpl
+DeliveryState
+DescribedType
+DescribedTypeConstructor
+Detach
+DetachType
+DetachType.DetachWrapper
+Discharge
+DischargeType
+DischargeType.DischargeWrapper
+Disposition
+DispositionType
+DoubleType
+DroppingWritableBuffer
+DynamicDescribedType
+DynamicTypeConstructor
+EmptyFrame
+EncodeException
+Encoder
+EncoderImpl
+EncodingCodes
+End
+Endpoint
+EndpointImpl
+EndpointState
+EndType
+Engine
+ErrorCondition
+ErrorConditionType
+ErrorConditionType.ErrorConditionWrapper
+Event
+Event.Type
+EventType
+Extendable
+ExtendableAccessor
+FloatType
+Flow
+FlowController
+FlowType
+FlowType.FlowWrapper
+Footer
+FooterType
+FrameBody
+FrameBody.FrameBodyHandler
+FrameHandler
+GlobalTxId
+Handler
+HandlerException
+Handshaker
+HandshakeSniffingTransportWrapper
+Header
+HeaderType
+HeaderType.HeaderWrapper
+IntegerType
+IntegerType.IntegerEncoding
+InterruptException
+IO
+IOHandler
+IOImpl
+LifetimePolicy
+Link
+LinkError
+LinkImpl
+ListType
+LoggingProtocolTracer
+LongType
+LongType.LongEncoding
+MapType
+Message
+Message.Factory
+MessageAnnotations
+MessageAnnotationsType
+MessageError
+MessageImpl
+Modified
+ModifiedType
+ModifiedType.ModifiedWrapper
+NullType
+Open
+OpenType
+OpenType.OpenWrapper
+Outcome
+PlainTransportWrapper
+PrimitiveType
+PrimitiveTypeEncoding
+Properties
+PropertiesType
+ProtocolTracer
+Proton
+ProtonException
+ProtonJConnection
+ProtonJEndpoint
+ProtonJMessage
+ProtonJSession
+ProtonJSslDomain
+ProtonJSslPeerDetails
+ProtonJTransport
+ProtonLoggerFactory
+ProtonSslEngine
+ProtonSslEngineProvider
+ProtonUnsupportedOperationException
+Reactor
+Reactor.Factory
+ReactorChild
+ReactorImpl
+ReadableBuffer
+ReadableBuffer.ByteBufferReader
+Received
+ReceivedType
+Receiver
+ReceiverImpl
+ReceiverSettleMode
+Record
+RecordAccessor
+RecordImpl
+Rejected
+RejectedType
+Released
+ReleasedType
+Role
+Sasl
+Sasl.SaslOutcome
+Sasl.SaslState
+SaslChallenge
+SaslChallengeType
+SaslCode
+SaslFrameBody
+SaslFrameBody.SaslFrameBodyHandler
+SaslImpl
+SaslInit
+SaslInitType
+SaslInitType.SaslInitWrapper
+SaslMechanisms
+SaslMechanismsType
+SaslOutcome
+SaslOutcomeType
+SaslOutcomeType.SaslOutcomeWrapper
+SaslResponse
+SaslResponseType
+Section
+Selectable
+Selectable.Callback
+SelectableImpl
+Selector
+Sender
+SenderImpl
+SenderSettleMode
+Session
+SessionError
+SessionImpl
+ShortType
+SimpleSslTransportWrapper
+Source
+Source
+SourceType
+Ssl
+SslDomain
+SslDomain.Factory
+SslDomain.Mode
+SslDomain.VerifyMode
+SslDomainImpl
+SslEngineFacadeFactory
+SslHandshakeSniffingTransportWrapper
+SslImpl
+SslPeerDetails
+SslPeerDetails.Factory
+SslPeerDetailsImpl
+SslTransportWrapper
+StringType
+StringType.StringEncoding
+StringUtils
+Symbol
+SymbolType
+SymbolType.SymbolEncoding
+Target
+Target
+TargetType
+Task
+TaskImpl
+Terminus
+TerminusDurability
+TerminusExpiryPolicy
+TimeoutException
+Timer
+TimestampType
+TransactionalState
+TransactionalStateType
+TransactionalStateType.TransactionalStateWrapper
+TransactionErrors
+Transfer
+TransferType
+TransferType.TransferWrapper
+Transport
+Transport.Factory
+TransportDelivery
+TransportException
+TransportFrame
+TransportImpl
+TransportInput

[45/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/Decimal128.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/Decimal128.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/Decimal128.html
new file mode 100755
index 000..8581351
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/Decimal128.html
@@ -0,0 +1,442 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Decimal128 (Qpid Proton-J API)
+
+
+
+
+
+var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.amqp
+Class Decimal128
+
+
+
+java.lang.Object
+
+
+java.lang.Number
+
+
+org.apache.qpid.proton.amqp.Decimal128
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+java.io.Serializable
+
+
+
+public final class Decimal128
+extends java.lang.Number
+
+See Also:
+Serialized
 Form
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+Decimal128(java.math.BigDecimalunderlying)
+
+
+Decimal128(byte[]data)
+
+
+Decimal128(longmsb,
+  longlsb)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+byte[]
+asBytes()
+
+
+double
+doubleValue()
+
+
+boolean
+equals(java.lang.Objecto)
+
+
+float
+floatValue()
+
+
+long
+getLeastSignificantBits()
+
+
+long
+getMostSignificantBits()
+
+
+int
+hashCode()
+
+
+int
+intValue()
+
+
+long
+longValue()
+
+
+
+
+
+
+Methods inherited from classjava.lang.Number
+byteValue, shortValue
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, finalize, getClass, notify, notifyAll, toString, wait, wait, 
wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+Decimal128
+publicDecimal128(java.math.BigDecimalunderlying)
+
+
+
+
+
+
+
+Decimal128
+publicDecimal128(longmsb,
+  longlsb)
+
+
+
+
+
+
+
+Decimal128
+publicDecimal128(byte[]data)
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+intValue
+publicintintValue()
+
+Specified by:
+intValuein classjava.lang.Number
+
+
+
+
+
+
+
+
+longValue
+publiclonglongValue()
+
+Specified by:
+longValuein 
classjava.lang.Number
+
+
+
+
+
+
+
+
+floatValue
+publicfloatfloatValue()
+
+Specified by:
+floatValuein 
classjava.lang.Number
+
+
+
+
+
+
+
+
+doubleValue
+publicdoubledoubleValue()
+
+Specified by:
+doubleValuein 
classjava.lang.Number
+
+
+
+
+
+
+
+
+getMostSignificantBits
+publiclonggetMostSignificantBits()
+
+
+
+
+
+
+
+getLeastSignificantBits
+publiclonggetLeastSignificantBits()
+
+
+
+
+
+
+
+asBytes
+publicbyte[]asBytes()
+
+
+
+
+
+
+
+equals
+publicbooleanequals(java.lang.Objecto)
+
+Overrides:
+equalsin classjava.lang.Object
+
+
+
+
+
+
+
+
+hashCode
+publicinthashCode()
+
+Overrides:
+hashCodein classjava.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/Decimal32.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/Decimal32.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/Decimal32.html
new file mode 100755
index 000..e472ba4
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/Decimal32.html
@@ 

[07/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/PropertiesType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/PropertiesType.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/PropertiesType.html
new file mode 100755
index 000..5542aaa
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/PropertiesType.html
@@ -0,0 +1,323 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+PropertiesType (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":10,"i1":10,"i2":10,"i3":9,"i4":10};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.codec.messaging
+Class PropertiesType
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.codec.AbstractDescribedTypeProperties,java.util.List
+
+
+org.apache.qpid.proton.codec.messaging.PropertiesType
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+AMQPTypeProperties, DescribedTypeConstructorProperties
+
+
+
+public class PropertiesType
+extends AbstractDescribedTypeProperties,java.util.List
+implements DescribedTypeConstructorProperties
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsStatic MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+UnsignedLong
+getDescriptor()
+
+
+java.lang.ClassProperties
+getTypeClass()
+
+
+Properties
+newInstance(java.lang.Objectdescribed)
+
+
+static void
+register(Decoderdecoder,
+EncoderImplencoder)
+
+
+protected java.util.List
+wrap(Propertiesval)
+
+
+
+
+
+
+Methods inherited from classorg.apache.qpid.proton.codec.AbstractDescribedType
+getAllEncodings,
 getCanonicalEncoding,
 getEncoding,
 write
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, 
toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getDescriptor
+publicUnsignedLonggetDescriptor()
+
+Specified by:
+getDescriptorin
 classAbstractDescribedTypeProperties,java.util.List
+
+
+
+
+
+
+
+
+wrap
+protectedjava.util.Listwrap(Propertiesval)
+
+Specified by:
+wrapin
 classAbstractDescribedTypeProperties,java.util.List
+
+
+
+
+
+
+
+
+newInstance
+publicPropertiesnewInstance(java.lang.Objectdescribed)
+
+Specified by:
+newInstancein
 interfaceDescribedTypeConstructorProperties
+
+
+
+
+
+
+
+
+getTypeClass
+publicjava.lang.ClassPropertiesgetTypeClass()
+
+Specified by:
+getTypeClassin
 interfaceAMQPTypeProperties
+Specified by:
+getTypeClassin
 interfaceDescribedTypeConstructorProperties
+
+
+
+
+
+
+
+
+register
+public staticvoidregister(Decoderdecoder,
+EncoderImplencoder)
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/ReceivedType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/ReceivedType.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/ReceivedType.html
new file mode 100755
index 000..805e178
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/ReceivedType.html
@@ -0,0 +1,323 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+ReceivedType (Qpid 

[17/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/ReadableBuffer.ByteBufferReader.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/ReadableBuffer.ByteBufferReader.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/ReadableBuffer.ByteBufferReader.html
new file mode 100755
index 000..b95bf49
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/ReadableBuffer.ByteBufferReader.html
@@ -0,0 +1,636 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+ReadableBuffer.ByteBufferReader (Qpid Proton-J API)
+
+
+
+
+
+var methods = 
{"i0":9,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.codec
+Class 
ReadableBuffer.ByteBufferReader
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
+
+
+
+
+
+
+
+All Implemented Interfaces:
+ReadableBuffer
+
+
+Enclosing interface:
+ReadableBuffer
+
+
+
+public static final class ReadableBuffer.ByteBufferReader
+extends java.lang.Object
+implements ReadableBuffer
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+Nested classes/interfaces inherited from 
interfaceorg.apache.qpid.proton.codec.ReadableBuffer
+ReadableBuffer.ByteBufferReader
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+ByteBufferReader(java.nio.ByteBufferbuffer)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsStatic MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+static ReadableBuffer.ByteBufferReader
+allocate(intsize)
+
+
+java.nio.ByteBuffer
+byteBuffer()
+
+
+ReadableBuffer
+duplicate()
+
+
+ReadableBuffer
+flip()
+
+
+byte
+get()
+
+
+ReadableBuffer
+get(byte[]data)
+
+
+ReadableBuffer
+get(byte[]data,
+   intoffset,
+   intlength)
+
+
+double
+getDouble()
+
+
+float
+getFloat()
+
+
+int
+getInt()
+
+
+long
+getLong()
+
+
+short
+getShort()
+
+
+boolean
+hasRemaining()
+
+
+int
+limit()
+
+
+ReadableBuffer
+limit(intlimit)
+
+
+int
+position()
+
+
+ReadableBuffer
+position(intposition)
+
+
+void
+put(ReadableBufferother)
+
+
+java.lang.String
+readUTF8()
+
+
+int
+remaining()
+
+
+ReadableBuffer
+slice()
+
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, 
toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+ByteBufferReader
+publicByteBufferReader(java.nio.ByteBufferbuffer)
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+allocate
+public staticReadableBuffer.ByteBufferReaderallocate(intsize)
+
+
+
+
+
+
+
+get
+publicbyteget()
+
+Specified by:
+getin
 interfaceReadableBuffer
+
+
+
+
+
+
+
+
+getInt
+publicintgetInt()
+
+Specified by:
+getIntin
 interfaceReadableBuffer
+
+
+
+
+
+
+
+
+getLong
+publiclonggetLong()
+
+Specified by:
+getLongin
 interfaceReadableBuffer
+
+
+
+
+
+
+
+
+getShort
+publicshortgetShort()
+
+Specified by:
+getShortin
 interfaceReadableBuffer
+
+
+
+
+
+
+
+
+getFloat
+publicfloatgetFloat()
+
+Specified by:
+getFloatin
 interfaceReadableBuffer
+
+
+
+
+
+
+
+
+getDouble
+publicdoublegetDouble()
+
+Specified by:
+getDoublein
 interfaceReadableBuffer
+
+
+
+
+
+
+
+
+limit
+publicintlimit()
+
+Specified by:
+limitin
 interfaceReadableBuffer
+
+
+
+
+
+
+
+
+get
+publicReadableBufferget(byte[]data,
+  intoffset,
+  intlength)
+
+Specified by:
+getin
 interfaceReadableBuffer
+
+
+
+
+
+
+
+
+get
+publicReadableBufferget(byte[]data)
+
+Specified by:
+getin
 interfaceReadableBuffer
+
+
+
+
+
+
+
+
+flip
+publicReadableBufferflip()
+
+Specified by:
+flipin
 interfaceReadableBuffer
+
+
+
+
+
+
+
+
+position

[21/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/DynamicDescribedType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/DynamicDescribedType.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/DynamicDescribedType.html
new file mode 100755
index 000..cff8ee6
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/DynamicDescribedType.html
@@ -0,0 +1,347 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+DynamicDescribedType (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.codec
+Class 
DynamicDescribedType
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.codec.DynamicDescribedType
+
+
+
+
+
+
+
+All Implemented Interfaces:
+AMQPTypeDescribedType
+
+
+
+public class DynamicDescribedType
+extends java.lang.Object
+implements AMQPTypeDescribedType
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+DynamicDescribedType(EncoderImplencoder,
+java.lang.Objectdescriptor)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+java.util.CollectionTypeEncodingDescribedType
+getAllEncodings()
+
+
+TypeEncodingDescribedType
+getCanonicalEncoding()
+
+
+TypeEncodingDescribedType
+getEncoding(DescribedTypeval)
+
+
+java.lang.ClassDescribedType
+getTypeClass()
+
+
+void
+write(DescribedTypeval)
+
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, 
toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+DynamicDescribedType
+publicDynamicDescribedType(EncoderImplencoder,
+java.lang.Objectdescriptor)
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getTypeClass
+publicjava.lang.ClassDescribedTypegetTypeClass()
+
+Specified by:
+getTypeClassin
 interfaceAMQPTypeDescribedType
+
+
+
+
+
+
+
+
+getEncoding
+publicTypeEncodingDescribedTypegetEncoding(DescribedTypeval)
+
+Specified by:
+getEncodingin
 interfaceAMQPTypeDescribedType
+
+
+
+
+
+
+
+
+getCanonicalEncoding
+publicTypeEncodingDescribedTypegetCanonicalEncoding()
+
+Specified by:
+getCanonicalEncodingin
 interfaceAMQPTypeDescribedType
+
+
+
+
+
+
+
+
+getAllEncodings
+publicjava.util.CollectionTypeEncodingDescribedTypegetAllEncodings()
+
+Specified by:
+getAllEncodingsin
 interfaceAMQPTypeDescribedType
+
+
+
+
+
+
+
+
+write
+publicvoidwrite(DescribedTypeval)
+
+Specified by:
+writein
 interfaceAMQPTypeDescribedType
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/DynamicTypeConstructor.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/DynamicTypeConstructor.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/DynamicTypeConstructor.html
new file mode 100755
index 000..0153129
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/DynamicTypeConstructor.html
@@ -0,0 +1,313 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+DynamicTypeConstructor (Qpid Proton-J API)
+
+
+
+

[51/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
update the site content for proton-j-0.20.0


Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/ae2def9d
Tree: http://git-wip-us.apache.org/repos/asf/qpid-site/tree/ae2def9d
Diff: http://git-wip-us.apache.org/repos/asf/qpid-site/diff/ae2def9d

Branch: refs/heads/asf-site
Commit: ae2def9d2c794e8da27c49b232bd665408a573cb
Parents: 12a059d
Author: Robert Gemmell 
Authored: Sat Aug 5 09:42:21 2017 +0100
Committer: Robert Gemmell 
Committed: Sat Aug 5 09:43:04 2017 +0100

--
 content/documentation.html  |2 +-
 content/download.html   |   12 +-
 content/maven.html  |2 +-
 content/proton/index.html   |4 +-
 content/releases/index.html |3 +-
 .../releases/qpid-proton-j-0.17.0/index.html|2 +-
 .../releases/qpid-proton-j-0.18.0/index.html|2 +-
 .../releases/qpid-proton-j-0.19.0/index.html|2 +-
 .../api/allclasses-frame.html   |  321 +
 .../api/allclasses-noframe.html |  321 +
 .../api/constant-values.html|  634 ++
 .../api/deprecated-list.html|  158 +
 .../qpid-proton-j-0.20.0/api/help-doc.html  |  222 +
 .../qpid-proton-j-0.20.0/api/index-all.html | 6993 ++
 .../qpid-proton-j-0.20.0/api/index.html |   74 +
 .../apache/qpid/proton/InterruptException.html  |  307 +
 .../api/org/apache/qpid/proton/Proton.html  |  375 +
 .../org/apache/qpid/proton/ProtonException.html |  306 +
 .../ProtonUnsupportedOperationException.html|  352 +
 .../apache/qpid/proton/TimeoutException.html|  321 +
 .../api/org/apache/qpid/proton/amqp/Binary.html |  415 ++
 .../org/apache/qpid/proton/amqp/Decimal128.html |  442 ++
 .../org/apache/qpid/proton/amqp/Decimal32.html  |  402 +
 .../org/apache/qpid/proton/amqp/Decimal64.html  |  402 +
 .../apache/qpid/proton/amqp/DescribedType.html  |  235 +
 .../api/org/apache/qpid/proton/amqp/Symbol.html |  365 +
 .../qpid/proton/amqp/UnknownDescribedType.html  |  347 +
 .../apache/qpid/proton/amqp/UnsignedByte.html   |  470 ++
 .../qpid/proton/amqp/UnsignedInteger.html   |  539 ++
 .../apache/qpid/proton/amqp/UnsignedLong.html   |  500 ++
 .../apache/qpid/proton/amqp/UnsignedShort.html  |  491 ++
 .../qpid/proton/amqp/messaging/Accepted.html|  329 +
 .../proton/amqp/messaging/AmqpSequence.html |  290 +
 .../qpid/proton/amqp/messaging/AmqpValue.html   |  290 +
 .../amqp/messaging/ApplicationProperties.html   |  290 +
 .../apache/qpid/proton/amqp/messaging/Data.html |  290 +
 .../proton/amqp/messaging/DeleteOnClose.html|  256 +
 .../proton/amqp/messaging/DeleteOnNoLinks.html  |  256 +
 .../messaging/DeleteOnNoLinksOrMessages.html|  256 +
 .../amqp/messaging/DeleteOnNoMessages.html  |  256 +
 .../amqp/messaging/DeliveryAnnotations.html |  290 +
 .../qpid/proton/amqp/messaging/Footer.html  |  290 +
 .../qpid/proton/amqp/messaging/Header.html  |  419 ++
 .../proton/amqp/messaging/LifetimePolicy.html   |  168 +
 .../amqp/messaging/MessageAnnotations.html  |  290 +
 .../qpid/proton/amqp/messaging/Modified.html|  391 +
 .../qpid/proton/amqp/messaging/Outcome.html |  168 +
 .../qpid/proton/amqp/messaging/Properties.html  |  627 ++
 .../qpid/proton/amqp/messaging/Received.html|  329 +
 .../qpid/proton/amqp/messaging/Rejected.html|  352 +
 .../qpid/proton/amqp/messaging/Released.html|  326 +
 .../qpid/proton/amqp/messaging/Section.html |  168 +
 .../qpid/proton/amqp/messaging/Source.html  |  417 ++
 .../qpid/proton/amqp/messaging/Target.html  |  313 +
 .../qpid/proton/amqp/messaging/Terminus.html|  443 ++
 .../amqp/messaging/TerminusDurability.html  |  376 +
 .../amqp/messaging/TerminusExpiryPolicy.html|  388 +
 .../proton/amqp/messaging/package-frame.html|   50 +
 .../proton/amqp/messaging/package-summary.html  |  261 +
 .../proton/amqp/messaging/package-tree.html |  176 +
 .../apache/qpid/proton/amqp/package-frame.html  |   32 +
 .../qpid/proton/amqp/package-summary.html   |  190 +
 .../apache/qpid/proton/amqp/package-tree.html   |  151 +
 .../proton/amqp/security/SaslChallenge.html |  367 +
 .../qpid/proton/amqp/security/SaslCode.html |  400 +
 .../SaslFrameBody.SaslFrameBodyHandler.html |  308 +
 .../proton/amqp/security/SaslFrameBody.html |  247 +
 .../qpid/proton/amqp/security/SaslInit.html |  393 +
 .../proton/amqp/security/SaslMechanisms.html|  341 +
 .../qpid/proton/amqp/security/SaslOutcome.html  |  367 +
 .../qpid/proton/amqp/security/SaslResponse.html |  341 +
 .../proton/amqp/security/package-frame.html |   32 +
 .../proton/amqp/security/package-summary.html   |  189 +
 .../qpid/proton/amqp/security/package-tree.html |  155 +
 

[23/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/DecoderImpl.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/DecoderImpl.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/DecoderImpl.html
new file mode 100755
index 000..6264664
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/DecoderImpl.html
@@ -0,0 +1,1552 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+DecoderImpl (Qpid Proton-J API)
+
+
+
+
+
+var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10,"i55":10,"i56":10,"i57":10,"i58":10,"i59":10,"i60":10,"i61":10,"i62":10,"i63":10,"i64":10,"i65":10,"i66":10,"i67":10,"i68":10,"i69":10,"i70":10,"i71":10,"i72":10,"i73":10,"i74":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.codec
+Class DecoderImpl
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.codec.DecoderImpl
+
+
+
+
+
+
+
+All Implemented Interfaces:
+ByteBufferDecoder, Decoder
+
+
+
+public class DecoderImpl
+extends java.lang.Object
+implements ByteBufferDecoder
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+Nested classes/interfaces inherited from 
interfaceorg.apache.qpid.proton.codec.Decoder
+Decoder.ListProcessorT
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+DecoderImpl()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+int
+getByteBufferRemaining()
+
+
+java.lang.Object[]
+readArray()
+
+
+TT[]
+readArray(java.lang.ClassTclazz)
+
+
+Binary
+readBinary()
+
+
+Binary
+readBinary(BinarydefaultValue)
+
+
+java.lang.Boolean
+readBoolean()
+
+
+boolean
+readBoolean(booleandefaultVal)
+
+
+java.lang.Boolean
+readBoolean(java.lang.BooleandefaultVal)
+
+
+boolean[]
+readBooleanArray()
+
+
+java.lang.Byte
+readByte()
+
+
+byte
+readByte(bytedefaultVal)
+
+
+java.lang.Byte
+readByte(java.lang.BytedefaultVal)
+
+
+byte[]
+readByteArray()
+
+
+byte[]
+readByteMultiple()
+
+
+java.lang.Character
+readCharacter()
+
+
+char
+readCharacter(chardefaultVal)
+
+
+java.lang.Character
+readCharacter(java.lang.CharacterdefaultVal)
+
+
+char[]
+readCharacterArray()
+
+
+char[]
+readCharacterMultiple()
+
+
+Decimal128
+readDecimal128()
+
+
+Decimal128
+readDecimal128(Decimal128defaultValue)
+
+
+Decimal32
+readDecimal32()
+
+
+Decimal32
+readDecimal32(Decimal32defaultValue)
+
+
+Decimal64
+readDecimal64()
+
+
+Decimal64
+readDecimal64(Decimal64defaultValue)
+
+
+java.lang.Double
+readDouble()
+
+
+double
+readDouble(doubledefaultVal)
+
+
+java.lang.Double
+readDouble(java.lang.DoubledefaultVal)
+
+
+double[]
+readDoubleArray()
+
+
+double[]
+readDoubleMultiple()
+
+
+java.lang.Float
+readFloat()
+
+
+float
+readFloat(floatdefaultVal)
+
+
+java.lang.Float
+readFloat(java.lang.FloatdefaultVal)
+
+
+float[]
+readFloatArray()
+
+
+float[]
+readFloatMultiple()
+
+
+java.lang.Integer
+readInteger()
+
+
+int
+readInteger(intdefaultVal)
+
+
+java.lang.Integer
+readInteger(java.lang.IntegerdefaultVal)
+
+
+int[]
+readIntegerArray()
+
+
+int[]
+readIntegerMultiple()
+
+
+java.util.List
+readList()
+
+
+Tvoid
+readList(Decoder.ListProcessorTprocessor)
+
+
+java.lang.Long
+readLong()
+
+
+long
+readLong(longdefaultVal)
+
+
+java.lang.Long
+readLong(java.lang.LongdefaultVal)
+
+
+long[]
+readLongArray()
+
+
+long[]
+readLongMultiple()
+
+
+java.util.Map
+readMap()
+
+
+java.lang.Object[]
+readMultiple()
+
+
+TT[]

[22/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/DescribedTypeConstructor.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/DescribedTypeConstructor.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/DescribedTypeConstructor.html
new file mode 100755
index 000..fc1
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/DescribedTypeConstructor.html
@@ -0,0 +1,235 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+DescribedTypeConstructor (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":6,"i1":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.codec
+Interface 
DescribedTypeConstructorV
+
+
+
+
+
+
+All Known Implementing Classes:
+AcceptedType, AmqpSequenceType, 
AmqpValueType, ApplicationPropertiesType, AttachType, BeginType, CloseType, CoordinatorType, 
DataType, DeclaredType, DeclareType, DeleteOnCloseType, 
DeleteOnNoLinksOrMessagesType, DeleteOnNoLinksType, DeleteOnNoMessagesType, DeliveryAnnotationsType, DetachType, DischargeType, 
DispositionType, EndType, ErrorConditionType, FlowType, FooterType, HeaderType, MessageAnnotationsType, ModifiedType, OpenType, PropertiesType, ReceivedType, RejectedType, ReleasedType, SaslChallengeType, 
SaslInitType, SaslMechanismsType, 
SaslOutcomeType, SaslResponseType, 
SourceType, TargetType, TransactionalStateType, TransferType
+
+
+
+public interface DescribedTypeConstructorV
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsAbstract Methods
+
+Modifier and Type
+Method and Description
+
+
+java.lang.Class
+getTypeClass()
+
+
+V
+newInstance(java.lang.Objectdescribed)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+newInstance
+VnewInstance(java.lang.Objectdescribed)
+
+
+
+
+
+
+
+getTypeClass
+java.lang.ClassgetTypeClass()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/DoubleType.DoubleEncoding.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/DoubleType.DoubleEncoding.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/DoubleType.DoubleEncoding.html
new file mode 100755
index 000..8799ce6
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/DoubleType.DoubleEncoding.html
@@ -0,0 +1,514 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+DoubleType.DoubleEncoding (Qpid Proton-J API)
+
+
+
+
+
+var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+

[05/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/package-summary.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/package-summary.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/package-summary.html
new file mode 100755
index 000..a04fab3
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/package-summary.html
@@ -0,0 +1,428 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+org.apache.qpid.proton.codec (Qpid Proton-J API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevPackage
+NextPackage
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Packageorg.apache.qpid.proton.codec
+
+
+
+
+
+Interface Summary
+
+Interface
+Description
+
+
+
+AMQPTypeV
+
+
+
+ArrayType.ArrayEncoding
+
+
+
+BigIntegerType.BigIntegerEncoding
+
+
+
+BooleanType.BooleanEncoding
+
+
+
+ByteBufferDecoder
+
+
+
+ByteBufferEncoder
+
+
+
+Data
+
+
+
+Decoder
+
+
+
+Decoder.ListProcessorT
+
+
+
+DescribedTypeConstructorV
+
+
+
+Encoder
+
+
+
+EncodingCodes
+
+
+
+IntegerType.IntegerEncoding
+
+
+
+LongType.LongEncoding
+
+
+
+PrimitiveTypeV
+
+
+
+PrimitiveTypeEncodingT
+
+
+
+ReadableBuffer
+
+Interface to abstract a buffer, similar to WritableBuffer
+
+
+
+StringType.StringEncoding
+
+
+
+SymbolType.SymbolEncoding
+
+
+
+TypeConstructorV
+
+
+
+TypeEncodingV
+
+
+
+UnsignedIntegerType.UnsignedIntegerEncoding
+
+
+
+UnsignedLongType.UnsignedLongEncoding
+
+
+
+WritableBuffer
+
+
+
+
+
+
+
+Class Summary
+
+Class
+Description
+
+
+
+AbstractDescribedTypeT,M
+
+
+
+AMQPDefinedTypes
+
+
+
+ArrayType
+
+
+
+BigIntegerType
+
+
+
+BinaryType
+
+
+
+BooleanType
+
+
+
+ByteType
+
+
+
+CharacterType
+
+
+
+Codec
+
+Codec
+
+
+
+CompositeWritableBuffer
+
+
+
+Data.Factory
+
+
+
+Decimal128Type
+
+
+
+Decimal32Type
+
+
+
+Decimal64Type
+
+
+
+DecoderImpl
+
+
+
+DoubleType
+
+
+
+DroppingWritableBuffer
+
+
+
+DynamicDescribedType
+
+
+
+DynamicTypeConstructor
+
+
+
+EncoderImpl
+
+
+
+FloatType
+
+
+
+IntegerType
+
+
+
+ListType
+
+
+
+LongType
+
+
+
+MapType
+
+
+
+NullType
+
+
+
+ReadableBuffer.ByteBufferReader
+
+
+
+ShortType
+
+
+
+StringType
+
+
+
+SymbolType
+
+
+
+TimestampType
+
+
+
+UnsignedByteType
+
+
+
+UnsignedIntegerType
+
+
+
+UnsignedLongType
+
+
+
+UnsignedShortType
+
+
+
+UUIDType
+
+
+
+WritableBuffer.ByteBufferWrapper
+
+
+
+
+
+
+
+Enum Summary
+
+Enum
+Description
+
+
+
+Data.DataType
+
+
+
+
+
+
+
+Exception Summary
+
+Exception
+Description
+
+
+
+DecodeException
+
+
+
+EncodeException
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevPackage
+NextPackage
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/package-tree.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/package-tree.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/package-tree.html
new file mode 100755
index 000..9469a10
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/package-tree.html
@@ -0,0 +1,260 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+org.apache.qpid.proton.codec Class Hierarchy (Qpid Proton-J API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+var methods = {"i0":10,"i1":10,"i2":10,"i3":9,"i4":10};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.codec.messaging
+Class 
DeleteOnNoMessagesType
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.codec.AbstractDescribedTypeDeleteOnNoMessages,java.util.List
+
+
+org.apache.qpid.proton.codec.messaging.DeleteOnNoMessagesType
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+AMQPTypeDeleteOnNoMessages, DescribedTypeConstructorDeleteOnNoMessages
+
+
+
+public class DeleteOnNoMessagesType
+extends AbstractDescribedTypeDeleteOnNoMessages,java.util.List
+implements DescribedTypeConstructorDeleteOnNoMessages
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsStatic MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+UnsignedLong
+getDescriptor()
+
+
+java.lang.ClassDeleteOnNoMessages
+getTypeClass()
+
+
+DeleteOnNoMessages
+newInstance(java.lang.Objectdescribed)
+
+
+static void
+register(Decoderdecoder,
+EncoderImplencoder)
+
+
+protected java.util.List
+wrap(DeleteOnNoMessagesval)
+
+
+
+
+
+
+Methods inherited from classorg.apache.qpid.proton.codec.AbstractDescribedType
+getAllEncodings,
 getCanonicalEncoding,
 getEncoding,
 write
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, 
toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getDescriptor
+publicUnsignedLonggetDescriptor()
+
+Specified by:
+getDescriptorin
 classAbstractDescribedTypeDeleteOnNoMessages,java.util.List
+
+
+
+
+
+
+
+
+wrap
+protectedjava.util.Listwrap(DeleteOnNoMessagesval)
+
+Specified by:
+wrapin
 classAbstractDescribedTypeDeleteOnNoMessages,java.util.List
+
+
+
+
+
+
+
+
+newInstance
+publicDeleteOnNoMessagesnewInstance(java.lang.Objectdescribed)
+
+Specified by:
+newInstancein
 interfaceDescribedTypeConstructorDeleteOnNoMessages
+
+
+
+
+
+
+
+
+getTypeClass
+publicjava.lang.ClassDeleteOnNoMessagesgetTypeClass()
+
+Specified by:
+getTypeClassin
 interfaceAMQPTypeDeleteOnNoMessages
+Specified by:
+getTypeClassin
 interfaceDescribedTypeConstructorDeleteOnNoMessages
+
+
+
+
+
+
+
+
+register
+public staticvoidregister(Decoderdecoder,
+EncoderImplencoder)
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/DeliveryAnnotationsType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/DeliveryAnnotationsType.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/messaging/DeliveryAnnotationsType.html
new file mode 100755

[16/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/StringType.StringEncoding.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/StringType.StringEncoding.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/StringType.StringEncoding.html
new file mode 100755
index 000..701692a
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/StringType.StringEncoding.html
@@ -0,0 +1,250 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+StringType.StringEncoding (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.codec
+Interface 
StringType.StringEncoding
+
+
+
+
+
+
+All Superinterfaces:
+PrimitiveTypeEncodingjava.lang.String,
 TypeConstructorjava.lang.String, TypeEncodingjava.lang.String
+
+
+Enclosing class:
+StringType
+
+
+
+public static interface StringType.StringEncoding
+extends PrimitiveTypeEncodingjava.lang.String
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsAbstract Methods
+
+Modifier and Type
+Method and Description
+
+
+void
+setValue(java.lang.Stringval,
+intlength)
+
+
+
+
+
+
+Methods inherited from interfaceorg.apache.qpid.proton.codec.PrimitiveTypeEncoding
+getConstructorSize,
 getEncodingCode,
 getType,
 writeConstructor
+
+
+
+
+
+Methods inherited from interfaceorg.apache.qpid.proton.codec.TypeEncoding
+encodesJavaPrimitive,
 encodesSuperset,
 getValueSize,
 isFixedSizeVal,
 writeValue
+
+
+
+
+
+Methods inherited from interfaceorg.apache.qpid.proton.codec.TypeConstructor
+encodesJavaPrimitive,
 getTypeClass,
 readValue
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+setValue
+voidsetValue(java.lang.Stringval,
+  intlength)
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/StringType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/StringType.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/StringType.html
new file mode 100755
index 000..b8783c5
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/StringType.html
@@ -0,0 +1,315 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+StringType (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|

[46/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/index.html
--
diff --git a/content/releases/qpid-proton-j-0.20.0/api/index.html 
b/content/releases/qpid-proton-j-0.20.0/api/index.html
new file mode 100755
index 000..880708f
--- /dev/null
+++ b/content/releases/qpid-proton-j-0.20.0/api/index.html
@@ -0,0 +1,74 @@
+http://www.w3.org/TR/html4/frameset.dtd;>
+
+
+
+
+Qpid Proton-J API
+
+targetPage = "" + window.location.search;
+if (targetPage != "" && targetPage != "undefined")
+targetPage = targetPage.substring(1);
+if (targetPage.indexOf(":") != -1 || (targetPage != "" && 
!validURL(targetPage)))
+targetPage = "undefined";
+function validURL(url) {
+try {
+url = decodeURIComponent(url);
+}
+catch (error) {
+return false;
+}
+var pos = url.indexOf(".html");
+if (pos == -1 || pos != url.length - 5)
+return false;
+var allowNumber = false;
+var allowSep = false;
+var seenDot = false;
+for (var i = 0; i < url.length - 5; i++) {
+var ch = url.charAt(i);
+if ('a' <= ch && ch <= 'z' ||
+'A' <= ch && ch <= 'Z' ||
+ch == '$' ||
+ch == '_' ||
+ch.charCodeAt(0) > 127) {
+allowNumber = true;
+allowSep = true;
+} else if ('0' <= ch && ch <= '9'
+|| ch == '-') {
+if (!allowNumber)
+ return false;
+} else if (ch == '/' || ch == '.') {
+if (!allowSep)
+return false;
+allowNumber = false;
+allowSep = false;
+if (ch == '.')
+ seenDot = true;
+if (ch == '/' && seenDot)
+ return false;
+} else {
+return false;
+}
+}
+return true;
+}
+function loadFrames() {
+if (targetPage != "" && targetPage != "undefined")
+ top.classFrame.location = top.targetPage;
+}
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+Frame Alert
+This document is designed to be viewed using the frames feature. If you see 
this message, you are using a non-frame-capable web client. Link to Non-frame version.
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/InterruptException.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/InterruptException.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/InterruptException.html
new file mode 100755
index 000..d7baf35
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/InterruptException.html
@@ -0,0 +1,307 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+InterruptException (Qpid Proton-J API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton
+Class 
InterruptException
+
+
+
+java.lang.Object
+
+
+java.lang.Throwable
+
+
+java.lang.Exception
+
+
+java.lang.RuntimeException
+
+
+org.apache.qpid.proton.ProtonException
+
+
+org.apache.qpid.proton.InterruptException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+java.io.Serializable
+
+
+
+public class InterruptException
+extends ProtonException
+
+See Also:
+Serialized
 Form
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+InterruptException()
+
+
+InterruptException(java.lang.Stringmessage)
+
+
+InterruptException(java.lang.Stringmessage,
+  java.lang.Throwablecause)
+
+
+InterruptException(java.lang.Throwablecause)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+Methods inherited from classjava.lang.Throwable
+addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 
getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, 
printStackTrace, printStackTrace, setStackTrace, toString
+
+
+
+
+

[12/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/impl/DataImpl.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/impl/DataImpl.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/impl/DataImpl.html
new file mode 100755
index 000..0c23221
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/impl/DataImpl.html
@@ -0,0 +1,1586 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+DataImpl (Qpid Proton-J API)
+
+
+
+
+
+var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10,"i55":10,"i56":10,"i57":10,"i58":10,"i59":10,"i60":10,"i61":10,"i62":10,"i63":10,"i64":10,"i65":10,"i66":10,"i67":10,"i68":10,"i69":10,"i70":10,"i71":10,"i72":10,"i73":10,"i74":10,"i75":10,"i76":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.codec.impl
+Class DataImpl
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.codec.impl.DataImpl
+
+
+
+
+
+
+
+All Implemented Interfaces:
+Data
+
+
+
+public class DataImpl
+extends java.lang.Object
+implements Data
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+Nested classes/interfaces inherited from 
interfaceorg.apache.qpid.proton.codec.Data
+Data.DataType, Data.Factory
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+DataImpl()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+void
+clear()
+
+
+long
+decode(java.nio.ByteBufferbuf)
+
+
+Binary
+encode()
+
+
+long
+encode(java.nio.ByteBufferbuf)
+
+
+long
+encodedSize()
+
+
+boolean
+enter()
+
+
+boolean
+exit()
+
+
+java.lang.String
+format()
+
+
+void
+free()
+
+
+long
+getArray()
+
+
+Data.DataType
+getArrayType()
+
+
+Binary
+getBinary()
+
+
+boolean
+getBoolean()
+
+
+byte
+getByte()
+
+
+int
+getChar()
+
+
+Decimal128
+getDecimal128()
+
+
+Decimal32
+getDecimal32()
+
+
+Decimal64
+getDecimal64()
+
+
+DescribedType
+getDescribedType()
+
+
+double
+getDouble()
+
+
+float
+getFloat()
+
+
+int
+getInt()
+
+
+java.lang.Object[]
+getJavaArray()
+
+
+java.util.Listjava.lang.Object
+getJavaList()
+
+
+java.util.Mapjava.lang.Object,java.lang.Object
+getJavaMap()
+
+
+long
+getList()
+
+
+long
+getLong()
+
+
+long
+getMap()
+
+
+java.lang.Object
+getObject()
+
+
+short
+getShort()
+
+
+java.lang.String
+getString()
+
+
+Symbol
+getSymbol()
+
+
+java.util.Date
+getTimestamp()
+
+
+UnsignedByte
+getUnsignedByte()
+
+
+UnsignedInteger
+getUnsignedInteger()
+
+
+UnsignedLong
+getUnsignedLong()
+
+
+UnsignedShort
+getUnsignedShort()
+
+
+java.util.UUID
+getUUID()
+
+
+boolean
+isArrayDescribed()
+
+
+boolean
+isDescribed()
+
+
+boolean
+isNull()
+
+
+Data.DataType
+next()
+
+
+Data.DataType
+prev()
+
+
+void
+putArray(booleandescribed,
+Data.DataTypetype)
+
+
+void
+putBinary(Binarybytes)
+
+
+void
+putBinary(byte[]bytes)
+
+
+void
+putBoolean(booleanb)
+
+
+void
+putByte(byteb)
+
+
+void
+putChar(intc)
+
+
+void
+putDecimal128(Decimal128d)
+
+
+void
+putDecimal32(Decimal32d)
+
+
+void
+putDecimal64(Decimal64d)
+
+
+void
+putDescribed()
+
+
+void
+putDescribedType(DescribedTypedt)
+
+
+void
+putDouble(doubled)
+
+
+void
+putFloat(floatf)
+
+
+void
+putInt(inti)
+
+
+void
+putJavaList(java.util.Listjava.lang.Objectlist)
+
+
+void
+putJavaMap(java.util.Mapjava.lang.Object,java.lang.Objectmap)
+
+
+void
+putList()
+
+
+void
+putLong(longl)
+
+
+void
+putMap()
+
+
+void
+putNull()
+
+
+void

[20/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/EncoderImpl.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/EncoderImpl.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/EncoderImpl.html
new file mode 100755
index 000..d778ace
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/EncoderImpl.html
@@ -0,0 +1,1096 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+EncoderImpl (Qpid Proton-J API)
+
+
+
+
+
+var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.codec
+Class EncoderImpl
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.codec.EncoderImpl
+
+
+
+
+
+
+
+All Implemented Interfaces:
+ByteBufferEncoder, Encoder
+
+
+
+public final class EncoderImpl
+extends java.lang.Object
+implements ByteBufferEncoder
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+EncoderImpl(DecoderImpldecoder)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+AMQPType
+getType(java.lang.Objectelement)
+
+
+AMQPType
+getTypeFromClass(java.lang.Classclazz)
+
+
+Vvoid
+register(AMQPTypeVtype)
+
+
+void
+registerDescribedType(java.lang.Classclazz,
+ java.lang.Objectdescriptor)
+
+
+void
+setByteBuffer(java.nio.ByteBufferbuf)
+
+
+void
+setByteBuffer(WritableBufferbuf)
+
+
+void
+writeArray(boolean[]a)
+
+
+void
+writeArray(byte[]a)
+
+
+void
+writeArray(char[]a)
+
+
+void
+writeArray(double[]a)
+
+
+void
+writeArray(float[]a)
+
+
+void
+writeArray(int[]a)
+
+
+void
+writeArray(long[]a)
+
+
+void
+writeArray(java.lang.Object[]a)
+
+
+void
+writeArray(short[]a)
+
+
+void
+writeBinary(Binaryb)
+
+
+void
+writeBoolean(booleanbool)
+
+
+void
+writeBoolean(java.lang.Booleanbool)
+
+
+void
+writeByte(byteb)
+
+
+void
+writeByte(java.lang.Byteb)
+
+
+void
+writeCharacter(charc)
+
+
+void
+writeCharacter(java.lang.Characterc)
+
+
+void
+writeDecimal128(Decimal128d)
+
+
+void
+writeDecimal32(Decimal32d)
+
+
+void
+writeDecimal64(Decimal64d)
+
+
+void
+writeDescribedType(DescribedTyped)
+
+
+void
+writeDouble(doubled)
+
+
+void
+writeDouble(java.lang.Doubled)
+
+
+void
+writeFloat(floatf)
+
+
+void
+writeFloat(java.lang.Floatf)
+
+
+void
+writeInteger(inti)
+
+
+void
+writeInteger(java.lang.Integeri)
+
+
+void
+writeList(java.util.Listl)
+
+
+void
+writeLong(longl)
+
+
+void
+writeLong(java.lang.Longl)
+
+
+void
+writeMap(java.util.Mapm)
+
+
+void
+writeNull()
+
+
+void
+writeObject(java.lang.Objecto)
+
+
+void
+writeRaw(byteb)
+
+
+void
+writeShort(shorts)
+
+
+void
+writeShort(java.lang.Shorts)
+
+
+void
+writeString(java.lang.Strings)
+
+
+void
+writeSymbol(Symbols)
+
+
+void
+writeTimestamp(java.util.Dated)
+
+
+void
+writeTimestamp(longd)
+
+
+void
+writeUnsignedByte(UnsignedByteubyte)
+
+
+void
+writeUnsignedInteger(UnsignedIntegeruint)
+
+
+void
+writeUnsignedLong(UnsignedLongulong)
+
+
+void
+writeUnsignedShort(UnsignedShortushort)
+
+
+void
+writeUUID(java.util.UUIDuuid)
+
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, 
toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+EncoderImpl
+publicEncoderImpl(DecoderImpldecoder)
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+setByteBuffer
+publicvoidsetByteBuffer(java.nio.ByteBufferbuf)
+
+Specified by:

[27/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/ByteType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/ByteType.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/ByteType.html
new file mode 100755
index 000..52b4598
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/ByteType.html
@@ -0,0 +1,328 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+ByteType (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.codec
+Class ByteType
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.codec.ByteType
+
+
+
+
+
+
+
+All Implemented Interfaces:
+AMQPTypejava.lang.Byte, PrimitiveTypejava.lang.Byte
+
+
+
+public class ByteType
+extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+Nested Classes
+
+Modifier and Type
+Class and Description
+
+
+class
+ByteType.ByteEncoding
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+java.util.CollectionByteType.ByteEncoding
+getAllEncodings()
+
+
+ByteType.ByteEncoding
+getCanonicalEncoding()
+
+
+ByteType.ByteEncoding
+getEncoding(java.lang.Byteval)
+
+
+java.lang.Classjava.lang.Byte
+getTypeClass()
+
+
+void
+write(Tval)
+
+
+void
+writeType(byteb)
+
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, 
toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getTypeClass
+publicjava.lang.Classjava.lang.BytegetTypeClass()
+
+
+
+
+
+
+
+getEncoding
+publicByteType.ByteEncodinggetEncoding(java.lang.Byteval)
+
+
+
+
+
+
+
+getCanonicalEncoding
+publicByteType.ByteEncodinggetCanonicalEncoding()
+
+
+
+
+
+
+
+getAllEncodings
+publicjava.util.CollectionByteType.ByteEncodinggetAllEncodings()
+
+
+
+
+
+
+
+writeType
+publicvoidwriteType(byteb)
+
+
+
+
+
+
+
+
+
+write
+public finalvoidwrite(Tval)
+
+Specified by:
+writein
 interfaceAMQPTypeT
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/CharacterType.CharacterEncoding.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/CharacterType.CharacterEncoding.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/CharacterType.CharacterEncoding.html
new file mode 100755
index 000..646956d
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/CharacterType.CharacterEncoding.html
@@ -0,0 +1,514 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+CharacterType.CharacterEncoding (Qpid Proton-J API)
+
+
+
+
+
+var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor 

[02/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/transaction/DeclaredType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/transaction/DeclaredType.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/transaction/DeclaredType.html
new file mode 100755
index 000..cff0b4c
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/transaction/DeclaredType.html
@@ -0,0 +1,323 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+DeclaredType (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":10,"i1":10,"i2":10,"i3":9,"i4":10};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.codec.transaction
+Class DeclaredType
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.codec.AbstractDescribedTypeDeclared,java.util.List
+
+
+org.apache.qpid.proton.codec.transaction.DeclaredType
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+AMQPTypeDeclared, DescribedTypeConstructorDeclared
+
+
+
+public class DeclaredType
+extends AbstractDescribedTypeDeclared,java.util.List
+implements DescribedTypeConstructorDeclared
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsStatic MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+UnsignedLong
+getDescriptor()
+
+
+java.lang.ClassDeclared
+getTypeClass()
+
+
+Declared
+newInstance(java.lang.Objectdescribed)
+
+
+static void
+register(Decoderdecoder,
+EncoderImplencoder)
+
+
+protected java.util.List
+wrap(Declaredval)
+
+
+
+
+
+
+Methods inherited from classorg.apache.qpid.proton.codec.AbstractDescribedType
+getAllEncodings,
 getCanonicalEncoding,
 getEncoding,
 write
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, 
toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getDescriptor
+publicUnsignedLonggetDescriptor()
+
+Specified by:
+getDescriptorin
 classAbstractDescribedTypeDeclared,java.util.List
+
+
+
+
+
+
+
+
+wrap
+protectedjava.util.Listwrap(Declaredval)
+
+Specified by:
+wrapin
 classAbstractDescribedTypeDeclared,java.util.List
+
+
+
+
+
+
+
+
+newInstance
+publicDeclarednewInstance(java.lang.Objectdescribed)
+
+Specified by:
+newInstancein
 interfaceDescribedTypeConstructorDeclared
+
+
+
+
+
+
+
+
+getTypeClass
+publicjava.lang.ClassDeclaredgetTypeClass()
+
+Specified by:
+getTypeClassin
 interfaceAMQPTypeDeclared
+Specified by:
+getTypeClassin
 interfaceDescribedTypeConstructorDeclared
+
+
+
+
+
+
+
+
+register
+public staticvoidregister(Decoderdecoder,
+EncoderImplencoder)
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/transaction/DischargeType.DischargeWrapper.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/transaction/DischargeType.DischargeWrapper.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/transaction/DischargeType.DischargeWrapper.html
new file mode 100755
index 000..941ec40
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/transaction/DischargeType.DischargeWrapper.html
@@ -0,0 +1,363 @@

[13/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/WritableBuffer.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/WritableBuffer.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/WritableBuffer.html
new file mode 100755
index 000..8777f33
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/WritableBuffer.html
@@ -0,0 +1,401 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+WritableBuffer (Qpid Proton-J API)
+
+
+
+
+
+var methods = 
{"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.codec
+Interface 
WritableBuffer
+
+
+
+
+
+
+All Known Implementing Classes:
+CompositeWritableBuffer, DroppingWritableBuffer, WritableBuffer.ByteBufferWrapper
+
+
+
+public interface WritableBuffer
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+Nested Classes
+
+Modifier and Type
+Interface and Description
+
+
+static class
+WritableBuffer.ByteBufferWrapper
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsAbstract Methods
+
+Modifier and Type
+Method and Description
+
+
+boolean
+hasRemaining()
+
+
+int
+limit()
+
+
+int
+position()
+
+
+void
+position(intposition)
+
+
+void
+put(byteb)
+
+
+void
+put(byte[]src,
+   intoffset,
+   intlength)
+
+
+void
+put(java.nio.ByteBufferpayload)
+
+
+void
+putDouble(doubled)
+
+
+void
+putFloat(floatf)
+
+
+void
+putInt(inti)
+
+
+void
+putLong(longl)
+
+
+void
+putShort(shorts)
+
+
+int
+remaining()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+put
+voidput(byteb)
+
+
+
+
+
+
+
+putFloat
+voidputFloat(floatf)
+
+
+
+
+
+
+
+putDouble
+voidputDouble(doubled)
+
+
+
+
+
+
+
+put
+voidput(byte[]src,
+ intoffset,
+ intlength)
+
+
+
+
+
+
+
+putShort
+voidputShort(shorts)
+
+
+
+
+
+
+
+putInt
+voidputInt(inti)
+
+
+
+
+
+
+
+putLong
+voidputLong(longl)
+
+
+
+
+
+
+
+hasRemaining
+booleanhasRemaining()
+
+
+
+
+
+
+
+remaining
+intremaining()
+
+
+
+
+
+
+
+position
+intposition()
+
+
+
+
+
+
+
+position
+voidposition(intposition)
+
+
+
+
+
+
+
+put
+voidput(java.nio.ByteBufferpayload)
+
+
+
+
+
+
+
+limit
+intlimit()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+


-
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org



[33/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/End.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/End.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/End.html
new file mode 100755
index 000..ca48702
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/End.html
@@ -0,0 +1,341 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+End (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.amqp.transport
+Class End
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.amqp.transport.End
+
+
+
+
+
+
+
+All Implemented Interfaces:
+FrameBody
+
+
+
+public final class End
+extends java.lang.Object
+implements FrameBody
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+Nested classes/interfaces inherited from 
interfaceorg.apache.qpid.proton.amqp.transport.FrameBody
+FrameBody.FrameBodyHandlerE
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+End()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+ErrorCondition
+getError()
+
+
+Evoid
+invoke(FrameBody.FrameBodyHandlerEhandler,
+  Binarypayload,
+  Econtext)
+
+
+void
+setError(ErrorConditionerror)
+
+
+java.lang.String
+toString()
+
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, 
wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+End
+publicEnd()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getError
+publicErrorConditiongetError()
+
+
+
+
+
+
+
+setError
+publicvoidsetError(ErrorConditionerror)
+
+
+
+
+
+
+
+
+
+invoke
+publicEvoidinvoke(FrameBody.FrameBodyHandlerEhandler,
+   Binarypayload,
+   Econtext)
+
+Specified by:
+invokein
 interfaceFrameBody
+
+
+
+
+
+
+
+
+toString
+publicjava.lang.StringtoString()
+
+Overrides:
+toStringin classjava.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/ErrorCondition.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/ErrorCondition.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/ErrorCondition.html
new file mode 100755
index 000..8bb82e4
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/amqp/transport/ErrorCondition.html
@@ -0,0 +1,424 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+ErrorCondition (Qpid Proton-J API)
+
+
+
+
+
+var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript 

[25/52] [partial] qpid-site git commit: update the site content for proton-j-0.20.0

2017-08-05 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/Decimal128Type.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/Decimal128Type.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/Decimal128Type.html
new file mode 100755
index 000..d7a6722
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/Decimal128Type.html
@@ -0,0 +1,296 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Decimal128Type (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.codec
+Class Decimal128Type
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.codec.Decimal128Type
+
+
+
+
+
+
+
+All Implemented Interfaces:
+AMQPTypeDecimal128, PrimitiveTypeDecimal128
+
+
+
+public class Decimal128Type
+extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+java.util.Collectionorg.apache.qpid.proton.codec.Decimal128Type.Decimal128Encoding
+getAllEncodings()
+
+
+org.apache.qpid.proton.codec.Decimal128Type.Decimal128Encoding
+getCanonicalEncoding()
+
+
+org.apache.qpid.proton.codec.Decimal128Type.Decimal128Encoding
+getEncoding(Decimal128val)
+
+
+java.lang.ClassDecimal128
+getTypeClass()
+
+
+void
+write(Tval)
+
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, 
toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getTypeClass
+publicjava.lang.ClassDecimal128getTypeClass()
+
+
+
+
+
+
+
+getEncoding
+publicorg.apache.qpid.proton.codec.Decimal128Type.Decimal128EncodinggetEncoding(Decimal128val)
+
+
+
+
+
+
+
+getCanonicalEncoding
+publicorg.apache.qpid.proton.codec.Decimal128Type.Decimal128EncodinggetCanonicalEncoding()
+
+
+
+
+
+
+
+getAllEncodings
+publicjava.util.Collectionorg.apache.qpid.proton.codec.Decimal128Type.Decimal128EncodinggetAllEncodings()
+
+
+
+
+
+
+
+
+
+write
+public finalvoidwrite(Tval)
+
+Specified by:
+writein
 interfaceAMQPTypeT
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/ae2def9d/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/Decimal32Type.html
--
diff --git 
a/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/Decimal32Type.html
 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/Decimal32Type.html
new file mode 100755
index 000..20b6c3c
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.20.0/api/org/apache/qpid/proton/codec/Decimal32Type.html
@@ -0,0 +1,296 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Decimal32Type (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+