Uses of Interface
tigase.http.PacketWriter
-
Packages that use PacketWriter Package Description tigase.http tigase.http.modules tigase.http.modules.rest -
-
Uses of PacketWriter in tigase.http
Classes in tigase.http that implement PacketWriter Modifier and Type Class Description classHttpMessageReceiver -
Uses of PacketWriter in tigase.http.modules
Methods in tigase.http.modules with parameters of type PacketWriter Modifier and Type Method Description voidAbstractBareModule. init(tigase.xmpp.jid.JID jid, java.lang.String componentName, PacketWriter writer)voidModule. init(tigase.xmpp.jid.JID jid, java.lang.String componentName, PacketWriter writer) -
Uses of PacketWriter in tigase.http.modules.rest
Methods in tigase.http.modules.rest with parameters of type PacketWriter Modifier and Type Method Description voidRestModule. init(tigase.xmpp.jid.JID jid, java.lang.String componentName, PacketWriter writer)
-