public class LatchBodyCapture<T> extends Object implements BodyCapture<T>
| Constructor and Description |
|---|
LatchBodyCapture(BodyCapture<T> capture) |
LatchBodyCapture(BodyCapture<T> capture,
int times) |
| Modifier and Type | Method and Description |
|---|---|
T |
getContent() |
CountDownLatch |
getLatch() |
void |
setBody(byte[] content) |
public LatchBodyCapture(BodyCapture<T> capture)
public LatchBodyCapture(BodyCapture<T> capture, int times)
public T getContent()
getContent in interface BodyCapture<T>public void setBody(byte[] content)
setBody in interface BodyCapture<T>public CountDownLatch getLatch()
Copyright © 2016. All Rights Reserved.