|
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.NetworkTraffic
public class NetworkTraffic
The encapsulation of network traffic proceeded in tested scenario.
| Constructor Summary | |
|---|---|
NetworkTraffic(NetworkTrafficType type,
String traffic)
Constructs the representation of network traffic with associated format type. |
|
| Method Summary | |
|---|---|
String |
getTraffic()
Returns string representation of network traffic data |
NetworkTrafficType |
getType()
Returns the associated output format type |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NetworkTraffic(NetworkTrafficType type,
String traffic)
type - the output format typetraffic - the string representation of network traffic data| Method Detail |
|---|
public NetworkTrafficType getType()
public String getTraffic()
|
Ajocado API 1.0.0.Alpha2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||