public static class Packet.Meta extends Object implements Serializable
| Constructor and Description |
|---|
Meta() |
| Modifier and Type | Method and Description |
|---|---|
CountDownLatch |
getCountDownLatch() |
Boolean |
getIsSentSuccess() |
void |
setCountDownLatch(CountDownLatch countDownLatch) |
void |
setIsSentSuccess(Boolean isSentSuccess) |
public Boolean getIsSentSuccess()
public void setIsSentSuccess(Boolean isSentSuccess)
public CountDownLatch getCountDownLatch()
public void setCountDownLatch(CountDownLatch countDownLatch)
Copyright © 2021. All rights reserved.