Uses of Interface
org.jxmpp.xml.splitter.XmppElementCallback
-
Uses of XmppElementCallback in org.jxmpp.xml.splitter
ModifierConstructorDescriptionUtf8ByteXmppXmlSplitter
(XmppElementCallback xmppElementCallback) Create a new splitter with the given callback.XmppXmlSplitter
(int maxElementSize, XmppElementCallback xmppElementCallback) Construct a new XMPP XML splitter.XmppXmlSplitter
(int maxElementSize, XmppElementCallback xmppElementCallback, DeclarationCallback declarationCallback, ProcessingInstructionCallback processingInstructionCallback) Construct a new XMPP XML splitter.XmppXmlSplitter
(int maxElementSize, XmppElementCallback xmppElementCallback, DeclarationCallback declarationCallback, ProcessingInstructionCallback processingInstructionCallback, XmlPrinter xmlPrinter) Construct a new XMPP XML splitter.XmppXmlSplitter
(int maxElementSize, XmppElementCallback xmppElementCallback, XmlPrinter xmlPrinter) Constructs a new XMPP XML splitter.XmppXmlSplitter
(XmppElementCallback xmppElementCallback) Construct a new XMPP XML splitter with a max element size of 10000.XmppXmlSplitter
(XmppElementCallback xmppElementCallback, DeclarationCallback declarationCallback, ProcessingInstructionCallback processingInstructionCallback) Construct a new XMPP XML splitter with a max element size of 10000.