| Package | Description |
|---|---|
| guru.nidi.ramlproxy.core |
| Modifier and Type | Method and Description |
|---|---|
static Command |
Command.byName(String name) |
Command |
ClientOptions.getCommand() |
static Command |
Command.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Command[] |
Command.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
CommandSender.commandPath(Command command) |
protected org.apache.http.client.methods.HttpGet |
CommandSender.createGet(Command command,
String query) |
<T> T |
CommandSender.send(Command command) |
String |
CommandSender.sendRaw(Command command) |
| Constructor and Description |
|---|
ClientOptions(Command command,
int port) |
ClientOptions(Command command,
int port,
boolean clearReports,
boolean clearUsage) |
Copyright © 2014–2015. All rights reserved.