Home | History | Annotate | Download | only in pubsub

Lines Matching defs:ext

254 		FormNode ext = (FormNode)packet.getExtension(PubSubElementType.OPTIONS);

255 return new SubscribeForm(ext.getForm());
346 protected PubSub createPubsubPacket(Type type, PacketExtension ext)
348 return createPubsubPacket(type, ext, null);
351 protected PubSub createPubsubPacket(Type type, PacketExtension ext, PubSubNamespace ns)
353 return PubSubManager.createPubsubPacket(to, type, ext, ns);
356 protected Packet sendPubsubPacket(Type type, NodeExtension ext)
359 return PubSubManager.sendPubsubPacket(con, to, type, ext);
362 protected Packet sendPubsubPacket(Type type, NodeExtension ext, PubSubNamespace ns)
365 return PubSubManager.sendPubsubPacket(con, to, type, ext, ns);