public class WireMonitorServer extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
isFinished |
| Constructor and Description |
|---|
WireMonitorServer(int port)
Start listening to a port
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCapturedMessage()
Wait until response is received and returns
|
void |
setFinished(boolean isFinished) |
void |
setReadTimeOut(int timeout) |
void |
start() |
public WireMonitorServer(int port)
port - to be listenedpublic void start()
public String getCapturedMessage()
public void setReadTimeOut(int timeout)
public void setFinished(boolean isFinished)
Copyright © 2020 WSO2 Inc. All rights reserved.