public final class PMSITunnelAttributeHandler extends Object implements AttributeParser, AttributeSerializer
| Constructor and Description |
|---|
PMSITunnelAttributeHandler(AddressFamilyRegistry addressFamilyRegistry) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends org.opendaylight.yangtools.yang.binding.DataObject> |
getClazz() |
int |
getType() |
void |
parseAttribute(io.netty.buffer.ByteBuf buffer,
AttributesBuilder builder)
Parses attribute from ByteBuf buffer.
|
void |
serializeAttribute(org.opendaylight.yangtools.yang.binding.DataObject attribute,
io.netty.buffer.ByteBuf byteAggregator) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparseAttributepublic PMSITunnelAttributeHandler(AddressFamilyRegistry addressFamilyRegistry)
public void parseAttribute(@Nonnull io.netty.buffer.ByteBuf buffer, @Nonnull AttributesBuilder builder)
AttributeParserparseAttribute in interface AttributeParserbuffer - Encoded attribute body in ByteBuf.builder - Path attributes builder. Guaranteed to contain all valid attributes whose type is numerically
lower than this attribute's type.public int getType()
public void serializeAttribute(org.opendaylight.yangtools.yang.binding.DataObject attribute,
io.netty.buffer.ByteBuf byteAggregator)
serializeAttribute in interface AttributeSerializerpublic Class<? extends org.opendaylight.yangtools.yang.binding.DataObject> getClazz()
Copyright © 2019 OpenDaylight. All rights reserved.