public class OrFilter extends ConnectorFilter
filterSet, filtersLengthparent, parentTlvId| Constructor and Description |
|---|
OrFilter()
The constructor.
|
OrFilter(int tlvId)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
computeLength()
Compute the OrFilter length
OrFilter :
0xA1 L1 super.computeLength()
Length(OrFilter) = Length(0xA1) + Length(super.computeLength()) +
super.computeLength()
|
ByteBuffer |
encode(ByteBuffer buffer)
Encode the OrFilter message to a PDU.
|
List<Filter> |
getOrFilter()
Get the OrFilter
|
String |
toString()
Return a string compliant with RFC 2254 representing an OR filter
|
addFilter, getFilterSetgetParent, getParentTlvId, getTlvId, setParentpublic OrFilter(int tlvId)
public OrFilter()
public int computeLength()
computeLength in class ConnectorFilterpublic ByteBuffer encode(ByteBuffer buffer) throws EncoderException
encode in class ConnectorFilterbuffer - The buffer where to put the PDUEncoderExceptionpublic String toString()
toString in class ConnectorFilterCopyright © 2021. All rights reserved.