| Package | Description |
|---|---|
| org.basex.server |
Server implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static ServerCmd |
ServerCmd.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServerCmd[] |
ServerCmd.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
ClientSession.exec(ServerCmd cmd,
java.lang.String arg,
java.io.OutputStream os)
Executes a command and sends the result to the specified output stream.
|
protected void |
ClientSession.send(ServerCmd cmd,
java.io.InputStream input,
java.lang.String... strings)
Sends the specified command, string arguments and input.
|