Package | Description |
---|---|
tigase.component.adhoc | |
tigase.server |
The main package with top level API for server side components.
|
Modifier and Type | Method and Description |
---|---|
Element |
AdHocResponse.addDataForm(Command.DataType dataType) |
Element |
AdHocResponse.addDataForm(Command.DataType dataType,
Consumer<Element> consumer) |
Modifier and Type | Method and Description |
---|---|
static Command.DataType |
Command.DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Command.DataType[] |
Command.DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DataForm.Builder |
Command.Builder.addDataForm(Command.DataType type) |
static Element |
DataForm.addDataForm(Element el,
Command.DataType data_type) |
Packet |
Iq.commandResult(Command.DataType cmd_type) |
protected static Element |
Command.createCommandEl(String node,
Command.DataType data_type) |
static Element |
DataForm.createDataForm(Command.DataType data_type) |
static Element |
Command.createIqCommand(JID from,
JID to,
StanzaType type,
String id,
String node,
Command.DataType data_type) |
Packet |
Command.getPacket(JID from,
JID to,
StanzaType type,
String id,
Command.DataType data_type)
Method returns instance of a Packet with command element added.
|
Constructor and Description |
---|
Builder(Element parent,
Command.DataType type) |
Copyright © 2004–2021 "Tigase, Inc.". All rights reserved.