public class FlowLabelFilterSpecIPv6 extends FilterSpec
| Modifier and Type | Field and Description | 
|---|---|
protected int | 
flowLabel  | 
protected Inet6Address | 
srcAddress  | 
bytes, classNum, cType, length| Constructor and Description | 
|---|
FlowLabelFilterSpecIPv6()  | 
FlowLabelFilterSpecIPv6(Inet6Address srcAddress,
                       int flowLabel)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
decode(byte[] bytes,
      int offset)  | 
void | 
encode()
Generic method to encode an RSVP element 
 | 
int | 
getFlowLabel()  | 
Inet6Address | 
getSrcAddress()  | 
void | 
setFlowLabel(int flowLabel)  | 
void | 
setSrcAddress(Inet6Address srcAddress)  | 
decodeHeader, encodeHeader, getBytes, getClassNum, getClassNum, getcType, getcType, getLength, getLength, setBytes, setClassNum, setcType, setLengthprotected Inet6Address srcAddress
protected int flowLabel
public FlowLabelFilterSpecIPv6()
public FlowLabelFilterSpecIPv6(Inet6Address srcAddress, int flowLabel)
public void encode()
RSVPElementencode in interface RSVPElementencode in class FilterSpecpublic void decode(byte[] bytes,
                   int offset)
decode in class FilterSpecpublic Inet6Address getSrcAddress()
public void setSrcAddress(Inet6Address srcAddress)
public int getFlowLabel()
public void setFlowLabel(int flowLabel)
Copyright © 2016. All rights reserved.