Interface HttpRoute.HeaderMatch.IntegerRangeOrBuilder (0.1.0)

public static interface HttpRoute.HeaderMatch.IntegerRangeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnd()

public abstract int getEnd()

End of the range (exclusive)

int32 end = 2;

Returns
Type Description
int

The end.

getStart()

public abstract int getStart()

Start of the range (inclusive)

int32 start = 1;

Returns
Type Description
int

The start.