public class CertificateRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
Interest |
interest_
The Interest for the requested Data packet or Certificate.
|
int |
nRetriesLeft_
The number of remaining retries after time out or NACK.
|
| Constructor and Description |
|---|
CertificateRequest()
Create a CertificateRequest with a default Interest and 0 retries left.
|
CertificateRequest(Interest interest)
Create a CertificateRequest for the Interest and 3 retries left.
|
public Interest interest_
public int nRetriesLeft_
public CertificateRequest()
public CertificateRequest(Interest interest)
interest - The Interest which is copied.Copyright © 2019. All rights reserved.