|
Ajocado API 1.0.0.Alpha2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.arquillian.ajocado.encapsulated.NetworkTrafficType
public class NetworkTrafficType
The enumeration of supported network traffic types.
| Field Summary | |
|---|---|
static NetworkTrafficType |
JSON
The network traffic in JSON format type |
static NetworkTrafficType |
PLAIN
The network traffic in plain-text |
static NetworkTrafficType |
XML
The network traffic in XML format type |
| Constructor Summary | |
|---|---|
NetworkTrafficType(String type)
Constructs the new network traffic output format type using it's string identifier |
|
| Method Summary | |
|---|---|
String |
getType()
Returns the type's string identifier |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final NetworkTrafficType JSON
public static final NetworkTrafficType XML
public static final NetworkTrafficType PLAIN
| Constructor Detail |
|---|
public NetworkTrafficType(String type)
type - the string identifier of output format type| Method Detail |
|---|
public String getType()
|
Ajocado API 1.0.0.Alpha2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||