Uses of Class
org.xmpp.packet.PacketError
-
Packages that use PacketError Package Description org.xmpp.packet -
-
Uses of PacketError in org.xmpp.packet
Methods in org.xmpp.packet that return PacketError Modifier and Type Method Description PacketErrorPacket. getError()Returns the packet error, ornullif there is no packet error.Methods in org.xmpp.packet with parameters of type PacketError Modifier and Type Method Description voidPacket. setError(PacketError error)Sets the packet error.
-