Class BytestreamsProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<I>
-
- org.jivesoftware.smack.provider.IqProvider<I>
-
- org.jivesoftware.smack.provider.IQProvider<Bytestream>
-
- org.jivesoftware.smackx.bytestreams.socks5.provider.BytestreamsProvider
-
public class BytestreamsProvider extends IQProvider<Bytestream>
Parses a bytestream packet.
-
-
Constructor Summary
Constructors Constructor Description BytestreamsProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Bytestream
parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-
Methods inherited from class org.jivesoftware.smack.provider.IQProvider
parse, parse, parse
-
Methods inherited from class org.jivesoftware.smack.provider.IqProvider
parse, parse
-
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass
-
-
-
-
Constructor Detail
-
BytestreamsProvider
public BytestreamsProvider()
-
-
Method Detail
-
parse
public Bytestream parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) throws XmlPullParserException, IOException
- Specified by:
parse
in classIQProvider<Bytestream>
- Throws:
XmlPullParserException
IOException
-
-