Package | Description |
---|---|
tigase.server |
The main package with top level API for server side components.
|
Modifier and Type | Method and Description |
---|---|
static Command.Action |
Command.getAction(Packet packet) |
static Command.Action |
Command.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Command.Action[] |
Command.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Command.Builder |
Command.Builder.addAction(Command.Action action) |
static void |
Command.addAction(Packet packet,
Command.Action action) |
Copyright © 2004–2019 "Tigase, Inc.". All rights reserved.