| Constructor and Description |
|---|
Mpls.Builder()
Create a new builder using the defaults:
|
Mpls.Builder(Mpls mpls)
Copy constructor builder initialized from the passed in protocol.
|
| Modifier and Type | Method and Description |
|---|---|
Mpls |
build()
Creates a new protocol instance from this builder.
|
Mpls.Builder |
headers(Mpls.Header[] headers)
Sets the headers.
|
public Mpls.Builder()
headers = NO_HEADERS
public Mpls.Builder(Mpls mpls)
mpls - builder is initialed from this protocol's datapublic Mpls build()
public Mpls.Builder headers(Mpls.Header[] headers)
headers - new array of headersCopyright © 2014. All Rights Reserved.