public class MutablePDU
extends java.lang.Object
implements java.io.Serializable
MutablePDU is a container for a PDU
instance.| Modifier and Type | Field and Description |
|---|---|
private PDU |
pdu |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
MutablePDU() |
| Modifier and Type | Method and Description |
|---|---|
PDU |
getPdu() |
void |
setPdu(PDU pdu) |
private static final long serialVersionUID
private PDU pdu