[09/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/WritableBuffer.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/WritableBuffer.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/WritableBuffer.html
new file mode 100755
index 000..21d68ae
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/WritableBuffer.html
@@ -0,0 +1,440 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+WritableBuffer (Qpid Proton-J API)
+
+
+
+
+
+var methods = 
{"i0":18,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":18,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"],16:["t5","Default 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, FrameWriterBuffer, 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 MethodsDefault Methods
+
+Modifier and Type
+Method and Description
+
+
+default void
+ensureRemaining(intrequiredRemaining)
+
+
+boolean
+hasRemaining()
+
+
+int
+limit()
+
+
+int
+position()
+
+
+void
+position(intposition)
+
+
+void
+put(byteb)
+
+
+void
+put(byte[]src,
+   intoffset,
+   intlength)
+
+
+void
+put(java.nio.ByteBufferpayload)
+
+
+void
+put(ReadableBufferpayload)
+
+
+default void
+put(java.lang.Stringvalue)
+
+
+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()
+
+
+
+
+
+
+
+ensureRemaining
+defaultvoidensureRemaining(intrequiredRemaining)
+
+
+
+
+
+
+
+remaining
+intremaining()
+
+
+
+
+
+
+
+position
+intposition()
+
+
+
+
+
+
+
+position
+voidposition(intposition)
+
+
+
+
+
+
+
+put
+voidput(java.nio.ByteBufferpayload)
+
+
+
+
+
+
+
+put
+voidput(ReadableBufferpayload)
+
+
+
+
+
+
+
+put
+defaultvoidput(java.lang.Stringvalue)
+
+
+
+
+
+
+
+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



[21/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/DecoderImpl.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/DecoderImpl.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/DecoderImpl.html
new file mode 100755
index 000..bef8665
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/DecoderImpl.html
@@ -0,0 +1,1649 @@
+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,"i75":10,"i76":10,"i77":10,"i78":10,"i79":10,"i80":10,"i81":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
+
+
+ReadableBuffer
+getBuffer()
+
+
+java.nio.ByteBuffer
+getByteBuffer()
+
+
+int
+getByteBufferRemaining()
+
+
+TypeConstructor?
+peekConstructor()
+
+
+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()
+
+
+TypeConstructor
+readConstructor()
+
+
+TypeConstructor
+readConstructor(booleanexcludeFastPathConstructors)
+
+
+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

[01/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
Repository: qpid-site
Updated Branches:
  refs/heads/asf-site 5182418c5 -> 5404ff5f2


http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/messaging/FooterType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/messaging/FooterType.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/messaging/FooterType.html
new file mode 100755
index 000..ab7da78
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/messaging/FooterType.html
@@ -0,0 +1,357 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+FooterType (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 FooterType
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.codec.AbstractDescribedTypeFooter,java.util.Map
+
+
+org.apache.qpid.proton.codec.messaging.FooterType
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+AMQPTypeFooter, DescribedTypeConstructorFooter
+
+
+
+public class FooterType
+extends AbstractDescribedTypeFooter,java.util.Map
+implements DescribedTypeConstructorFooter
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+FooterType(EncoderImplencoder)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsStatic MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+UnsignedLong
+getDescriptor()
+
+
+java.lang.ClassFooter
+getTypeClass()
+
+
+Footer
+newInstance(java.lang.Objectdescribed)
+
+
+static void
+register(Decoderdecoder,
+EncoderImplencoder)
+
+
+protected java.util.Map
+wrap(Footerval)
+
+
+
+
+
+
+Methods inherited from classorg.apache.qpid.proton.codec.AbstractDescribedType
+getAllEncodings,
 getCanonicalEncoding,
 getDecoder,
 getEncoder,
 getEncoding,
 write
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, 
toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+FooterType
+publicFooterType(EncoderImplencoder)
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getDescriptor
+publicUnsignedLonggetDescriptor()
+
+Specified by:
+getDescriptorin
 classAbstractDescribedTypeFooter,java.util.Map
+
+
+
+
+
+
+
+
+wrap
+protectedjava.util.Mapwrap(Footerval)
+
+Specified by:
+wrapin
 classAbstractDescribedTypeFooter,java.util.Map
+
+
+
+
+
+
+
+
+newInstance
+publicFooternewInstance(java.lang.Objectdescribed)
+
+Specified by:
+newInstancein
 interfaceDescribedTypeConstructorFooter
+
+
+
+
+
+
+
+
+getTypeClass
+publicjava.lang.ClassFootergetTypeClass()
+
+Specified by:
+getTypeClassin
 interfaceAMQPTypeFooter
+Specified by:
+getTypeClassin
 interfaceDescribedTypeConstructorFooter
+
+
+
+
+
+
+
+
+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
+
+
+
+
+
+
+
+


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



[35/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transaction/TransactionalState.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transaction/TransactionalState.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transaction/TransactionalState.html
new file mode 100755
index 000..666cea2
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transaction/TransactionalState.html
@@ -0,0 +1,363 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+TransactionalState (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.transaction
+Class 
TransactionalState
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.amqp.transaction.TransactionalState
+
+
+
+
+
+
+
+All Implemented Interfaces:
+DeliveryState
+
+
+
+public final class TransactionalState
+extends java.lang.Object
+implements DeliveryState
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+Nested classes/interfaces inherited from 
interfaceorg.apache.qpid.proton.amqp.transport.DeliveryState
+DeliveryState.DeliveryStateType
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+TransactionalState()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+Outcome
+getOutcome()
+
+
+Binary
+getTxnId()
+
+
+DeliveryState.DeliveryStateType
+getType()
+
+
+void
+setOutcome(Outcomeoutcome)
+
+
+void
+setTxnId(BinarytxnId)
+
+
+java.lang.String
+toString()
+
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, 
wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+TransactionalState
+publicTransactionalState()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getTxnId
+publicBinarygetTxnId()
+
+
+
+
+
+
+
+setTxnId
+publicvoidsetTxnId(BinarytxnId)
+
+
+
+
+
+
+
+getOutcome
+publicOutcomegetOutcome()
+
+
+
+
+
+
+
+setOutcome
+publicvoidsetOutcome(Outcomeoutcome)
+
+
+
+
+
+
+
+toString
+publicjava.lang.StringtoString()
+
+Overrides:
+toStringin classjava.lang.Object
+
+
+
+
+
+
+
+
+getType
+publicDeliveryState.DeliveryStateTypegetType()
+
+Specified by:
+getTypein
 interfaceDeliveryState
+Returns:
+the DeliveryState.DeliveryStateType
 that this instance represents.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+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/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transaction/TxnCapability.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transaction/TxnCapability.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transaction/TxnCapability.html
new file mode 100755
index 000..e31dcab
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transaction/TxnCapability.html
@@ -0,0 +1,264 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+TxnCapability (Qpid Proton-J API)
+
+
+
+
+
+
+
+JavaScript 

[04/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/messaging/FastPathAmqpSequenceType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/messaging/FastPathAmqpSequenceType.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/messaging/FastPathAmqpSequenceType.html
new file mode 100755
index 000..f7cca81
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/messaging/FastPathAmqpSequenceType.html
@@ -0,0 +1,439 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+FastPathAmqpSequenceType (Qpid Proton-J API)
+
+
+
+
+
+var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":9,"i9":10,"i10":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 
FastPathAmqpSequenceType
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.codec.messaging.FastPathAmqpSequenceType
+
+
+
+
+
+
+
+All Implemented Interfaces:
+AMQPTypeAmqpSequence, 
FastPathDescribedTypeConstructorAmqpSequence, 
TypeConstructorAmqpSequence
+
+
+
+public class FastPathAmqpSequenceType
+extends java.lang.Object
+implements AMQPTypeAmqpSequence, 
FastPathDescribedTypeConstructorAmqpSequence
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+FastPathAmqpSequenceType(EncoderImplencoder)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsStatic MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+boolean
+encodesJavaPrimitive()
+
+
+java.util.Collection? extends TypeEncodingAmqpSequence
+getAllEncodings()
+
+
+TypeEncodingAmqpSequence
+getCanonicalEncoding()
+
+
+DecoderImpl
+getDecoder()
+
+
+EncoderImpl
+getEncoder()
+
+
+TypeEncodingAmqpSequence
+getEncoding(AmqpSequenceval)
+
+
+java.lang.ClassAmqpSequence
+getTypeClass()
+
+
+AmqpSequence
+readValue()
+
+
+static void
+register(Decoderdecoder,
+EncoderImplencoder)
+
+
+void
+skipValue()
+
+
+void
+write(AmqpSequencesequence)
+
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, 
toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+FastPathAmqpSequenceType
+publicFastPathAmqpSequenceType(EncoderImplencoder)
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getEncoder
+publicEncoderImplgetEncoder()
+
+
+
+
+
+
+
+getDecoder
+publicDecoderImplgetDecoder()
+
+
+
+
+
+
+
+encodesJavaPrimitive
+publicbooleanencodesJavaPrimitive()
+
+Specified by:
+encodesJavaPrimitivein
 interfaceTypeConstructorAmqpSequence
+
+
+
+
+
+
+
+
+getTypeClass
+publicjava.lang.ClassAmqpSequencegetTypeClass()
+
+Specified by:
+getTypeClassin
 interfaceAMQPTypeAmqpSequence
+Specified by:
+getTypeClassin
 interfaceTypeConstructorAmqpSequence
+
+
+
+
+
+
+
+
+getEncoding
+publicTypeEncodingAmqpSequencegetEncoding(AmqpSequenceval)
+
+Specified by:
+getEncodingin
 interfaceAMQPTypeAmqpSequence
+
+
+
+
+
+
+
+
+getCanonicalEncoding
+publicTypeEncodingAmqpSequencegetCanonicalEncoding()
+
+Specified by:
+getCanonicalEncodingin
 interfaceAMQPTypeAmqpSequence
+
+
+
+
+
+
+
+
+getAllEncodings
+publicjava.util.Collection? extends TypeEncodingAmqpSequencegetAllEncodings()
+
+Specified by:
+getAllEncodingsin
 interfaceAMQPTypeAmqpSequence
+
+
+
+
+
+
+
+
+readValue
+publicAmqpSequencereadValue()
+
+Specified by:
+readValuein
 interfaceTypeConstructorAmqpSequence
+
+
+
+
+
+
+
+
+skipValue
+publicvoidskipValue()
+
+Specified by:
+skipValuein
 interfaceTypeConstructorAmqpSequence
+
+
+
+
+
+
+
+
+write
+publicvoidwrite(AmqpSequencesequence)
+
+Specified by:
+writein
 interfaceAMQPTypeAmqpSequence
+
+
+
+
+
+
+
+
+register
+public staticvoidregister(Decoderdecoder,
+EncoderImplencoder)
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree

[24/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/CompositeWritableBuffer.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/CompositeWritableBuffer.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/CompositeWritableBuffer.html
new file mode 100755
index 000..c767a9f
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/CompositeWritableBuffer.html
@@ -0,0 +1,560 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+CompositeWritableBuffer (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};
+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 
CompositeWritableBuffer
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.codec.CompositeWritableBuffer
+
+
+
+
+
+
+
+All Implemented Interfaces:
+WritableBuffer
+
+
+
+public class CompositeWritableBuffer
+extends java.lang.Object
+implements WritableBuffer
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+Nested classes/interfaces inherited from 
interfaceorg.apache.qpid.proton.codec.WritableBuffer
+WritableBuffer.ByteBufferWrapper
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+CompositeWritableBuffer(WritableBufferfirst,
+   WritableBuffersecond)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete 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
+put(ReadableBufferpayload)
+
+
+void
+put(java.lang.Stringvalue)
+
+
+void
+putDouble(doubled)
+
+
+void
+putFloat(floatf)
+
+
+void
+putInt(inti)
+
+
+void
+putLong(longl)
+
+
+void
+putShort(shorts)
+
+
+int
+remaining()
+
+
+java.lang.String
+toString()
+
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, 
wait, wait
+
+
+
+
+
+Methods inherited from interfaceorg.apache.qpid.proton.codec.WritableBuffer
+ensureRemaining
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+CompositeWritableBuffer
+publicCompositeWritableBuffer(WritableBufferfirst,
+   WritableBuffersecond)
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+put
+publicvoidput(byteb)
+
+Specified by:
+putin
 interfaceWritableBuffer
+
+
+
+
+
+
+
+
+putFloat
+publicvoidputFloat(floatf)
+
+Specified by:
+putFloatin
 interfaceWritableBuffer
+
+
+
+
+
+
+
+
+putDouble
+publicvoidputDouble(doubled)
+
+Specified by:
+putDoublein
 interfaceWritableBuffer
+
+
+
+
+
+
+
+
+putShort
+publicvoidputShort(shorts)
+
+Specified by:
+putShortin
 interfaceWritableBuffer
+
+
+
+
+
+
+
+
+putInt
+publicvoidputInt(inti)
+
+Specified by:
+putIntin
 interfaceWritableBuffer
+
+
+
+
+
+
+
+
+putLong
+publicvoidputLong(longl)
+
+Specified by:
+putLongin
 interfaceWritableBuffer
+
+
+
+
+
+
+
+
+hasRemaining
+publicbooleanhasRemaining()
+
+Specified by:
+hasRemainingin
 interfaceWritableBuffer
+
+
+
+
+
+
+
+
+remaining
+publicintremaining()
+
+Specified by:
+remainingin
 interfaceWritableBuffer
+
+
+
+
+
+
+
+
+position
+publicintposition()
+
+Specified by:
+positionin
 interfaceWritableBuffer
+
+
+
+
+
+
+
+
+limit
+publicintlimit()
+
+Specified by:
+limitin
 interfaceWritableBuffer
+
+
+
+
+
+
+
+
+position
+publicvoidposition(intposition)
+
+Specified by:
+positionin
 interfaceWritableBuffer
+
+
+
+
+
+
+
+
+put
+publicvoidput(byte[]src,
+intoffset,
+intlength)
+
+Specified by:
+putin
 interfaceWritableBuffer
+
+
+
+
+
+
+
+
+put
+publicvoidput(java.nio.ByteBufferpayload)
+
+Specified by:
+putin
 

[08/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/impl/DataImpl.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/impl/DataImpl.html
 
b/content/releases/qpid-proton-j-0.30.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.30.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

[42/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/DeleteOnNoLinks.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/DeleteOnNoLinks.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/DeleteOnNoLinks.html
new file mode 100755
index 000..1d66eba
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/DeleteOnNoLinks.html
@@ -0,0 +1,256 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+DeleteOnNoLinks (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 DeleteOnNoLinks
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.amqp.messaging.DeleteOnNoLinks
+
+
+
+
+
+
+
+All Implemented Interfaces:
+LifetimePolicy
+
+
+
+public final class DeleteOnNoLinks
+extends java.lang.Object
+implements LifetimePolicy
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsStatic MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+static DeleteOnNoLinks
+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 staticDeleteOnNoLinksgetInstance()
+
+
+
+
+
+
+
+
+
+
+
+
+
+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/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/DeleteOnNoLinksOrMessages.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/DeleteOnNoLinksOrMessages.html
 
b/content/releases/qpid-proton-j-0.30.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.30.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

[37/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/security/SaslFrameBody.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/security/SaslFrameBody.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/security/SaslFrameBody.html
new file mode 100755
index 000..55cbcce
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/security/SaslFrameBody.html
@@ -0,0 +1,247 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+SaslFrameBody (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.security
+Interface SaslFrameBody
+
+
+
+
+
+
+All Known Implementing Classes:
+SaslChallenge, SaslInit, SaslMechanisms, SaslOutcome, SaslResponse
+
+
+
+public interface SaslFrameBody
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+Nested Classes
+
+Modifier and Type
+Interface and Description
+
+
+static interface
+SaslFrameBody.SaslFrameBodyHandlerE
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsAbstract Methods
+
+Modifier and Type
+Method and Description
+
+
+Evoid
+invoke(SaslFrameBody.SaslFrameBodyHandlerEhandler,
+  Binarypayload,
+  Econtext)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+invoke
+Evoidinvoke(SaslFrameBody.SaslFrameBodyHandlerEhandler,
+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/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/security/SaslInit.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/security/SaslInit.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/security/SaslInit.html
new file mode 100755
index 000..25fc7d6
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/security/SaslInit.html
@@ -0,0 +1,393 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+SaslInit (Qpid Proton-J API)
+
+
+
+
+
+var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":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 SaslInit
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.amqp.security.SaslInit
+
+
+
+
+
+
+
+All Implemented Interfaces:
+SaslFrameBody
+
+
+
+public final class SaslInit
+extends java.lang.Object

[25/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/CompositeReadableBuffer.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/CompositeReadableBuffer.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/CompositeReadableBuffer.html
new file mode 100755
index 000..eab9150
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/CompositeReadableBuffer.html
@@ -0,0 +1,1244 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+CompositeReadableBuffer (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};
+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 
CompositeReadableBuffer
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.codec.CompositeReadableBuffer
+
+
+
+
+
+
+
+All Implemented Interfaces:
+ReadableBuffer
+
+
+
+public class CompositeReadableBuffer
+extends java.lang.Object
+implements ReadableBuffer
+ReadableBuffer implementation whose content is made up of 
one or more
+ byte arrays.
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+Nested classes/interfaces inherited from 
interfaceorg.apache.qpid.proton.codec.ReadableBuffer
+ReadableBuffer.ByteBufferReader
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+CompositeReadableBuffer()
+Creates a default empty composite buffer
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+CompositeReadableBuffer
+append(byte[]array)
+Adds the given array into the composite buffer at the 
end.
+
+
+
+CompositeReadableBuffer
+append(CompositeReadableBufferbuffer)
+Adds the given composite buffer contents (from current 
position, up to the limit) into this
+ composite buffer at the end.
+
+
+
+CompositeReadableBuffer
+append(ReadableBufferbuffer)
+Adds the given readable buffer contents (from current 
position, up to the limit) into this
+ composite buffer at the end.
+
+
+
+byte[]
+array()
+Returns the primitive array that backs this buffer if one 
exists and the
+ buffer is not read-only.
+
+
+
+int
+arrayOffset()
+Returns the offset into the backing array of the first 
element in the buffer.
+
+
+
+java.nio.ByteBuffer
+byteBuffer()
+
+
+int
+capacity()
+Returns the capacity of the backing buffer of this 
ReadableBuffer
+
+
+
+CompositeReadableBuffer
+clear()
+Resets the buffer position to zero and sets the limit to 
the buffer capacity,
+ the mark value is discarded if set.
+
+
+
+CompositeReadableBuffer
+duplicate()
+Creates a duplicate ReadableBuffer to this 
instance.
+
+
+
+boolean
+equals(java.lang.Objectother)
+
+
+CompositeReadableBuffer
+flip()
+Sets the buffer limit to the current position and the 
position is set to zero, the
+ mark value reset to undefined.
+
+
+
+byte
+get()
+Reads the byte at the current position and advances the 
position by 1.
+
+
+
+CompositeReadableBuffer
+get(byte[]data)
+A bulk read method that copies bytes from this buffer into 
the target byte array.
+
+
+
+CompositeReadableBuffer
+get(byte[]data,
+   intoffset,
+   intlength)
+A bulk read method that copies bytes from this buffer into 
the target byte array.
+
+
+
+byte
+get(intindex)
+Reads the byte at the given index, the buffer position is 
not affected.
+
+
+
+CompositeReadableBuffer
+get(WritableBuffertarget)
+Copy data from this buffer to the target buffer starting 
from the current
+ position and continuing until either this buffer's remaining bytes are
+ consumed or the target is full.
+
+
+
+java.util.Listbyte[]

[20/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/DescribedTypeConstructor.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/DescribedTypeConstructor.html
 
b/content/releases/qpid-proton-j-0.30.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.30.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/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/DoubleType.DoubleEncoding.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/DoubleType.DoubleEncoding.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/DoubleType.DoubleEncoding.html
new file mode 100755
index 000..568c857
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/DoubleType.DoubleEncoding.html
@@ -0,0 +1,527 @@
+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,"i17":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

[46/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/index.html
--
diff --git a/content/releases/qpid-proton-j-0.30.0/api/index.html 
b/content/releases/qpid-proton-j-0.30.0/api/index.html
new file mode 100755
index 000..72e0973
--- /dev/null
+++ b/content/releases/qpid-proton-j-0.30.0/api/index.html
@@ -0,0 +1,75 @@
+http://www.w3.org/TR/html4/frameset.dtd;>
+
+
+
+
+Qpid Proton-J API
+
+tmpTargetPage = "" + window.location.search;
+if (tmpTargetPage != "" && tmpTargetPage != "undefined")
+tmpTargetPage = tmpTargetPage.substring(1);
+if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && 
!validURL(tmpTargetPage)))
+tmpTargetPage = "undefined";
+targetPage = tmpTargetPage;
+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/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/InterruptException.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/InterruptException.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/InterruptException.html
new file mode 100755
index 000..d7baf35
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.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, 

[06/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/messaging/DataType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/messaging/DataType.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/messaging/DataType.html
new file mode 100755
index 000..1f9d15d
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.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,
 getDecoder,
 getEncoder,
 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/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/messaging/DeleteOnCloseType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/messaging/DeleteOnCloseType.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/messaging/DeleteOnCloseType.html
new file mode 100755
index 000..7875bd0
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.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)
+
+
+
+
+
+
+
+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/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/messaging/AcceptedType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/messaging/AcceptedType.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/messaging/AcceptedType.html
new file mode 100755
index 000..74bb821
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.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,
 getDecoder,
 getEncoder,
 getEncoding,
 write
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, 
toString, wait, 

[50/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/allclasses-frame.html
--
diff --git a/content/releases/qpid-proton-j-0.30.0/api/allclasses-frame.html 
b/content/releases/qpid-proton-j-0.30.0/api/allclasses-frame.html
new file mode 100755
index 000..1687b4c
--- /dev/null
+++ b/content/releases/qpid-proton-j-0.30.0/api/allclasses-frame.html
@@ -0,0 +1,341 @@
+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
+CompositeReadableBuffer
+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
+DeliveryState.DeliveryStateType
+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
+FastPathAcceptedType
+FastPathAmqpSequenceType
+FastPathAmqpValueType
+FastPathApplicationPropertiesType
+FastPathDataType
+FastPathDeliveryAnnotationsType
+FastPathDescribedTypeConstructor
+FastPathDispositionType
+FastPathFlowType
+FastPathFooterType
+FastPathHeaderType
+FastPathMessageAnnotationsType
+FastPathPropertiesType
+FastPathTransferType
+FloatType
+Flow
+FlowController
+FlowType
+FlowType.FlowWrapper
+Footer
+FooterType
+FrameBody
+FrameBody.FrameBodyHandler
+FrameHandler
+FrameWriterBuffer
+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
+ReactorOptions
+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
+SaslListener
+SaslMechanisms
+SaslMechanismsType
+SaslOutcome
+SaslOutcomeType
+SaslOutcomeType.SaslOutcomeWrapper
+SaslResponse
+SaslResponseType
+Section
+Section.SectionType
+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

[10/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/UnsignedIntegerType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/UnsignedIntegerType.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/UnsignedIntegerType.html
new file mode 100755
index 000..ee6382d
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/UnsignedIntegerType.html
@@ -0,0 +1,330 @@
+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,"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 
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
+
+
+void
+fastWrite(EncoderImplencoder,
+ UnsignedIntegervalue)
+
+
+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)
+
+
+
+
+
+
+
+fastWrite
+publicvoidfastWrite(EncoderImplencoder,
+  UnsignedIntegervalue)
+
+
+
+
+
+
+
+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/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/UnsignedLongType.UnsignedLongEncoding.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/UnsignedLongType.UnsignedLongEncoding.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/UnsignedLongType.UnsignedLongEncoding.html
new file mode 100755
index 000..79cae52
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.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)
+
+
+
+
+
+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,
 getDecoder,
 getEncoder,
 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/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/messaging/DeliveryAnnotationsType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/messaging/DeliveryAnnotationsType.html
 

[28/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/AbstractDescribedType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/AbstractDescribedType.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/AbstractDescribedType.html
new file mode 100755
index 000..8b4f83b
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/AbstractDescribedType.html
@@ -0,0 +1,397 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+AbstractDescribedType (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":10,"i1":10,"i2":10,"i3":6,"i4":10,"i5":10,"i6":6,"i7":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract 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 
AbstractDescribedTypeT,M
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.codec.AbstractDescribedTypeT,M
+
+
+
+
+
+
+
+All Implemented Interfaces:
+AMQPTypeT
+
+
+Direct Known Subclasses:
+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 abstract class AbstractDescribedTypeT,M
+extends java.lang.Object
+implements AMQPTypeT
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+AbstractDescribedType(EncoderImplencoder)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsAbstract MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+java.util.CollectionTypeEncodingT
+getAllEncodings()
+
+
+TypeEncodingT
+getCanonicalEncoding()
+
+
+DecoderImpl
+getDecoder()
+
+
+protected abstract UnsignedLong
+getDescriptor()
+
+
+EncoderImpl
+getEncoder()
+
+
+TypeEncodingT
+getEncoding(Tval)
+
+
+protected abstract M
+wrap(Tval)
+
+
+void
+write(Tval)
+
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, 
toString, wait, wait, wait
+
+
+
+
+
+Methods inherited from interfaceorg.apache.qpid.proton.codec.AMQPType
+getTypeClass
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+AbstractDescribedType
+publicAbstractDescribedType(EncoderImplencoder)
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getDescriptor
+protected abstractUnsignedLonggetDescriptor()
+
+
+
+
+
+
+
+getEncoder
+publicEncoderImplgetEncoder()
+
+
+
+
+
+
+
+getDecoder
+publicDecoderImplgetDecoder()
+
+
+
+
+
+
+
+
+
+getEncoding
+publicTypeEncodingTgetEncoding(Tval)
+
+Specified by:
+getEncodingin
 interfaceAMQPTypeT
+
+
+
+
+
+
+
+
+
+
+wrap
+protected abstractMwrap(Tval)
+
+
+
+
+
+
+
+getCanonicalEncoding
+publicTypeEncodingTgetCanonicalEncoding()
+
+Specified by:
+getCanonicalEncodingin
 interfaceAMQPTypeT
+
+
+
+
+
+
+
+
+getAllEncodings
+publicjava.util.CollectionTypeEncodingTgetAllEncodings()
+
+Specified by:
+getAllEncodingsin
 interfaceAMQPTypeT
+
+
+
+
+
+
+
+
+
+
+write
+publicvoidwrite(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
+

[03/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/messaging/FastPathDataType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/messaging/FastPathDataType.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/messaging/FastPathDataType.html
new file mode 100755
index 000..03f7a5e
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/messaging/FastPathDataType.html
@@ -0,0 +1,439 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+FastPathDataType (Qpid Proton-J API)
+
+
+
+
+
+var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":9,"i9":10,"i10":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 FastPathDataType
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.codec.messaging.FastPathDataType
+
+
+
+
+
+
+
+All Implemented Interfaces:
+AMQPTypeData, FastPathDescribedTypeConstructorData, TypeConstructorData
+
+
+
+public class FastPathDataType
+extends java.lang.Object
+implements AMQPTypeData, FastPathDescribedTypeConstructorData
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+FastPathDataType(EncoderImplencoder)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsStatic MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+boolean
+encodesJavaPrimitive()
+
+
+java.util.Collection? extends TypeEncodingData
+getAllEncodings()
+
+
+TypeEncodingData
+getCanonicalEncoding()
+
+
+DecoderImpl
+getDecoder()
+
+
+EncoderImpl
+getEncoder()
+
+
+TypeEncodingData
+getEncoding(Dataval)
+
+
+java.lang.ClassData
+getTypeClass()
+
+
+Data
+readValue()
+
+
+static void
+register(Decoderdecoder,
+EncoderImplencoder)
+
+
+void
+skipValue()
+
+
+void
+write(Datadata)
+
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, 
toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+FastPathDataType
+publicFastPathDataType(EncoderImplencoder)
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getEncoder
+publicEncoderImplgetEncoder()
+
+
+
+
+
+
+
+getDecoder
+publicDecoderImplgetDecoder()
+
+
+
+
+
+
+
+encodesJavaPrimitive
+publicbooleanencodesJavaPrimitive()
+
+Specified by:
+encodesJavaPrimitivein
 interfaceTypeConstructorData
+
+
+
+
+
+
+
+
+getTypeClass
+publicjava.lang.ClassDatagetTypeClass()
+
+Specified by:
+getTypeClassin
 interfaceAMQPTypeData
+Specified by:
+getTypeClassin
 interfaceTypeConstructorData
+
+
+
+
+
+
+
+
+getEncoding
+publicTypeEncodingDatagetEncoding(Dataval)
+
+Specified by:
+getEncodingin
 interfaceAMQPTypeData
+
+
+
+
+
+
+
+
+getCanonicalEncoding
+publicTypeEncodingDatagetCanonicalEncoding()
+
+Specified by:
+getCanonicalEncodingin
 interfaceAMQPTypeData
+
+
+
+
+
+
+
+
+getAllEncodings
+publicjava.util.Collection? extends TypeEncodingDatagetAllEncodings()
+
+Specified by:
+getAllEncodingsin
 interfaceAMQPTypeData
+
+
+
+
+
+
+
+
+readValue
+publicDatareadValue()
+
+Specified by:
+readValuein
 interfaceTypeConstructorData
+
+
+
+
+
+
+
+
+skipValue
+publicvoidskipValue()
+
+Specified by:
+skipValuein
 interfaceTypeConstructorData
+
+
+
+
+
+
+
+
+write
+publicvoidwrite(Datadata)
+
+Specified by:
+writein
 interfaceAMQPTypeData
+
+
+
+
+
+
+
+
+register
+public staticvoidregister(Decoderdecoder,
+EncoderImplencoder)
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:

[33/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transport/DeliveryState.DeliveryStateType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transport/DeliveryState.DeliveryStateType.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transport/DeliveryState.DeliveryStateType.html
new file mode 100755
index 000..c310061
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transport/DeliveryState.DeliveryStateType.html
@@ -0,0 +1,402 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+DeliveryState.DeliveryStateType (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.amqp.transport
+Enum 
DeliveryState.DeliveryStateType
+
+
+
+java.lang.Object
+
+
+java.lang.EnumDeliveryState.DeliveryStateType
+
+
+org.apache.qpid.proton.amqp.transport.DeliveryState.DeliveryStateType
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+java.io.Serializable, java.lang.ComparableDeliveryState.DeliveryStateType
+
+
+Enclosing interface:
+DeliveryState
+
+
+
+public static enum DeliveryState.DeliveryStateType
+extends java.lang.EnumDeliveryState.DeliveryStateType
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Summary
+
+Enum Constants
+
+Enum Constant and Description
+
+
+Accepted
+
+
+Declared
+
+
+Modified
+
+
+Received
+
+
+Rejected
+
+
+Released
+
+
+Transactional
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsStatic MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+static DeliveryState.DeliveryStateType
+valueOf(java.lang.Stringname)
+Returns the enum constant of this type with the specified 
name.
+
+
+
+static DeliveryState.DeliveryStateType[]
+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
+
+
+
+
+
+Accepted
+public static finalDeliveryState.DeliveryStateType 
Accepted
+
+
+
+
+
+
+
+Declared
+public static finalDeliveryState.DeliveryStateType 
Declared
+
+
+
+
+
+
+
+Modified
+public static finalDeliveryState.DeliveryStateType 
Modified
+
+
+
+
+
+
+
+Received
+public static finalDeliveryState.DeliveryStateType 
Received
+
+
+
+
+
+
+
+Rejected
+public static finalDeliveryState.DeliveryStateType 
Rejected
+
+
+
+
+
+
+
+Released
+public static finalDeliveryState.DeliveryStateType 
Released
+
+
+
+
+
+
+
+Transactional
+public static finalDeliveryState.DeliveryStateType 
Transactional
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+values
+public staticDeliveryState.DeliveryStateType[]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 (DeliveryState.DeliveryStateType c : 
DeliveryState.DeliveryStateType.values())
+   System.out.println(c);
+
+
+Returns:
+an array containing the constants of this enum type, in the order they are 
declared
+
+
+
+
+
+
+
+
+valueOf
+public staticDeliveryState.DeliveryStateTypevalueOf(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
+
+
+
+
+
+
+
+
+
+
+
+
+
+

[45/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/Decimal128.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/Decimal128.html
 
b/content/releases/qpid-proton-j-0.30.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.30.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/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/Decimal32.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/Decimal32.html
 
b/content/releases/qpid-proton-j-0.30.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.30.0/api/org/apache/qpid/proton/amqp/Decimal32.html
@@ 

[49/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/allclasses-noframe.html
--
diff --git a/content/releases/qpid-proton-j-0.30.0/api/allclasses-noframe.html 
b/content/releases/qpid-proton-j-0.30.0/api/allclasses-noframe.html
new file mode 100755
index 000..7672752
--- /dev/null
+++ b/content/releases/qpid-proton-j-0.30.0/api/allclasses-noframe.html
@@ -0,0 +1,341 @@
+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
+CompositeReadableBuffer
+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
+DeliveryState.DeliveryStateType
+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
+FastPathAcceptedType
+FastPathAmqpSequenceType
+FastPathAmqpValueType
+FastPathApplicationPropertiesType
+FastPathDataType
+FastPathDeliveryAnnotationsType
+FastPathDescribedTypeConstructor
+FastPathDispositionType
+FastPathFlowType
+FastPathFooterType
+FastPathHeaderType
+FastPathMessageAnnotationsType
+FastPathPropertiesType
+FastPathTransferType
+FloatType
+Flow
+FlowController
+FlowType
+FlowType.FlowWrapper
+Footer
+FooterType
+FrameBody
+FrameBody.FrameBodyHandler
+FrameHandler
+FrameWriterBuffer
+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
+ReactorOptions
+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
+SaslListener
+SaslMechanisms
+SaslMechanismsType
+SaslOutcome
+SaslOutcomeType
+SaslOutcomeType.SaslOutcomeWrapper
+SaslResponse
+SaslResponseType
+Section
+Section.SectionType
+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

[11/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/TypeEncoding.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/TypeEncoding.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/TypeEncoding.html
new file mode 100755
index 000..43b47fe
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/TypeEncoding.html
@@ -0,0 +1,321 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+TypeEncoding (Qpid Proton-J API)
+
+
+
+
+
+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/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/UUIDType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/UUIDType.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/UUIDType.html
new file mode 100755
index 000..0070099
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/UUIDType.html
@@ -0,0 +1,311 @@
+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,"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 

[48/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/help-doc.html
--
diff --git a/content/releases/qpid-proton-j-0.30.0/api/help-doc.html 
b/content/releases/qpid-proton-j-0.30.0/api/help-doc.html
new file mode 100755
index 000..8ce7396
--- /dev/null
+++ b/content/releases/qpid-proton-j-0.30.0/api/help-doc.html
@@ -0,0 +1,222 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+API Help (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
+
+
+
+
+
+
+
+
+
+
+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

[14/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/ReadableBuffer.ByteBufferReader.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/ReadableBuffer.ByteBufferReader.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/ReadableBuffer.ByteBufferReader.html
new file mode 100755
index 000..7a1aa3b
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/ReadableBuffer.ByteBufferReader.html
@@ -0,0 +1,1130 @@
+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,"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":9,"i36":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.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)
+
+
+byte[]
+array()
+Returns the primitive array that backs this buffer if one 
exists and the
+ buffer is not read-only.
+
+
+
+int
+arrayOffset()
+Returns the offset into the backing array of the first 
element in the buffer.
+
+
+
+java.nio.ByteBuffer
+byteBuffer()
+
+
+int
+capacity()
+Returns the capacity of the backing buffer of this 
ReadableBuffer
+
+
+
+ReadableBuffer
+clear()
+Resets the buffer position to zero and sets the limit to 
the buffer capacity,
+ the mark value is discarded if set.
+
+
+
+ReadableBuffer
+duplicate()
+Creates a duplicate ReadableBuffer to this 
instance.
+
+
+
+boolean
+equals(java.lang.Objectother)
+
+
+ReadableBuffer
+flip()
+Sets the buffer limit to the current position and the 
position is set to zero, the
+ mark value reset to undefined.
+
+
+
+byte
+get()
+Reads the byte at the current position and advances the 
position by 1.
+
+
+
+ReadableBuffer
+get(byte[]data)
+A bulk read method that copies bytes from this buffer into 
the target byte array.
+
+
+
+ReadableBuffer
+get(byte[]data,
+   intoffset,
+   intlength)
+A bulk read method that copies bytes from this buffer into 
the target byte array.
+
+
+
+byte
+get(intindex)
+Reads the byte at the given index, the buffer position is 
not affected.
+
+
+
+ReadableBuffer
+get(WritableBuffertarget)
+Copy data from this buffer to the target buffer starting 
from the current
+ position and continuing until either this buffer's remaining bytes are
+ consumed or the target is full.
+
+
+
+double
+getDouble()
+Reads eight bytes from the buffer and returns them as an 
double value.
+
+
+
+float
+getFloat()
+Reads four bytes from the buffer and returns them as an 
float value.
+
+
+
+int
+getInt()
+Reads four bytes from the buffer and returns them as an 
integer value.
+
+
+
+long
+getLong()
+Reads eight bytes from the buffer and returns them as an 
long value.
+
+
+
+short
+getShort()
+Reads two bytes from the buffer and returns them as an 
short value.
+
+
+

[19/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/DynamicDescribedType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/DynamicDescribedType.html
 
b/content/releases/qpid-proton-j-0.30.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.30.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/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/DynamicTypeConstructor.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/DynamicTypeConstructor.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/DynamicTypeConstructor.html
new file mode 100755
index 000..33bb40f
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/DynamicTypeConstructor.html
@@ -0,0 +1,330 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+DynamicTypeConstructor (Qpid Proton-J API)
+
+
+
+

[47/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/index-all.html
--
diff --git a/content/releases/qpid-proton-j-0.30.0/api/index-all.html 
b/content/releases/qpid-proton-j-0.30.0/api/index-all.html
new file mode 100755
index 000..b32b17e
--- /dev/null
+++ b/content/releases/qpid-proton-j-0.30.0/api/index-all.html
@@ -0,0 +1,7882 @@
+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 

[18/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/EncoderImpl.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/EncoderImpl.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/EncoderImpl.html
new file mode 100755
index 000..76632af
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/EncoderImpl.html
@@ -0,0 +1,1122 @@
+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,"i50":10,"i51":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
+
+
+WritableBuffer
+getBuffer()
+
+
+DecoderImpl
+getDecoder()
+
+
+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(longtimestamp)
+
+
+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
+
+
+
+
+

[32/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transport/End.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transport/End.html
 
b/content/releases/qpid-proton-j-0.30.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.30.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/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transport/ErrorCondition.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transport/ErrorCondition.html
 
b/content/releases/qpid-proton-j-0.30.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.30.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 

[39/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/Target.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/Target.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/Target.html
new file mode 100755
index 000..cf34cad
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/Target.html
@@ -0,0 +1,313 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Target (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
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.qpid.proton.amqp.messaging
+Class Target
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.amqp.messaging.Terminus
+
+
+org.apache.qpid.proton.amqp.messaging.Target
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+Target
+
+
+
+public final class Target
+extends Terminus
+implements Target
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+Target()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+Target
+copy()
+
+
+java.lang.String
+toString()
+
+
+
+
+
+
+Methods inherited from classorg.apache.qpid.proton.amqp.messaging.Terminus
+getAddress,
 getCapabilities,
 getDurable,
 getDynamic,
 getDynamicNodeProperties,
 getExpiryPolicy,
 getTimeout,
 setAddress,
 setCapabilities,
 setDurable,
 setDynamic,
 setDynamicNodeProperties,
 setExpiryPolicy,
 setTimeout
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, 
wait, wait
+
+
+
+
+
+Methods inherited from 
interfaceorg.apache.qpid.proton.amqp.transport.Target
+getAddress
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+Target
+publicTarget()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+toString
+publicjava.lang.StringtoString()
+
+Overrides:
+toStringin classjava.lang.Object
+
+
+
+
+
+
+
+
+copy
+publicTargetcopy()
+
+Specified by:
+copyin
 interfaceTarget
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+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/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/Terminus.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/Terminus.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/Terminus.html
new file mode 100755
index 000..a74916f
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/Terminus.html
@@ -0,0 +1,443 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Terminus (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};
+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

[29/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transport/package-summary.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transport/package-summary.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transport/package-summary.html
new file mode 100755
index 000..735d321
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transport/package-summary.html
@@ -0,0 +1,255 @@
+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
+
+
+
+DeliveryState.DeliveryStateType
+
+
+
+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/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transport/package-tree.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transport/package-tree.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transport/package-tree.html
new file mode 100755
index 000..1a0705f
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transport/package-tree.html
@@ -0,0 +1,171 @@
+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 

[38/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/package-tree.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/package-tree.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/package-tree.html
new file mode 100755
index 000..70cdd8d
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/package-tree.html
@@ -0,0 +1,177 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+org.apache.qpid.proton.amqp.messaging 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.messaging
+Package Hierarchies:
+
+All Packages
+
+
+
+Class Hierarchy
+
+java.lang.Object
+
+org.apache.qpid.proton.amqp.messaging.Accepted (implements 
org.apache.qpid.proton.amqp.transport.DeliveryState, 
org.apache.qpid.proton.amqp.messaging.Outcome)
+org.apache.qpid.proton.amqp.messaging.AmqpSequence (implements 
org.apache.qpid.proton.amqp.messaging.Section)
+org.apache.qpid.proton.amqp.messaging.AmqpValue (implements 
org.apache.qpid.proton.amqp.messaging.Section)
+org.apache.qpid.proton.amqp.messaging.ApplicationProperties (implements 
org.apache.qpid.proton.amqp.messaging.Section)
+org.apache.qpid.proton.amqp.messaging.Data (implements 
org.apache.qpid.proton.amqp.messaging.Section)
+org.apache.qpid.proton.amqp.messaging.DeleteOnClose (implements 
org.apache.qpid.proton.amqp.messaging.LifetimePolicy)
+org.apache.qpid.proton.amqp.messaging.DeleteOnNoLinks (implements 
org.apache.qpid.proton.amqp.messaging.LifetimePolicy)
+org.apache.qpid.proton.amqp.messaging.DeleteOnNoLinksOrMessages (implements 
org.apache.qpid.proton.amqp.messaging.LifetimePolicy)
+org.apache.qpid.proton.amqp.messaging.DeleteOnNoMessages (implements 
org.apache.qpid.proton.amqp.messaging.LifetimePolicy)
+org.apache.qpid.proton.amqp.messaging.DeliveryAnnotations (implements 
org.apache.qpid.proton.amqp.messaging.Section)
+org.apache.qpid.proton.amqp.messaging.Footer (implements 
org.apache.qpid.proton.amqp.messaging.Section)
+org.apache.qpid.proton.amqp.messaging.Header (implements 
org.apache.qpid.proton.amqp.messaging.Section)
+org.apache.qpid.proton.amqp.messaging.MessageAnnotations (implements 
org.apache.qpid.proton.amqp.messaging.Section)
+org.apache.qpid.proton.amqp.messaging.Modified (implements 
org.apache.qpid.proton.amqp.transport.DeliveryState, 
org.apache.qpid.proton.amqp.messaging.Outcome)
+org.apache.qpid.proton.amqp.messaging.Properties (implements 
org.apache.qpid.proton.amqp.messaging.Section)
+org.apache.qpid.proton.amqp.messaging.Received (implements 
org.apache.qpid.proton.amqp.transport.DeliveryState)
+org.apache.qpid.proton.amqp.messaging.Rejected (implements 
org.apache.qpid.proton.amqp.transport.DeliveryState, 
org.apache.qpid.proton.amqp.messaging.Outcome)
+org.apache.qpid.proton.amqp.messaging.Released (implements 
org.apache.qpid.proton.amqp.transport.DeliveryState, 
org.apache.qpid.proton.amqp.messaging.Outcome)
+org.apache.qpid.proton.amqp.messaging.Terminus
+
+org.apache.qpid.proton.amqp.messaging.Source (implements 
org.apache.qpid.proton.amqp.transport.Source)
+org.apache.qpid.proton.amqp.messaging.Target (implements 
org.apache.qpid.proton.amqp.transport.Target)
+
+
+
+
+
+Interface Hierarchy
+
+org.apache.qpid.proton.amqp.messaging.LifetimePolicy
+org.apache.qpid.proton.amqp.messaging.Outcome
+org.apache.qpid.proton.amqp.messaging.Section
+
+Enum Hierarchy
+
+java.lang.Object
+
+java.lang.EnumE (implements 
java.lang.ComparableT, java.io.Serializable)
+
+org.apache.qpid.proton.amqp.messaging.Section.SectionType
+org.apache.qpid.proton.amqp.messaging.TerminusDurability
+org.apache.qpid.proton.amqp.messaging.TerminusExpiryPolicy
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+


[3/3] qpid-broker-j git commit: NO-JIRA: [Broker-J] Update qpid jms client version to 0.37.0

2018-11-12 Thread orudyy
NO-JIRA: [Broker-J] Update qpid jms client version to 0.37.0


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/3b407342
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/3b407342
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/3b407342

Branch: refs/heads/master
Commit: 3b407342c45d128fd3c06d06f40aabcc9606a051
Parents: 606303b
Author: Alex Rudyy 
Authored: Mon Nov 12 10:42:22 2018 +
Committer: Alex Rudyy 
Committed: Mon Nov 12 10:42:22 2018 +

--
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/3b407342/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 94c3305..6fcbc34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,7 @@
 3.5.4
 1.1.1
 4.5.3
-0.36.0
+0.37.0
 6.3.3
 2.3.1
 


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



[12/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/StringType.StringEncoding.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/StringType.StringEncoding.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/StringType.StringEncoding.html
new file mode 100755
index 000..2ff5212
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.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,
 skipValue
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+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/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/StringType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/StringType.html
 
b/content/releases/qpid-proton-j-0.30.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.30.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:

[13/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/ReadableBuffer.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/ReadableBuffer.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/ReadableBuffer.html
new file mode 100755
index 000..b08572a
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/ReadableBuffer.html
@@ -0,0 +1,936 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+ReadableBuffer (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};
+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 
ReadableBuffer
+
+
+
+
+
+
+All Known Implementing Classes:
+CompositeReadableBuffer, ReadableBuffer.ByteBufferReader
+
+
+
+public interface ReadableBuffer
+Interface to abstract a buffer, similar to WritableBuffer
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+Nested Classes
+
+Modifier and Type
+Interface and Description
+
+
+static class
+ReadableBuffer.ByteBufferReader
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsAbstract Methods
+
+Modifier and Type
+Method and Description
+
+
+byte[]
+array()
+Returns the primitive array that backs this buffer if one 
exists and the
+ buffer is not read-only.
+
+
+
+int
+arrayOffset()
+Returns the offset into the backing array of the first 
element in the buffer.
+
+
+
+java.nio.ByteBuffer
+byteBuffer()
+
+
+int
+capacity()
+Returns the capacity of the backing buffer of this 
ReadableBuffer
+
+
+
+ReadableBuffer
+clear()
+Resets the buffer position to zero and sets the limit to 
the buffer capacity,
+ the mark value is discarded if set.
+
+
+
+ReadableBuffer
+duplicate()
+Creates a duplicate ReadableBuffer to this 
instance.
+
+
+
+ReadableBuffer
+flip()
+Sets the buffer limit to the current position and the 
position is set to zero, the
+ mark value reset to undefined.
+
+
+
+byte
+get()
+Reads the byte at the current position and advances the 
position by 1.
+
+
+
+ReadableBuffer
+get(byte[]target)
+A bulk read method that copies bytes from this buffer into 
the target byte array.
+
+
+
+ReadableBuffer
+get(byte[]target,
+   intoffset,
+   intlength)
+A bulk read method that copies bytes from this buffer into 
the target byte array.
+
+
+
+byte
+get(intindex)
+Reads the byte at the given index, the buffer position is 
not affected.
+
+
+
+ReadableBuffer
+get(WritableBuffertarget)
+Copy data from this buffer to the target buffer starting 
from the current
+ position and continuing until either this buffer's remaining bytes are
+ consumed or the target is full.
+
+
+
+double
+getDouble()
+Reads eight bytes from the buffer and returns them as an 
double value.
+
+
+
+float
+getFloat()
+Reads four bytes from the buffer and returns them as an 
float value.
+
+
+
+int
+getInt()
+Reads four bytes from the buffer and returns them as an 
integer value.
+
+
+
+long
+getLong()
+Reads eight bytes from the buffer and returns them as an 
long value.
+
+
+
+short
+getShort()
+Reads two bytes from the buffer and returns them as an 
short value.
+
+
+
+boolean
+hasArray()
+Returns true if this ReadableBuffer is backed by an array 
which can be
+ accessed by the array()
 and arrayOffset()
 methods.
+
+
+
+boolean
+hasRemaining()
+
+
+int
+limit()
+
+
+ReadableBuffer
+limit(intlimit)
+Sets the current read limit of this buffer to the given 
value.
+
+
+
+ReadableBuffer
+mark()
+Mark the current position of this buffer which can be 
returned to after a
+ read operation by calling reset().
+
+
+
+int
+position()
+
+
+ReadableBuffer
+position(intposition)
+Sets the current position of this buffer to the given 
value.
+
+
+
+java.lang.String

[43/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/Accepted.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/Accepted.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/Accepted.html
new file mode 100755
index 000..1277d2a
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/Accepted.html
@@ -0,0 +1,363 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Accepted (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":9,"i1":10,"i2":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
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+Nested classes/interfaces inherited from 
interfaceorg.apache.qpid.proton.amqp.transport.DeliveryState
+DeliveryState.DeliveryStateType
+
+
+
+
+
+
+
+
+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()
+
+
+DeliveryState.DeliveryStateType
+getType()
+
+
+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()
+
+
+
+
+
+
+
+getType
+publicDeliveryState.DeliveryStateTypegetType()
+
+Specified by:
+getTypein
 interfaceDeliveryState
+Returns:
+the DeliveryState.DeliveryStateType
 that this instance represents.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+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/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/AmqpSequence.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/AmqpSequence.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/AmqpSequence.html
new file mode 100755
index 000..b68a1bb
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/AmqpSequence.html
@@ -0,0 +1,324 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+AmqpSequence (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 
IntegerType.IntegerEncoding
+
+
+
+
+
+
+All Superinterfaces:
+PrimitiveTypeEncodingjava.lang.Integer,
 TypeConstructorjava.lang.Integer, TypeEncodingjava.lang.Integer
+
+
+Enclosing class:
+IntegerType
+
+
+
+public static interface IntegerType.IntegerEncoding
+extends PrimitiveTypeEncodingjava.lang.Integer
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsAbstract Methods
+
+Modifier and Type
+Method and Description
+
+
+int
+readPrimitiveValue()
+
+
+void
+write(inti)
+
+
+void
+writeValue(inti)
+
+
+
+
+
+
+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,
 skipValue
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+write
+voidwrite(inti)
+
+
+
+
+
+
+
+writeValue
+voidwriteValue(inti)
+
+
+
+
+
+
+
+readPrimitiveValue
+intreadPrimitiveValue()
+
+
+
+
+
+
+
+
+
+
+
+
+
+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/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/IntegerType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/IntegerType.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/IntegerType.html
new file mode 100755
index 000..12d3c5c
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/IntegerType.html
@@ -0,0 +1,341 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+IntegerType (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":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 NullType
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.codec.NullType
+
+
+
+
+
+
+
+All Implemented Interfaces:
+AMQPTypejava.lang.Void, PrimitiveTypejava.lang.Void
+
+
+
+public final class NullType
+extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+java.util.Collectionorg.apache.qpid.proton.codec.NullType.NullEncoding
+getAllEncodings()
+
+
+org.apache.qpid.proton.codec.NullType.NullEncoding
+getCanonicalEncoding()
+
+
+org.apache.qpid.proton.codec.NullType.NullEncoding
+getEncoding(java.lang.Voidval)
+
+
+java.lang.Classjava.lang.Void
+getTypeClass()
+
+
+void
+write()
+
+
+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.Classjava.lang.VoidgetTypeClass()
+
+
+
+
+
+
+
+getEncoding
+publicorg.apache.qpid.proton.codec.NullType.NullEncodinggetEncoding(java.lang.Voidval)
+
+
+
+
+
+
+
+getCanonicalEncoding
+publicorg.apache.qpid.proton.codec.NullType.NullEncodinggetCanonicalEncoding()
+
+
+
+
+
+
+
+getAllEncodings
+publicjava.util.Collectionorg.apache.qpid.proton.codec.NullType.NullEncodinggetAllEncodings()
+
+
+
+
+
+
+
+write
+publicvoidwrite()
+
+
+
+
+
+
+
+
+
+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/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/PrimitiveType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/PrimitiveType.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/PrimitiveType.html
new file mode 100755
index 000..08f8d98
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/PrimitiveType.html
@@ -0,0 +1,274 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+PrimitiveType (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

qpid-dispatch git commit: DISPATCH-1178: fix compilation warning (‘mode’ may be used uninitialized)

2018-11-12 Thread gsim
Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 86b4c08a4 -> a78e15815


DISPATCH-1178: fix compilation warning (‘mode’ may be used uninitialized)


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

Branch: refs/heads/master
Commit: a78e15815cf0178166d081df7f432089eb4d4b29
Parents: 86b4c08
Author: Gordon Sim 
Authored: Mon Nov 12 09:24:13 2018 +
Committer: Gordon Sim 
Committed: Mon Nov 12 09:36:08 2018 +

--
 src/dispatch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/a78e1581/src/dispatch.c
--
diff --git a/src/dispatch.c b/src/dispatch.c
index a6bd256..1c65057 100644
--- a/src/dispatch.c
+++ b/src/dispatch.c
@@ -187,7 +187,7 @@ qd_error_t qd_dispatch_configure_router(qd_dispatch_t *qd, 
qd_entity_t *entity)
 qd_dispatch_set_router_id(qd, qd_entity_opt_string(entity, "id", 0)); 
QD_ERROR_RET();
 qd->router_mode = qd_entity_get_long(entity, "mode"); QD_ERROR_RET();
 if (!qd->router_id) {
-char *mode;
+char *mode = 0;
 switch (qd->router_mode) {
 case QD_ROUTER_MODE_STANDALONE: mode = "Standalone_"; break;
 case QD_ROUTER_MODE_INTERIOR:   mode = "Interior_";   break;


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



[02/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/messaging/FastPathHeaderType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/messaging/FastPathHeaderType.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/messaging/FastPathHeaderType.html
new file mode 100755
index 000..2c0ea69
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/messaging/FastPathHeaderType.html
@@ -0,0 +1,439 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+FastPathHeaderType (Qpid Proton-J API)
+
+
+
+
+
+var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":9,"i9":10,"i10":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 
FastPathHeaderType
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.codec.messaging.FastPathHeaderType
+
+
+
+
+
+
+
+All Implemented Interfaces:
+AMQPTypeHeader, FastPathDescribedTypeConstructorHeader, TypeConstructorHeader
+
+
+
+public class FastPathHeaderType
+extends java.lang.Object
+implements AMQPTypeHeader, FastPathDescribedTypeConstructorHeader
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+FastPathHeaderType(EncoderImplencoder)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsStatic MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+boolean
+encodesJavaPrimitive()
+
+
+java.util.Collection? extends TypeEncodingHeader
+getAllEncodings()
+
+
+TypeEncodingHeader
+getCanonicalEncoding()
+
+
+DecoderImpl
+getDecoder()
+
+
+EncoderImpl
+getEncoder()
+
+
+TypeEncodingHeader
+getEncoding(Headerheader)
+
+
+java.lang.ClassHeader
+getTypeClass()
+
+
+Header
+readValue()
+
+
+static void
+register(Decoderdecoder,
+EncoderImplencoder)
+
+
+void
+skipValue()
+
+
+void
+write(Headervalue)
+
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, 
toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+FastPathHeaderType
+publicFastPathHeaderType(EncoderImplencoder)
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getEncoder
+publicEncoderImplgetEncoder()
+
+
+
+
+
+
+
+getDecoder
+publicDecoderImplgetDecoder()
+
+
+
+
+
+
+
+readValue
+publicHeaderreadValue()
+
+Specified by:
+readValuein
 interfaceTypeConstructorHeader
+
+
+
+
+
+
+
+
+skipValue
+publicvoidskipValue()
+
+Specified by:
+skipValuein
 interfaceTypeConstructorHeader
+
+
+
+
+
+
+
+
+encodesJavaPrimitive
+publicbooleanencodesJavaPrimitive()
+
+Specified by:
+encodesJavaPrimitivein
 interfaceTypeConstructorHeader
+
+
+
+
+
+
+
+
+getTypeClass
+publicjava.lang.ClassHeadergetTypeClass()
+
+Specified by:
+getTypeClassin
 interfaceAMQPTypeHeader
+Specified by:
+getTypeClassin
 interfaceTypeConstructorHeader
+
+
+
+
+
+
+
+
+getEncoding
+publicTypeEncodingHeadergetEncoding(Headerheader)
+
+Specified by:
+getEncodingin
 interfaceAMQPTypeHeader
+
+
+
+
+
+
+
+
+getCanonicalEncoding
+publicTypeEncodingHeadergetCanonicalEncoding()
+
+Specified by:
+getCanonicalEncodingin
 interfaceAMQPTypeHeader
+
+
+
+
+
+
+
+
+getAllEncodings
+publicjava.util.Collection? extends TypeEncodingHeadergetAllEncodings()
+
+Specified by:
+getAllEncodingsin
 interfaceAMQPTypeHeader
+
+
+
+
+
+
+
+
+write
+publicvoidwrite(Headervalue)
+
+Specified by:
+writein
 interfaceAMQPTypeHeader
+
+
+
+
+
+
+
+
+register
+public staticvoidregister(Decoderdecoder,
+EncoderImplencoder)
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+PrevClass
+NextClass
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+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};
+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.ByteEncoding
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.codec.ByteType.ByteEncoding
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PrimitiveTypeEncodingjava.lang.Byte, 
TypeConstructorjava.lang.Byte, TypeEncodingjava.lang.Byte
+
+
+Enclosing class:
+ByteType
+
+
+
+public class ByteType.ByteEncoding
+extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+ByteEncoding(EncoderImplencoder,
+DecoderImpldecoder)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+boolean
+encodesJavaPrimitive()
+
+
+boolean
+encodesSuperset(TypeEncodingjava.lang.Byteencoding)
+
+
+int
+getConstructorSize()
+
+
+protected DecoderImpl
+getDecoder()
+
+
+protected EncoderImpl
+getEncoder()
+
+
+byte
+getEncodingCode()
+
+
+protected int
+getFixedSize()
+
+
+ByteType
+getType()
+
+
+java.lang.ClassT
+getTypeClass()
+
+
+int
+getValueSize(Tval)
+
+
+boolean
+isFixedSizeVal()
+
+
+byte
+readPrimitiveValue()
+
+
+java.lang.Byte
+readValue()
+
+
+void
+skipValue()
+
+
+void
+write(byteval)
+
+
+void
+writeConstructor()
+
+
+void
+writeValue(byteval)
+
+
+void
+writeValue(java.lang.Byteval)
+
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, 
toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+ByteEncoding
+publicByteEncoding(EncoderImplencoder,
+DecoderImpldecoder)
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getFixedSize
+protectedintgetFixedSize()
+
+
+
+
+
+
+
+getEncodingCode
+publicbytegetEncodingCode()
+
+Specified by:
+getEncodingCodein
 interfacePrimitiveTypeEncodingjava.lang.Byte
+
+
+
+
+
+
+
+
+getType
+publicByteTypegetType()
+
+
+
+
+
+
+
+writeValue
+publicvoidwriteValue(java.lang.Byteval)
+
+
+
+
+
+
+
+write
+publicvoidwrite(byteval)
+
+
+
+
+
+
+
+writeValue
+publicvoidwriteValue(byteval)
+
+
+
+
+
+
+
+encodesSuperset
+publicbooleanencodesSuperset(TypeEncodingjava.lang.Byteencoding)
+
+
+
+
+
+
+
+readValue
+publicjava.lang.BytereadValue()
+
+
+
+
+
+
+
+readPrimitiveValue
+publicbytereadPrimitiveValue()
+
+
+
+
+
+
+
+encodesJavaPrimitive
+publicbooleanencodesJavaPrimitive()
+
+Specified by:
+encodesJavaPrimitivein
 interfaceTypeConstructorjava.lang.Byte
+Specified by:
+encodesJavaPrimitivein
 interfaceTypeEncodingjava.lang.Byte
+
+
+
+
+
+
+
+
+isFixedSizeVal
+public finalbooleanisFixedSizeVal()
+
+
+
+
+
+
+
+
+
+getValueSize
+public finalintgetValueSize(Tval)
+
+
+
+
+
+
+
+skipValue
+public finalvoidskipValue()
+
+
+
+
+
+
+
+writeConstructor
+public finalvoidwriteConstructor()
+
+Specified by:
+writeConstructorin
 interfacePrimitiveTypeEncodingT
+Specified by:
+writeConstructorin
 interfaceTypeEncodingT
+
+
+
+
+
+
+
+
+getConstructorSize
+publicintgetConstructorSize()
+
+Specified by:
+getConstructorSizein
 interfacePrimitiveTypeEncodingT
+Specified by:
+getConstructorSizein
 interfaceTypeEncodingT
+
+
+
+
+
+
+
+
+getEncoder

[23/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/Data.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/Data.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/Data.html
new file mode 100755
index 000..bb28466
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/Data.html
@@ -0,0 +1,1222 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Data (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,"i73":6,"i74":6,"i75":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 Data
+
+
+
+
+
+
+All Known Implementing Classes:
+DataImpl
+
+
+
+public interface Data
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+Nested Classes
+
+Modifier and Type
+Interface and Description
+
+
+static class
+Data.DataType
+
+
+static class
+Data.Factory
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsAbstract 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
+putObject(java.lang.Objecto)
+
+
+void
+putShort(shorts)
+
+
+void
+putString(java.lang.Stringstring)
+
+
+void
+putSymbol(Symbolsymbol)
+
+
+void
+putTimestamp(java.util.Datet)
+
+
+void
+putUnsignedByte(UnsignedByteub)
+
+
+void
+putUnsignedInteger(UnsignedIntegerui)
+
+
+void
+putUnsignedLong(UnsignedLongul)
+
+
+void

[27/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/BigIntegerType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/BigIntegerType.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/BigIntegerType.html
new file mode 100755
index 000..548c411
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/BigIntegerType.html
@@ -0,0 +1,315 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+BigIntegerType (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 BigIntegerType
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.codec.BigIntegerType
+
+
+
+
+
+
+
+All Implemented Interfaces:
+AMQPTypejava.math.BigInteger, PrimitiveTypejava.math.BigInteger
+
+
+
+public class BigIntegerType
+extends java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+Nested Classes
+
+Modifier and Type
+Class and Description
+
+
+static interface
+BigIntegerType.BigIntegerEncoding
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+java.util.CollectionBigIntegerType.BigIntegerEncoding
+getAllEncodings()
+
+
+BigIntegerType.BigIntegerEncoding
+getCanonicalEncoding()
+
+
+BigIntegerType.BigIntegerEncoding
+getEncoding(java.math.BigIntegerl)
+
+
+java.lang.Classjava.math.BigInteger
+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.Classjava.math.BigIntegergetTypeClass()
+
+
+
+
+
+
+
+getEncoding
+publicBigIntegerType.BigIntegerEncodinggetEncoding(java.math.BigIntegerl)
+
+
+
+
+
+
+
+getCanonicalEncoding
+publicBigIntegerType.BigIntegerEncodinggetCanonicalEncoding()
+
+
+
+
+
+
+
+getAllEncodings
+publicjava.util.CollectionBigIntegerType.BigIntegerEncodinggetAllEncodings()
+
+
+
+
+
+
+
+
+
+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/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/BinaryType.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/BinaryType.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/BinaryType.html
new file mode 100755
index 000..0e9c251
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/BinaryType.html
@@ -0,0 +1,311 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+BinaryType (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.
+
+

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

2018-11-12 Thread robbie
update site content for proton-j-0.30.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/5404ff5f
Tree: http://git-wip-us.apache.org/repos/asf/qpid-site/tree/5404ff5f
Diff: http://git-wip-us.apache.org/repos/asf/qpid-site/diff/5404ff5f

Branch: refs/heads/asf-site
Commit: 5404ff5f26d72c4c418dd95f4ef04e1fba050c29
Parents: 5182418
Author: Robbie Gemmell 
Authored: Mon Nov 12 10:43:29 2018 +
Committer: Robbie Gemmell 
Committed: Mon Nov 12 10:43:29 2018 +

--
 content/dashboard.html  |2 +-
 content/documentation.html  |2 +-
 content/download.html   |6 +-
 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 +-
 .../releases/qpid-proton-j-0.20.0/index.html|2 +-
 .../releases/qpid-proton-j-0.21.0/index.html|2 +-
 .../releases/qpid-proton-j-0.22.0/index.html|2 +-
 .../releases/qpid-proton-j-0.23.0/index.html|2 +-
 .../releases/qpid-proton-j-0.24.0/index.html|2 +-
 .../releases/qpid-proton-j-0.25.0/index.html|2 +-
 .../releases/qpid-proton-j-0.26.0/index.html|2 +-
 .../releases/qpid-proton-j-0.27.0/index.html|2 +-
 .../releases/qpid-proton-j-0.27.1/index.html|2 +-
 .../releases/qpid-proton-j-0.27.2/index.html|2 +-
 .../releases/qpid-proton-j-0.27.3/index.html|2 +-
 .../releases/qpid-proton-j-0.28.0/index.html|2 +-
 .../releases/qpid-proton-j-0.28.1/index.html|2 +-
 .../releases/qpid-proton-j-0.29.0/index.html|2 +-
 .../api/allclasses-frame.html   |  341 +
 .../api/allclasses-noframe.html |  341 +
 .../api/constant-values.html|  653 ++
 .../api/deprecated-list.html|  158 +
 .../qpid-proton-j-0.30.0/api/help-doc.html  |  222 +
 .../qpid-proton-j-0.30.0/api/index-all.html | 7882 ++
 .../qpid-proton-j-0.30.0/api/index.html |   75 +
 .../apache/qpid/proton/InterruptException.html  |  307 +
 .../api/org/apache/qpid/proton/Proton.html  |  413 +
 .../org/apache/qpid/proton/ProtonException.html |  306 +
 .../ProtonUnsupportedOperationException.html|  352 +
 .../apache/qpid/proton/TimeoutException.html|  321 +
 .../api/org/apache/qpid/proton/amqp/Binary.html |  428 +
 .../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 |  391 +
 .../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|  363 +
 .../proton/amqp/messaging/AmqpSequence.html |  324 +
 .../qpid/proton/amqp/messaging/AmqpValue.html   |  324 +
 .../amqp/messaging/ApplicationProperties.html   |  324 +
 .../apache/qpid/proton/amqp/messaging/Data.html |  324 +
 .../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 |  324 +
 .../qpid/proton/amqp/messaging/Footer.html  |  324 +
 .../qpid/proton/amqp/messaging/Header.html  |  453 +
 .../proton/amqp/messaging/LifetimePolicy.html   |  168 +
 .../amqp/messaging/MessageAnnotations.html  |  324 +
 .../qpid/proton/amqp/messaging/Modified.html|  425 +
 .../qpid/proton/amqp/messaging/Outcome.html |  168 +
 .../qpid/proton/amqp/messaging/Properties.html  |  661 ++
 .../qpid/proton/amqp/messaging/Received.html|  363 +
 .../qpid/proton/amqp/messaging/Rejected.html|  386 +
 .../qpid/proton/amqp/messaging/Released.html|  360 +
 .../amqp/messaging/Section.SectionType.html |  426 +
 .../qpid/proton/amqp/messaging/Section.html |  245 +
 .../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|   51 +
 

[30/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transport/SenderSettleMode.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transport/SenderSettleMode.html
 
b/content/releases/qpid-proton-j-0.30.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.30.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
+
+
+
+
+
+
+
+


[34/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transport/Attach.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transport/Attach.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transport/Attach.html
new file mode 100755
index 000..85bcba4
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transport/Attach.html
@@ -0,0 +1,679 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Attach (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};
+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 Attach
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.amqp.transport.Attach
+
+
+
+
+
+
+
+All Implemented Interfaces:
+FrameBody
+
+
+
+public final class Attach
+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
+
+
+Attach()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+Symbol[]
+getDesiredCapabilities()
+
+
+UnsignedInteger
+getHandle()
+
+
+boolean
+getIncompleteUnsettled()
+
+
+UnsignedInteger
+getInitialDeliveryCount()
+
+
+UnsignedLong
+getMaxMessageSize()
+
+
+java.lang.String
+getName()
+
+
+Symbol[]
+getOfferedCapabilities()
+
+
+java.util.Map
+getProperties()
+
+
+ReceiverSettleMode
+getRcvSettleMode()
+
+
+Role
+getRole()
+
+
+SenderSettleMode
+getSndSettleMode()
+
+
+Source
+getSource()
+
+
+Target
+getTarget()
+
+
+java.util.Map
+getUnsettled()
+
+
+Evoid
+invoke(FrameBody.FrameBodyHandlerEhandler,
+  Binarypayload,
+  Econtext)
+
+
+void
+setDesiredCapabilities(Symbol...desiredCapabilities)
+
+
+void
+setHandle(UnsignedIntegerhandle)
+
+
+void
+setIncompleteUnsettled(booleanincompleteUnsettled)
+
+
+void
+setInitialDeliveryCount(UnsignedIntegerinitialDeliveryCount)
+
+
+void
+setMaxMessageSize(UnsignedLongmaxMessageSize)
+
+
+void
+setName(java.lang.Stringname)
+
+
+void
+setOfferedCapabilities(Symbol...offeredCapabilities)
+
+
+void
+setProperties(java.util.Mapproperties)
+
+
+void
+setRcvSettleMode(ReceiverSettleModercvSettleMode)
+
+
+void
+setRole(Rolerole)
+
+
+void
+setSndSettleMode(SenderSettleModesndSettleMode)
+
+
+void
+setSource(Sourcesource)
+
+
+void
+setTarget(Targettarget)
+
+
+void
+setUnsettled(java.util.Mapunsettled)
+
+
+java.lang.String
+toString()
+
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, 
wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+Attach
+publicAttach()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getName
+publicjava.lang.StringgetName()
+
+
+
+
+
+
+
+setName
+publicvoidsetName(java.lang.Stringname)
+
+
+
+
+
+
+
+getHandle
+publicUnsignedIntegergetHandle()
+
+
+
+
+
+
+
+setHandle
+publicvoidsetHandle(UnsignedIntegerhandle)
+
+
+
+
+
+
+
+getRole
+publicRolegetRole()
+
+
+
+
+
+
+
+setRole
+publicvoidsetRole(Rolerole)
+
+
+
+
+
+
+
+getSndSettleMode
+publicSenderSettleModegetSndSettleMode()
+
+
+
+
+
+
+
+setSndSettleMode
+publicvoidsetSndSettleMode(SenderSettleModesndSettleMode)
+
+
+
+
+
+
+
+getRcvSettleMode
+publicReceiverSettleModegetRcvSettleMode()
+
+
+
+
+
+
+
+setRcvSettleMode
+publicvoidsetRcvSettleMode(ReceiverSettleModercvSettleMode)
+
+
+
+
+
+
+
+getSource
+publicSourcegetSource()
+
+
+
+
+
+
+
+setSource
+publicvoidsetSource(Sourcesource)
+
+
+
+
+
+
+

[36/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/security/package-tree.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/security/package-tree.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/security/package-tree.html
new file mode 100755
index 000..0f1aa1c
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/security/package-tree.html
@@ -0,0 +1,155 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+org.apache.qpid.proton.amqp.security 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.security
+Package Hierarchies:
+
+All Packages
+
+
+
+Class Hierarchy
+
+java.lang.Object
+
+org.apache.qpid.proton.amqp.security.SaslChallenge (implements 
org.apache.qpid.proton.amqp.security.SaslFrameBody)
+org.apache.qpid.proton.amqp.security.SaslInit (implements 
org.apache.qpid.proton.amqp.security.SaslFrameBody)
+org.apache.qpid.proton.amqp.security.SaslMechanisms (implements 
org.apache.qpid.proton.amqp.security.SaslFrameBody)
+org.apache.qpid.proton.amqp.security.SaslOutcome (implements 
org.apache.qpid.proton.amqp.security.SaslFrameBody)
+org.apache.qpid.proton.amqp.security.SaslResponse (implements 
org.apache.qpid.proton.amqp.security.SaslFrameBody)
+
+
+
+Interface Hierarchy
+
+org.apache.qpid.proton.amqp.security.SaslFrameBody
+org.apache.qpid.proton.amqp.security.SaslFrameBody.SaslFrameBodyHandlerE
+
+Enum Hierarchy
+
+java.lang.Object
+
+java.lang.EnumE (implements 
java.lang.ComparableT, java.io.Serializable)
+
+org.apache.qpid.proton.amqp.security.SaslCode
+
+
+
+
+
+
+
+
+
+
+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/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transaction/Coordinator.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transaction/Coordinator.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transaction/Coordinator.html
new file mode 100755
index 000..6871f4d
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transaction/Coordinator.html
@@ -0,0 +1,337 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Coordinator (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.amqp.transaction
+Class Coordinator
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.amqp.transaction.Coordinator
+
+
+
+
+
+
+
+All Implemented Interfaces:
+Target
+
+
+
+public final class Coordinator
+extends java.lang.Object
+implements Target
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+Coordinator()

[22/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/DecodeException.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/DecodeException.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/DecodeException.html
new file mode 100755
index 000..84963d7
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/DecodeException.html
@@ -0,0 +1,302 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+DecodeException (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.codec
+Class DecodeException
+
+
+
+java.lang.Object
+
+
+java.lang.Throwable
+
+
+java.lang.Exception
+
+
+java.lang.RuntimeException
+
+
+org.apache.qpid.proton.codec.DecodeException
+
+
+
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+java.io.Serializable
+
+
+
+public class DecodeException
+extends java.lang.RuntimeException
+
+See Also:
+Serialized
 Form
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+DecodeException()
+
+
+DecodeException(java.lang.Stringmessage)
+
+
+DecodeException(java.lang.Stringmessage,
+   java.lang.Throwablecause)
+
+
+DecodeException(java.lang.Throwablecause)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+Methods inherited from classjava.lang.Throwable
+addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 
getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, 
printStackTrace, printStackTrace, setStackTrace, toString
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, 
wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+DecodeException
+publicDecodeException()
+
+
+
+
+
+
+
+DecodeException
+publicDecodeException(java.lang.Stringmessage)
+
+
+
+
+
+
+
+DecodeException
+publicDecodeException(java.lang.Stringmessage,
+   java.lang.Throwablecause)
+
+
+
+
+
+
+
+DecodeException
+publicDecodeException(java.lang.Throwablecause)
+
+
+
+
+
+
+
+
+
+
+
+
+
+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/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/Decoder.ListProcessor.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/Decoder.ListProcessor.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/Decoder.ListProcessor.html
new file mode 100755
index 000..01182de
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/codec/Decoder.ListProcessor.html
@@ -0,0 +1,224 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Decoder.ListProcessor (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
+
+
+
+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.messaging
+Class 
MessageAnnotations
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.amqp.messaging.MessageAnnotations
+
+
+
+
+
+
+
+All Implemented Interfaces:
+Section
+
+
+
+public final class MessageAnnotations
+extends java.lang.Object
+implements Section
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+Nested classes/interfaces inherited from 
interfaceorg.apache.qpid.proton.amqp.messaging.Section
+Section.SectionType
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+MessageAnnotations(java.util.MapSymbol,java.lang.Objectvalue)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+Section.SectionType
+getType()
+
+
+java.util.MapSymbol,java.lang.Object
+getValue()
+
+
+java.lang.String
+toString()
+
+
+
+
+
+
+Methods inherited from classjava.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, 
wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+MessageAnnotations
+publicMessageAnnotations(java.util.MapSymbol,java.lang.Objectvalue)
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getValue
+publicjava.util.MapSymbol,java.lang.ObjectgetValue()
+
+
+
+
+
+
+
+toString
+publicjava.lang.StringtoString()
+
+Overrides:
+toStringin classjava.lang.Object
+
+
+
+
+
+
+
+
+getType
+publicSection.SectionTypegetType()
+
+Specified by:
+getTypein
 interfaceSection
+Returns:
+the Section.SectionType 
that describes this instance.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+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/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/Modified.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/Modified.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/Modified.html
new file mode 100755
index 000..c265a5e
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/Modified.html
@@ -0,0 +1,425 @@
+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,"i7":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 = 

[31/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transport/FrameBody.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transport/FrameBody.html
 
b/content/releases/qpid-proton-j-0.30.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.30.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/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transport/LinkError.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/transport/LinkError.html
 
b/content/releases/qpid-proton-j-0.30.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.30.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
+
+
+
+
+
+
+

[40/51] [partial] qpid-site git commit: update site content for proton-j-0.30.0

2018-11-12 Thread robbie
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/Rejected.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/Rejected.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/Rejected.html
new file mode 100755
index 000..9875669
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/Rejected.html
@@ -0,0 +1,386 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Rejected (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.amqp.messaging
+Class Rejected
+
+
+
+java.lang.Object
+
+
+org.apache.qpid.proton.amqp.messaging.Rejected
+
+
+
+
+
+
+
+All Implemented Interfaces:
+Outcome, DeliveryState
+
+
+
+public final class Rejected
+extends java.lang.Object
+implements DeliveryState, 
Outcome
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+Nested classes/interfaces inherited from 
interfaceorg.apache.qpid.proton.amqp.transport.DeliveryState
+DeliveryState.DeliveryStateType
+
+
+
+
+
+
+
+
+Field Summary
+
+Fields
+
+Modifier and Type
+Field and Description
+
+
+static Symbol
+DESCRIPTOR_SYMBOL
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+Rejected()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All MethodsInstance MethodsConcrete Methods
+
+Modifier and Type
+Method and Description
+
+
+ErrorCondition
+getError()
+
+
+DeliveryState.DeliveryStateType
+getType()
+
+
+void
+setError(ErrorConditionerror)
+
+
+int
+size()
+
+
+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
+
+
+
+
+
+Rejected
+publicRejected()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getError
+publicErrorConditiongetError()
+
+
+
+
+
+
+
+setError
+publicvoidsetError(ErrorConditionerror)
+
+
+
+
+
+
+
+size
+publicintsize()
+
+
+
+
+
+
+
+toString
+publicjava.lang.StringtoString()
+
+Overrides:
+toStringin classjava.lang.Object
+
+
+
+
+
+
+
+
+getType
+publicDeliveryState.DeliveryStateTypegetType()
+
+Specified by:
+getTypein
 interfaceDeliveryState
+Returns:
+the DeliveryState.DeliveryStateType
 that this instance represents.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+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/5404ff5f/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/Released.html
--
diff --git 
a/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/Released.html
 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/Released.html
new file mode 100755
index 000..6333e6a
--- /dev/null
+++ 
b/content/releases/qpid-proton-j-0.30.0/api/org/apache/qpid/proton/amqp/messaging/Released.html
@@ -0,0 +1,360 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Released (Qpid Proton-J API)
+
+
+
+
+
+var methods = {"i0":9,"i1":10,"i2":10};

[1/3] qpid-broker-j git commit: QPID-8259: [Broker-J] Upgrade Jetty to version 9.4.12.v20180830

2018-11-12 Thread orudyy
Repository: qpid-broker-j
Updated Branches:
  refs/heads/master bed50962f -> 3b407342c


QPID-8259: [Broker-J] Upgrade Jetty to version 9.4.12.v20180830


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

Branch: refs/heads/master
Commit: a70d7c3db78ac222b331d4c608dae44bb839b16d
Parents: bed5096
Author: Alex Rudyy 
Authored: Mon Nov 12 10:28:01 2018 +
Committer: Alex Rudyy 
Committed: Mon Nov 12 10:28:01 2018 +

--
 .../DEPENDENCIES_REFERENCE  | 24 ++--
 .../management/plugin/HttpManagement.java   |  8 +++
 pom.xml |  2 +-
 3 files changed, 17 insertions(+), 17 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/a70d7c3d/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
--
diff --git 
a/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
 
b/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
index bf1cffa..8d21014 100644
--- 
a/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
+++ 
b/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
@@ -117,29 +117,29 @@ From: 'The Dojo Foundation' 
(http://dojotoolkit.org/foundation)
 License: Academic Free License v2.1  
(http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE)License: BSD 
License  (http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE)
 
 From: 'Webtide' (https://webtide.com)
-  - Jetty :: Continuation (http://www.eclipse.org/jetty) 
org.eclipse.jetty:jetty-continuation:jar:9.4.3.v20170317
+  - Jetty :: Continuation (http://www.eclipse.org/jetty) 
org.eclipse.jetty:jetty-continuation:jar:9.4.12.v20180830
 License: Apache Software License - Version 2.0  
(http://www.apache.org/licenses/LICENSE-2.0)License: Eclipse Public License 
- Version 1.0  (http://www.eclipse.org/org/documents/epl-v10.php)
-  - Jetty :: Http Utility (http://www.eclipse.org/jetty) 
org.eclipse.jetty:jetty-http:jar:9.4.3.v20170317
+  - Jetty :: Http Utility (http://www.eclipse.org/jetty) 
org.eclipse.jetty:jetty-http:jar:9.4.12.v20180830
 License: Apache Software License - Version 2.0  
(http://www.apache.org/licenses/LICENSE-2.0)License: Eclipse Public License 
- Version 1.0  (http://www.eclipse.org/org/documents/epl-v10.php)
-  - Jetty :: IO Utility (http://www.eclipse.org/jetty) 
org.eclipse.jetty:jetty-io:jar:9.4.3.v20170317
+  - Jetty :: IO Utility (http://www.eclipse.org/jetty) 
org.eclipse.jetty:jetty-io:jar:9.4.12.v20180830
 License: Apache Software License - Version 2.0  
(http://www.apache.org/licenses/LICENSE-2.0)License: Eclipse Public License 
- Version 1.0  (http://www.eclipse.org/org/documents/epl-v10.php)
-  - Jetty :: Security (http://www.eclipse.org/jetty) 
org.eclipse.jetty:jetty-security:jar:9.4.3.v20170317
+  - Jetty :: Security (http://www.eclipse.org/jetty) 
org.eclipse.jetty:jetty-security:jar:9.4.12.v20180830
 License: Apache Software License - Version 2.0  
(http://www.apache.org/licenses/LICENSE-2.0)License: Eclipse Public License 
- Version 1.0  (http://www.eclipse.org/org/documents/epl-v10.php)
-  - Jetty :: Server Core (http://www.eclipse.org/jetty) 
org.eclipse.jetty:jetty-server:jar:9.4.3.v20170317
+  - Jetty :: Server Core (http://www.eclipse.org/jetty) 
org.eclipse.jetty:jetty-server:jar:9.4.12.v20180830
 License: Apache Software License - Version 2.0  
(http://www.apache.org/licenses/LICENSE-2.0)License: Eclipse Public License 
- Version 1.0  (http://www.eclipse.org/org/documents/epl-v10.php)
-  - Jetty :: Servlet Handling (http://www.eclipse.org/jetty) 
org.eclipse.jetty:jetty-servlet:jar:9.4.3.v20170317
+  - Jetty :: Servlet Handling (http://www.eclipse.org/jetty) 
org.eclipse.jetty:jetty-servlet:jar:9.4.12.v20180830
 License: Apache Software License - Version 2.0  
(http://www.apache.org/licenses/LICENSE-2.0)License: Eclipse Public License 
- Version 1.0  (http://www.eclipse.org/org/documents/epl-v10.php)
-  - Jetty :: Utility Servlets and Filters (http://www.eclipse.org/jetty) 
org.eclipse.jetty:jetty-servlets:jar:9.4.3.v20170317
+  - Jetty :: Utility Servlets and Filters (http://www.eclipse.org/jetty) 
org.eclipse.jetty:jetty-servlets:jar:9.4.12.v20180830
 License: Apache Software License - Version 2.0  
(http://www.apache.org/licenses/LICENSE-2.0)License: Eclipse Public License 
- Version 1.0  (http://www.eclipse.org/org/documents/epl-v10.php)
-  - Jetty 

[2/3] qpid-broker-j git commit: QPID-8258: [Broker-J] Upgrade dojotoolkit to version 1.14

2018-11-12 Thread orudyy
QPID-8258: [Broker-J] Upgrade dojotoolkit to version 1.14


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/606303b4
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/606303b4
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/606303b4

Branch: refs/heads/master
Commit: 606303b4d2aca0d7037cd9314a2eb93a59c5fbc4
Parents: a70d7c3
Author: Alex Rudyy 
Authored: Mon Nov 12 10:32:06 2018 +
Committer: Alex Rudyy 
Committed: Mon Nov 12 10:32:06 2018 +

--
 .../assembly/dependency-verification/DEPENDENCIES_REFERENCE| 6 +++---
 pom.xml| 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/606303b4/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
--
diff --git 
a/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
 
b/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
index 8d21014..991b09f 100644
--- 
a/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
+++ 
b/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
@@ -112,9 +112,9 @@ From: 'The Apache Software Foundation' 
(https://www.apache.org/)
   - Apache Qpid Broker-J WebSocket Plug-in 
(http://qpid.apache.org/components/broker-plugins/qpid-broker-plugins-websocket)
 org.apache.qpid:qpid-broker-plugins-websocket:jar
 License: Apache License, Version 2.0  
(https://www.apache.org/licenses/LICENSE-2.0.txt)
 
-From: 'The Dojo Foundation' (http://dojotoolkit.org/foundation)
-  - Dojo Toolkit :: Bundles (http://dojotoolkit.org/dojo) 
org.dojotoolkit:dojo:pom:1.12.2
-License: Academic Free License v2.1  
(http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE)License: BSD 
License  (http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE)
+From: 'The CometD Project' (https://cometd.org)
+  - Dojo Toolkit :: Bundles (http://dojotoolkit.org/dojo) 
org.dojotoolkit:dojo:pom:1.14.0
+License: Academic Free License v2.1  
(https://github.com/dojo/dojo/blob/master/LICENSE)License: BSD License  
(https://github.com/dojo/dojo/blob/master/LICENSE)
 
 From: 'Webtide' (https://webtide.com)
   - Jetty :: Continuation (http://www.eclipse.org/jetty) 
org.eclipse.jetty:jetty-continuation:jar:9.4.12.v20180830

http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/606303b4/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 7dd573e..94c3305 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
 1.0.8
 1.0.13
 
-1.12.2
+1.14.0
 1.1.2
 1.2.1
 


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



qpid-jms git commit: QPIDJMS-427: update to proton-j 0.30.0

2018-11-12 Thread robbie
Repository: qpid-jms
Updated Branches:
  refs/heads/master 5a4059502 -> cf2ef40f6


QPIDJMS-427: update to proton-j 0.30.0


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

Branch: refs/heads/master
Commit: cf2ef40f6423c3adbafc747976b0ffbd4a69dea4
Parents: 5a40595
Author: Robbie Gemmell 
Authored: Tue Nov 6 17:55:05 2018 +
Committer: Robbie Gemmell 
Committed: Mon Nov 12 11:36:41 2018 +

--
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/cf2ef40f/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 075f434..e3edd91 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
 1.8
 
 
-0.29.0
+0.30.0
 4.1.31.Final
 1.7.25
 1.0-alpha-2


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



qpid-jms git commit: NO-JIRA: ensure handshake completion notified at server before inspecting state, fixes spurious test failure when using TLSv1.3

2018-11-12 Thread robbie
Repository: qpid-jms
Updated Branches:
  refs/heads/master cf2ef40f6 -> 0cbca5bdb


NO-JIRA: ensure handshake completion notified at server before inspecting 
state, fixes spurious test failure when using TLSv1.3


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

Branch: refs/heads/master
Commit: 0cbca5bdbc3e9bb7257f56d0272b72e959e46de9
Parents: cf2ef40
Author: Robbie Gemmell 
Authored: Mon Nov 12 14:01:26 2018 +
Committer: Robbie Gemmell 
Committed: Mon Nov 12 14:01:26 2018 +

--
 .../apache/qpid/jms/transports/netty/NettySslTransportTest.java  | 4 
 1 file changed, 4 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/0cbca5bd/qpid-jms-client/src/test/java/org/apache/qpid/jms/transports/netty/NettySslTransportTest.java
--
diff --git 
a/qpid-jms-client/src/test/java/org/apache/qpid/jms/transports/netty/NettySslTransportTest.java
 
b/qpid-jms-client/src/test/java/org/apache/qpid/jms/transports/netty/NettySslTransportTest.java
index 9b4f47a..3a562cc 100644
--- 
a/qpid-jms-client/src/test/java/org/apache/qpid/jms/transports/netty/NettySslTransportTest.java
+++ 
b/qpid-jms-client/src/test/java/org/apache/qpid/jms/transports/netty/NettySslTransportTest.java
@@ -27,6 +27,7 @@ import java.net.URI;
 import java.net.URISyntaxException;
 import java.security.cert.Certificate;
 import java.security.cert.X509Certificate;
+import java.util.concurrent.TimeUnit;
 
 import org.apache.qpid.jms.transports.Transport;
 import org.apache.qpid.jms.transports.TransportListener;
@@ -178,6 +179,7 @@ public class NettySslTransportTest extends 
NettyTcpTransportTest {
 assertTrue(transport.isSecure());
 
 // Verify there was a certificate sent to the server
+assertTrue("Server handshake did not complete in alotted time", 
server.getSslHandler().handshakeFuture().await(2, TimeUnit.SECONDS));
 
assertNotNull(server.getSslHandler().engine().getSession().getPeerCertificates());
 
 transport.close();
@@ -217,6 +219,8 @@ public class NettySslTransportTest extends 
NettyTcpTransportTest {
 assertTrue(transport.isConnected());
 assertTrue(transport.isSecure());
 
+assertTrue("Server handshake did not complete in alotted time", 
server.getSslHandler().handshakeFuture().await(2, TimeUnit.SECONDS));
+
 Certificate[] peerCertificates = 
server.getSslHandler().engine().getSession().getPeerCertificates();
 assertNotNull(peerCertificates);
 


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



qpid-jms git commit: QPIDJMS-428: disable SaslGssApiIntegrationTest on Java11 onward until issues resolved

2018-11-12 Thread robbie
Repository: qpid-jms
Updated Branches:
  refs/heads/master 0cbca5bdb -> e7f0e19b0


QPIDJMS-428: disable SaslGssApiIntegrationTest on Java11 onward until issues 
resolved


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

Branch: refs/heads/master
Commit: e7f0e19b083260ce56ed7697cfcc8792752bd2ab
Parents: 0cbca5b
Author: Robbie Gemmell 
Authored: Mon Nov 12 15:14:43 2018 +
Committer: Robbie Gemmell 
Committed: Mon Nov 12 15:14:43 2018 +

--
 pom.xml | 22 ++
 1 file changed, 22 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/e7f0e19b/pom.xml
--
diff --git a/pom.xml b/pom.xml
index e3edd91..f0152bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -349,5 +349,27 @@
 
   
 
+
+
+  java11on
+  
+[11,)
+  
+  
+
+  
+
+  org.apache.maven.plugins
+  maven-surefire-plugin
+  
+
+  **/SaslGssApiIntegrationTest.java
+
+  
+
+  
+
+  
+
   
 


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



svn commit: r30843 - in /dev/qpid/java: 6.0.8-rc1/ 6.1.5-rc1/ 6.1.6-rc1/

2018-11-12 Thread robbie
Author: robbie
Date: Mon Nov 12 16:20:24 2018
New Revision: 30843

Log:
clean out older RCs

Removed:
dev/qpid/java/6.0.8-rc1/
dev/qpid/java/6.1.5-rc1/
dev/qpid/java/6.1.6-rc1/


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



svn commit: r30840 - in /dev/qpid/python: 1.35.0-alpha/ 1.35.0-beta/ 1.35.0-rc/ 1.36.0-rc1/

2018-11-12 Thread robbie
Author: robbie
Date: Mon Nov 12 16:17:33 2018
New Revision: 30840

Log:
clean out older RCs

Removed:
dev/qpid/python/1.35.0-alpha/
dev/qpid/python/1.35.0-beta/
dev/qpid/python/1.35.0-rc/
dev/qpid/python/1.36.0-rc1/


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



svn commit: r30842 - in /dev/qpid: interop-test/0.2.0-rc1/ interop-test/0.2.0-rc2/ jms/0.36.0-rc1/

2018-11-12 Thread robbie
Author: robbie
Date: Mon Nov 12 16:19:33 2018
New Revision: 30842

Log:
clean out older RCs

Removed:
dev/qpid/interop-test/0.2.0-rc1/
dev/qpid/interop-test/0.2.0-rc2/
dev/qpid/jms/0.36.0-rc1/


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



svn commit: r30839 - in /dev/qpid/proton-j: 0.27.3-rc2/ 0.28.1-rc2/ 0.29.0-rc1/

2018-11-12 Thread robbie
Author: robbie
Date: Mon Nov 12 16:16:11 2018
New Revision: 30839

Log:
clean out older RCs

Removed:
dev/qpid/proton-j/0.27.3-rc2/
dev/qpid/proton-j/0.28.1-rc2/
dev/qpid/proton-j/0.29.0-rc1/


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



svn commit: r30850 - /dev/qpid/jms/0.38.0-rc1/

2018-11-12 Thread robbie
Author: robbie
Date: Mon Nov 12 18:22:48 2018
New Revision: 30850

Log:
add files for qpid-jms-0.38.0 (RC1)

Added:
dev/qpid/jms/0.38.0-rc1/
dev/qpid/jms/0.38.0-rc1/apache-qpid-jms-0.38.0-bin.tar.gz   (with props)
dev/qpid/jms/0.38.0-rc1/apache-qpid-jms-0.38.0-bin.tar.gz.asc   (with props)
dev/qpid/jms/0.38.0-rc1/apache-qpid-jms-0.38.0-bin.tar.gz.sha512
dev/qpid/jms/0.38.0-rc1/apache-qpid-jms-0.38.0-src.tar.gz   (with props)
dev/qpid/jms/0.38.0-rc1/apache-qpid-jms-0.38.0-src.tar.gz.asc   (with props)
dev/qpid/jms/0.38.0-rc1/apache-qpid-jms-0.38.0-src.tar.gz.sha512

Added: dev/qpid/jms/0.38.0-rc1/apache-qpid-jms-0.38.0-bin.tar.gz
==
Binary file - no diff available.

Propchange: dev/qpid/jms/0.38.0-rc1/apache-qpid-jms-0.38.0-bin.tar.gz
--
svn:mime-type = application/x-gzip

Added: dev/qpid/jms/0.38.0-rc1/apache-qpid-jms-0.38.0-bin.tar.gz.asc
==
Binary file - no diff available.

Propchange: dev/qpid/jms/0.38.0-rc1/apache-qpid-jms-0.38.0-bin.tar.gz.asc
--
svn:mime-type = application/pgp-signature

Added: dev/qpid/jms/0.38.0-rc1/apache-qpid-jms-0.38.0-bin.tar.gz.sha512
==
--- dev/qpid/jms/0.38.0-rc1/apache-qpid-jms-0.38.0-bin.tar.gz.sha512 (added)
+++ dev/qpid/jms/0.38.0-rc1/apache-qpid-jms-0.38.0-bin.tar.gz.sha512 Mon Nov 12 
18:22:48 2018
@@ -0,0 +1 @@
+e3a488051fa36893fa3199ed510d0e4f1b185eaa344b82ddfc7ff8af1623960ddc9f67c799383538926a255a635fb2ae5fbf92a391fb1fa9f15ec13590bc
  apache-qpid-jms-0.38.0-bin.tar.gz

Added: dev/qpid/jms/0.38.0-rc1/apache-qpid-jms-0.38.0-src.tar.gz
==
Binary file - no diff available.

Propchange: dev/qpid/jms/0.38.0-rc1/apache-qpid-jms-0.38.0-src.tar.gz
--
svn:mime-type = application/x-gzip

Added: dev/qpid/jms/0.38.0-rc1/apache-qpid-jms-0.38.0-src.tar.gz.asc
==
Binary file - no diff available.

Propchange: dev/qpid/jms/0.38.0-rc1/apache-qpid-jms-0.38.0-src.tar.gz.asc
--
svn:mime-type = application/pgp-signature

Added: dev/qpid/jms/0.38.0-rc1/apache-qpid-jms-0.38.0-src.tar.gz.sha512
==
--- dev/qpid/jms/0.38.0-rc1/apache-qpid-jms-0.38.0-src.tar.gz.sha512 (added)
+++ dev/qpid/jms/0.38.0-rc1/apache-qpid-jms-0.38.0-src.tar.gz.sha512 Mon Nov 12 
18:22:48 2018
@@ -0,0 +1 @@
+bc3df54b3df0c6d32fbe69a2b00d8c39b13e919930eeaf4c140b562f94b5900a482d6254fdaf2991af2791bf5b10b0d83239cc6b391f033378e852738f237673
  apache-qpid-jms-0.38.0-src.tar.gz



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



svn commit: r30846 - in /dev/qpid/broker-j: 7.0.2-rc1/ 7.0.3-rc1/ 7.0.4-rc1/ 7.0.5-rc1/ 7.0.5-rc2/

2018-11-12 Thread robbie
Author: robbie
Date: Mon Nov 12 16:26:46 2018
New Revision: 30846

Log:
clean out older RCs

Removed:
dev/qpid/broker-j/7.0.2-rc1/
dev/qpid/broker-j/7.0.3-rc1/
dev/qpid/broker-j/7.0.4-rc1/
dev/qpid/broker-j/7.0.5-rc1/
dev/qpid/broker-j/7.0.5-rc2/


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



qpid-jms git commit: QPIDJMS-429 Make use of newer proton-j APIs for send and decode

2018-11-12 Thread tabish
Repository: qpid-jms
Updated Branches:
  refs/heads/master 7b0aabfa9 -> aa424cab9


QPIDJMS-429 Make use of newer proton-j APIs for send and decode

Use newer APIs to clean up some send code that handles dispositions and
use new section type enums to simplify the message decoding portion of
the codec.  Also implement the writeable buffer ensure remaining method
to better handle writes where the buffer needs to grow.

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

Branch: refs/heads/master
Commit: aa424cab9b26c39b43fc6b45c53b1ec7e703ef42
Parents: 7b0aabf
Author: Timothy Bish 
Authored: Mon Nov 12 11:31:34 2018 -0500
Committer: Timothy Bish 
Committed: Mon Nov 12 11:31:39 2018 -0500

--
 .../jms/provider/amqp/AmqpFixedProducer.java| 61 +++---
 .../jms/provider/amqp/message/AmqpCodec.java| 89 ++--
 .../amqp/message/AmqpWritableBuffer.java|  5 ++
 3 files changed, 63 insertions(+), 92 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/aa424cab/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpFixedProducer.java
--
diff --git 
a/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpFixedProducer.java
 
b/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpFixedProducer.java
index 4b2e5b1..c3010d2 100644
--- 
a/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpFixedProducer.java
+++ 
b/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpFixedProducer.java
@@ -34,13 +34,10 @@ import org.apache.qpid.jms.meta.JmsProducerInfo;
 import org.apache.qpid.jms.provider.AsyncResult;
 import org.apache.qpid.jms.provider.amqp.message.AmqpReadableBuffer;
 import org.apache.qpid.jms.util.IOExceptionSupport;
-import org.apache.qpid.proton.amqp.messaging.Accepted;
-import org.apache.qpid.proton.amqp.messaging.Modified;
-import org.apache.qpid.proton.amqp.messaging.Outcome;
 import org.apache.qpid.proton.amqp.messaging.Rejected;
-import org.apache.qpid.proton.amqp.messaging.Released;
 import org.apache.qpid.proton.amqp.transaction.TransactionalState;
 import org.apache.qpid.proton.amqp.transport.DeliveryState;
+import org.apache.qpid.proton.amqp.transport.DeliveryState.DeliveryStateType;
 import org.apache.qpid.proton.amqp.transport.ErrorCondition;
 import org.apache.qpid.proton.amqp.transport.SenderSettleMode;
 import org.apache.qpid.proton.engine.Delivery;
@@ -211,54 +208,58 @@ public class AmqpFixedProducer extends AmqpProducer {
 public void processDeliveryUpdates(AmqpProvider provider, Delivery 
delivery) throws IOException {
 DeliveryState state = delivery.getRemoteState();
 if (state != null) {
-
 InFlightSend send = (InFlightSend) delivery.getContext();
 
-if (state instanceof Accepted) {
+if (state.getType() == DeliveryStateType.Accepted) {
 LOG.trace("Outcome of delivery was accepted: {}", delivery);
 send.onSuccess();
-super.processDeliveryUpdates(provider, delivery);
-return;
+} else {
+applyDeliveryStateUpdate(send, delivery, state);
 }
+}
 
-Exception deliveryError = null;
-Outcome outcome = null;
+super.processDeliveryUpdates(provider, delivery);
+}
 
-if (state instanceof TransactionalState) {
-LOG.trace("State of delivery is Transactional, retrieving 
outcome: {}", state);
-outcome = ((TransactionalState) state).getOutcome();
-} else if (state instanceof Outcome) {
-outcome = (Outcome) state;
-} else {
-LOG.warn("Message send updated with unsupported state: {}", 
state);
-outcome = null;
-}
+private void applyDeliveryStateUpdate(InFlightSend send, Delivery 
delivery, DeliveryState state) {
+Exception deliveryError = null;
+if (state == null) {
+return;
+}
 
-if (outcome instanceof Accepted) {
+switch (state.getType()) {
+case Transactional:
+LOG.trace("State of delivery is Transactional, retrieving 
outcome: {}", state);
+applyDeliveryStateUpdate(send, delivery, (DeliveryState) 
((TransactionalState) state).getOutcome());
+break;
+case Accepted:
 LOG.trace("Outcome of delivery was accepted: {}", delivery);
 send.onSuccess();
-} else if (outcome instanceof 

svn commit: r30845 - in /dev/qpid/cpp: 1.35.0-rc/ 1.36.0-rc1/ 1.37.0-rc1/ 1.38.0-rc1/

2018-11-12 Thread robbie
Author: robbie
Date: Mon Nov 12 16:25:27 2018
New Revision: 30845

Log:
clean out older RCs

Removed:
dev/qpid/cpp/1.35.0-rc/
dev/qpid/cpp/1.36.0-rc1/
dev/qpid/cpp/1.37.0-rc1/
dev/qpid/cpp/1.38.0-rc1/


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



svn commit: r30844 - in /dev/qpid/dispatch: 0.6.0-beta1/ 0.6.0-beta2/ 0.6.0-rc1/ 0.6.0-rc2/ 0.6.0-rc3/ 0.6.0-rc4/ 0.6.1-rc1/ 0.6.2-rc1/ 0.7.0-rc1/ 0.7.0-rc2/ 0.8.0-rc1/ 0.8.0-rc2/ 0.8.0-rc3/ 0.8.1-rc1

2018-11-12 Thread robbie
Author: robbie
Date: Mon Nov 12 16:24:14 2018
New Revision: 30844

Log:
clean out LOTS of older RCs

Removed:
dev/qpid/dispatch/0.6.0-beta1/
dev/qpid/dispatch/0.6.0-beta2/
dev/qpid/dispatch/0.6.0-rc1/
dev/qpid/dispatch/0.6.0-rc2/
dev/qpid/dispatch/0.6.0-rc3/
dev/qpid/dispatch/0.6.0-rc4/
dev/qpid/dispatch/0.6.1-rc1/
dev/qpid/dispatch/0.6.2-rc1/
dev/qpid/dispatch/0.7.0-rc1/
dev/qpid/dispatch/0.7.0-rc2/
dev/qpid/dispatch/0.8.0-rc1/
dev/qpid/dispatch/0.8.0-rc2/
dev/qpid/dispatch/0.8.0-rc3/
dev/qpid/dispatch/0.8.1-rc1/
dev/qpid/dispatch/1.0.0-rc1/
dev/qpid/dispatch/1.0.0-rc2/
dev/qpid/dispatch/1.0.0-rc3/
dev/qpid/dispatch/1.0.1-rc1/
dev/qpid/dispatch/1.1.0-rc1/
dev/qpid/dispatch/1.1.0-rc2/
dev/qpid/dispatch/1.1.0-rc3/
dev/qpid/dispatch/1.1.0-rc4/
dev/qpid/dispatch/1.1.0-rc5/
dev/qpid/dispatch/1.1.0-rc6/
dev/qpid/dispatch/1.2.0-rc1/
dev/qpid/dispatch/1.2.0-rc2/
dev/qpid/dispatch/1.3.0-rc1/
dev/qpid/dispatch/1.4.0-rc1/
dev/qpid/dispatch/1.4.1-rc1/
dev/qpid/dispatch/1.4.1-rc2/


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



svn commit: r30847 - in /dev/qpid: 0.30-alpha/ 0.30-beta/ 0.30-beta2/ 0.30-rc/ 0.30-rc2/ 0.32-alpha/ 0.32-beta/ 0.32-rc/ 0.32-rc2/

2018-11-12 Thread robbie
Author: robbie
Date: Mon Nov 12 16:28:21 2018
New Revision: 30847

Log:
clean out older RCs

Removed:
dev/qpid/0.30-alpha/
dev/qpid/0.30-beta/
dev/qpid/0.30-beta2/
dev/qpid/0.30-rc/
dev/qpid/0.30-rc2/
dev/qpid/0.32-alpha/
dev/qpid/0.32-beta/
dev/qpid/0.32-rc/
dev/qpid/0.32-rc2/


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



qpid-jms git commit: [maven-release-plugin] prepare release 0.38.0

2018-11-12 Thread robbie
Repository: qpid-jms
Updated Branches:
  refs/heads/master 19ae97686 -> c18b83748


[maven-release-plugin] prepare release 0.38.0


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

Branch: refs/heads/master
Commit: c18b837482e513f0187a802223bd3b5eb922a123
Parents: 19ae976
Author: Robbie Gemmell 
Authored: Mon Nov 12 17:40:23 2018 +
Committer: Robbie Gemmell 
Committed: Mon Nov 12 17:40:23 2018 +

--
 apache-qpid-jms/pom.xml| 2 +-
 pom.xml| 4 ++--
 qpid-jms-client/pom.xml| 2 +-
 qpid-jms-discovery/pom.xml | 2 +-
 qpid-jms-docs/pom.xml  | 2 +-
 qpid-jms-examples/pom.xml  | 2 +-
 qpid-jms-interop-tests/pom.xml | 2 +-
 qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/c18b8374/apache-qpid-jms/pom.xml
--
diff --git a/apache-qpid-jms/pom.xml b/apache-qpid-jms/pom.xml
index fa53c0c..c7348a0 100644
--- a/apache-qpid-jms/pom.xml
+++ b/apache-qpid-jms/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-0.38.0-SNAPSHOT
+0.38.0
   
   4.0.0
 

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/c18b8374/pom.xml
--
diff --git a/pom.xml b/pom.xml
index f0152bc..4504bbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
 
   org.apache.qpid
   qpid-jms-parent
-  0.38.0-SNAPSHOT
+  0.38.0
   pom
   QpidJMS
   2013
@@ -84,7 +84,7 @@
 
scm:git:http://git-wip-us.apache.org/repos/asf/qpid-jms.git
 
scm:git:https://git-wip-us.apache.org/repos/asf/qpid-jms.git
 https://git-wip-us.apache.org/repos/asf?p=qpid-jms.git
-HEAD
+0.38.0
   
 
   

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/c18b8374/qpid-jms-client/pom.xml
--
diff --git a/qpid-jms-client/pom.xml b/qpid-jms-client/pom.xml
index b9f6046..1c5d240 100644
--- a/qpid-jms-client/pom.xml
+++ b/qpid-jms-client/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-0.38.0-SNAPSHOT
+0.38.0
   
 
   qpid-jms-client

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/c18b8374/qpid-jms-discovery/pom.xml
--
diff --git a/qpid-jms-discovery/pom.xml b/qpid-jms-discovery/pom.xml
index 42c5fd2..b3c6dc9 100644
--- a/qpid-jms-discovery/pom.xml
+++ b/qpid-jms-discovery/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-0.38.0-SNAPSHOT
+0.38.0
   
 
   qpid-jms-discovery

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/c18b8374/qpid-jms-docs/pom.xml
--
diff --git a/qpid-jms-docs/pom.xml b/qpid-jms-docs/pom.xml
index f5bb5a7..26472d6 100644
--- a/qpid-jms-docs/pom.xml
+++ b/qpid-jms-docs/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-0.38.0-SNAPSHOT
+0.38.0
   
   4.0.0
 

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/c18b8374/qpid-jms-examples/pom.xml
--
diff --git a/qpid-jms-examples/pom.xml b/qpid-jms-examples/pom.xml
index c605f26..8279dd1 100644
--- a/qpid-jms-examples/pom.xml
+++ b/qpid-jms-examples/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-0.38.0-SNAPSHOT
+0.38.0
   
 
   qpid-jms-examples

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/c18b8374/qpid-jms-interop-tests/pom.xml
--
diff --git a/qpid-jms-interop-tests/pom.xml b/qpid-jms-interop-tests/pom.xml
index 2bb990a..7e9f44f 100644
--- a/qpid-jms-interop-tests/pom.xml
+++ b/qpid-jms-interop-tests/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-0.38.0-SNAPSHOT
+0.38.0
   
 
   qpid-jms-interop-tests

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/c18b8374/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
--
diff --git a/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml 
b/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
index 1141683..c1635e7 100644
--- a/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
+++ 

[qpid-jms] Git Push Summary

2018-11-12 Thread robbie
Repository: qpid-jms
Updated Tags:  refs/tags/0.38.0 [created] 30af9f3b6

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



qpid-jms git commit: [maven-release-plugin] prepare for next development iteration

2018-11-12 Thread robbie
Repository: qpid-jms
Updated Branches:
  refs/heads/master c18b83748 -> 30eb2d1b9


[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/master
Commit: 30eb2d1b99730757b7745fa720248d3ada866c0c
Parents: c18b837
Author: Robbie Gemmell 
Authored: Mon Nov 12 17:42:43 2018 +
Committer: Robbie Gemmell 
Committed: Mon Nov 12 17:42:43 2018 +

--
 apache-qpid-jms/pom.xml| 2 +-
 pom.xml| 4 ++--
 qpid-jms-client/pom.xml| 2 +-
 qpid-jms-discovery/pom.xml | 2 +-
 qpid-jms-docs/pom.xml  | 2 +-
 qpid-jms-examples/pom.xml  | 2 +-
 qpid-jms-interop-tests/pom.xml | 2 +-
 qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/30eb2d1b/apache-qpid-jms/pom.xml
--
diff --git a/apache-qpid-jms/pom.xml b/apache-qpid-jms/pom.xml
index c7348a0..445fb05 100644
--- a/apache-qpid-jms/pom.xml
+++ b/apache-qpid-jms/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-0.38.0
+0.39.0-SNAPSHOT
   
   4.0.0
 

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/30eb2d1b/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 4504bbc..49144f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
 
   org.apache.qpid
   qpid-jms-parent
-  0.38.0
+  0.39.0-SNAPSHOT
   pom
   QpidJMS
   2013
@@ -84,7 +84,7 @@
 
scm:git:http://git-wip-us.apache.org/repos/asf/qpid-jms.git
 
scm:git:https://git-wip-us.apache.org/repos/asf/qpid-jms.git
 https://git-wip-us.apache.org/repos/asf?p=qpid-jms.git
-0.38.0
+HEAD
   
 
   

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/30eb2d1b/qpid-jms-client/pom.xml
--
diff --git a/qpid-jms-client/pom.xml b/qpid-jms-client/pom.xml
index 1c5d240..8127d28 100644
--- a/qpid-jms-client/pom.xml
+++ b/qpid-jms-client/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-0.38.0
+0.39.0-SNAPSHOT
   
 
   qpid-jms-client

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/30eb2d1b/qpid-jms-discovery/pom.xml
--
diff --git a/qpid-jms-discovery/pom.xml b/qpid-jms-discovery/pom.xml
index b3c6dc9..ce7c764 100644
--- a/qpid-jms-discovery/pom.xml
+++ b/qpid-jms-discovery/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-0.38.0
+0.39.0-SNAPSHOT
   
 
   qpid-jms-discovery

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/30eb2d1b/qpid-jms-docs/pom.xml
--
diff --git a/qpid-jms-docs/pom.xml b/qpid-jms-docs/pom.xml
index 26472d6..44719f4 100644
--- a/qpid-jms-docs/pom.xml
+++ b/qpid-jms-docs/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-0.38.0
+0.39.0-SNAPSHOT
   
   4.0.0
 

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/30eb2d1b/qpid-jms-examples/pom.xml
--
diff --git a/qpid-jms-examples/pom.xml b/qpid-jms-examples/pom.xml
index 8279dd1..8e3f11e 100644
--- a/qpid-jms-examples/pom.xml
+++ b/qpid-jms-examples/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-0.38.0
+0.39.0-SNAPSHOT
   
 
   qpid-jms-examples

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/30eb2d1b/qpid-jms-interop-tests/pom.xml
--
diff --git a/qpid-jms-interop-tests/pom.xml b/qpid-jms-interop-tests/pom.xml
index 7e9f44f..81093aa 100644
--- a/qpid-jms-interop-tests/pom.xml
+++ b/qpid-jms-interop-tests/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-0.38.0
+0.39.0-SNAPSHOT
   
 
   qpid-jms-interop-tests

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/30eb2d1b/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
--
diff --git a/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml 
b/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
index c1635e7..fab5d0a 100644
--- a/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
+++ 

qpid-dispatch git commit: DISPATCH-1181: add hint about treatment to MAU and use that on receipt if there is no locally defined treatment

2018-11-12 Thread gsim
Repository: qpid-dispatch
Updated Branches:
  refs/heads/master a78e15815 -> 7699d55b0


DISPATCH-1181: add hint about treatment to MAU and use that on receipt if there 
is no locally defined treatment


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

Branch: refs/heads/master
Commit: 7699d55b057e5493fef37e3b3454feb7b35edfc3
Parents: a78e158
Author: Gordon Sim 
Authored: Fri Nov 9 22:43:10 2018 +
Committer: Gordon Sim 
Committed: Mon Nov 12 10:03:46 2018 +

--
 include/qpid/dispatch/router_core.h|  4 +-
 python/qpid_dispatch_internal/router/data.py   | 10 ++-
 python/qpid_dispatch_internal/router/engine.py |  4 +-
 python/qpid_dispatch_internal/router/mobile.py | 15 +++-
 python/qpid_dispatch_internal/router/node.py   |  4 +-
 src/router_core/connections.c  |  7 +-
 src/router_core/exchange_bindings.c|  3 +-
 src/router_core/route_tables.c | 34 +++--
 src/router_core/router_core.c  |  4 +-
 src/router_core/router_core_private.h  |  5 +-
 src/router_pynode.c| 10 ++-
 tests/system_tests_two_routers.py  | 84 +
 12 files changed, 158 insertions(+), 26 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/7699d55b/include/qpid/dispatch/router_core.h
--
diff --git a/include/qpid/dispatch/router_core.h 
b/include/qpid/dispatch/router_core.h
index 4d61275..b8d48ed 100644
--- a/include/qpid/dispatch/router_core.h
+++ b/include/qpid/dispatch/router_core.h
@@ -85,10 +85,10 @@ void qdr_core_set_next_hop(qdr_core_t *core, int 
router_maskbit, int nh_router_m
 void qdr_core_remove_next_hop(qdr_core_t *core, int router_maskbit);
 void qdr_core_set_cost(qdr_core_t *core, int router_maskbit, int cost);
 void qdr_core_set_valid_origins(qdr_core_t *core, int router_maskbit, 
qd_bitmask_t *routers);
-void qdr_core_map_destination(qdr_core_t *core, int router_maskbit, const char 
*address_hash);
+void qdr_core_map_destination(qdr_core_t *core, int router_maskbit, const char 
*address_hash, int treatment_hint);
 void qdr_core_unmap_destination(qdr_core_t *core, int router_maskbit, const 
char *address_hash);
 
-typedef void (*qdr_mobile_added_t)   (void *context, const char *address_hash);
+typedef void (*qdr_mobile_added_t)   (void *context, const char *address_hash, 
qd_address_treatment_t treatment);
 typedef void (*qdr_mobile_removed_t) (void *context, const char *address_hash);
 typedef void (*qdr_link_lost_t)  (void *context, int link_maskbit);
 

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/7699d55b/python/qpid_dispatch_internal/router/data.py
--
diff --git a/python/qpid_dispatch_internal/router/data.py 
b/python/qpid_dispatch_internal/router/data.py
index 6c1db7f..810f98d 100644
--- a/python/qpid_dispatch_internal/router/data.py
+++ b/python/qpid_dispatch_internal/router/data.py
@@ -250,7 +250,7 @@ class MessageLSR(object):
 class MessageMAU(object):
 """
 """
-def __init__(self, body, _id=None, _seq=None, _add_list=None, 
_del_list=None, _exist_list=None):
+def __init__(self, body, _id=None, _seq=None, _add_list=None, 
_del_list=None, _exist_list=None, _hints=None):
 if body:
 self.id = getMandatory(body, 'id', PY_TEXT_TYPE)
 self.version = getOptional(body, 'pv', 0, PY_LONG_TYPE)
@@ -259,6 +259,7 @@ class MessageMAU(object):
 self.add_list = getOptional(body, 'add', None, list)
 self.del_list = getOptional(body, 'del', None, list)
 self.exist_list = getOptional(body, 'exist', None, list)
+self.hints = getOptional(body, 'hints', None, list)
 else:
 self.id = _id
 self.version = ProtocolVersion
@@ -267,6 +268,7 @@ class MessageMAU(object):
 self.add_list = _add_list
 self.del_list = _del_list
 self.exist_list = _exist_list
+self.hints = _hints
 
 def get_opcode(self):
 return 'MAU'
@@ -278,8 +280,9 @@ class MessageMAU(object):
 if self.add_list != None:   _add   = ' add=%r'   % self.add_list
 if self.del_list != None:   _del   = ' del=%r'   % self.del_list
 if self.exist_list != None: _exist = ' exist=%r' % self.exist_list
-return "MAU(id=%s pv=%d area=%s mobile_seq=%d%s%s%s)" % \
-(self.id, self.version, self.area, self.mobile_seq, _add, 
_del, _exist)
+if self.hints != None: _hints = ' 

qpid-dispatch git commit: DISPATCH-1181: ensure local variable is initialised before it is used

2018-11-12 Thread gsim
Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 7699d55b0 -> 48845b998


DISPATCH-1181: ensure local variable is initialised before it is used


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

Branch: refs/heads/master
Commit: 48845b99848de3864bbe4246376237d5762b2de8
Parents: 7699d55
Author: Gordon Sim 
Authored: Mon Nov 12 20:37:44 2018 +
Committer: Gordon Sim 
Committed: Mon Nov 12 20:37:44 2018 +

--
 python/qpid_dispatch_internal/router/data.py | 1 +
 1 file changed, 1 insertion(+)
--


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/48845b99/python/qpid_dispatch_internal/router/data.py
--
diff --git a/python/qpid_dispatch_internal/router/data.py 
b/python/qpid_dispatch_internal/router/data.py
index 810f98d..d299e72 100644
--- a/python/qpid_dispatch_internal/router/data.py
+++ b/python/qpid_dispatch_internal/router/data.py
@@ -277,6 +277,7 @@ class MessageMAU(object):
 _add = ''
 _del = ''
 _exist = ''
+_hints = ''
 if self.add_list != None:   _add   = ' add=%r'   % self.add_list
 if self.del_list != None:   _del   = ' del=%r'   % self.del_list
 if self.exist_list != None: _exist = ' exist=%r' % self.exist_list


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



svn commit: r30848 - /release/qpid/proton-j/0.29.0/

2018-11-12 Thread robbie
Author: robbie
Date: Mon Nov 12 16:29:32 2018
New Revision: 30848

Log:
clean out older release

Removed:
release/qpid/proton-j/0.29.0/


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