Interface RouteTargetConstrainParser<T extends RouteTargetConstrainChoice>
-
- All Known Subinterfaces:
RouteTargetHandler<T>
@Deprecated public interface RouteTargetConstrainParser<T extends RouteTargetConstrainChoice>
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description @NonNull T
parseRouteTargetConstrain(@NonNull io.netty.buffer.ByteBuf buffer)
Deprecated.Decode input buffer to BGP Route Target.
-
-
-
Method Detail
-
parseRouteTargetConstrain
@NonNull T parseRouteTargetConstrain(@NonNull io.netty.buffer.ByteBuf buffer)
Deprecated.Decode input buffer to BGP Route Target.- Parameters:
buffer
- encoded RouteTarget body in Bytebuf- Returns:
- Route Target
-
-