Interface MvpnParser<T extends MvpnChoice>
-
- All Known Implementing Classes:
AbstractMvpnNlri,InterASIPmsiADHandler,IntraAsIPmsiADHandler,LeafADHandler,SharedTreeJoinHandler,SourceActiveADHandler,SourceTreeJoinHandler,SPmsiADHandler
public interface MvpnParser<T extends MvpnChoice>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull NlriTypegetType()Returns NlriType handled by parser.@NonNull TparseMvpn(@NonNull io.netty.buffer.ByteBuf buffer)Decode input buffer to BGP Mvpn.
-