All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToExportTo(Collection<String> items) |
A |
addAllToGateways(Collection<String> items) |
A |
addAllToHosts(Collection<String> items) |
A |
addAllToHttp(Collection<HTTPRoute> items) |
A |
addAllToTcp(Collection<TCPRoute> items) |
A |
addAllToTls(Collection<TLSRoute> items) |
VirtualServiceSpecFluent.HttpNested<A> |
addNewHttp() |
VirtualServiceSpecFluent.HttpNested<A> |
addNewHttpLike(HTTPRoute item) |
VirtualServiceSpecFluent.TcpNested<A> |
addNewTcp() |
VirtualServiceSpecFluent.TcpNested<A> |
addNewTcpLike(TCPRoute item) |
VirtualServiceSpecFluent.TlsNested<A> |
addNewTl() |
VirtualServiceSpecFluent.TlsNested<A> |
addNewTlLike(TLSRoute item) |
A |
addToExportTo(int index,
String item) |
A |
addToExportTo(String... items) |
A |
addToGateways(int index,
String item) |
A |
addToGateways(String... items) |
A |
addToHosts(int index,
String item) |
A |
addToHosts(String... items) |
A |
addToHttp(HTTPRoute... items) |
A |
addToHttp(int index,
HTTPRoute item) |
A |
addToTcp(int index,
TCPRoute item) |
A |
addToTcp(TCPRoute... items) |
A |
addToTls(int index,
TLSRoute item) |
A |
addToTls(TLSRoute... items) |
HTTPRoute |
buildFirstHttp() |
TCPRoute |
buildFirstTcp() |
TLSRoute |
buildFirstTl() |
List<HTTPRoute> |
buildHttp() |
HTTPRoute |
buildHttp(int index) |
HTTPRoute |
buildLastHttp() |
TCPRoute |
buildLastTcp() |
TLSRoute |
buildLastTl() |
HTTPRoute |
buildMatchingHttp(Predicate<HTTPRouteBuilder> predicate) |
TCPRoute |
buildMatchingTcp(Predicate<TCPRouteBuilder> predicate) |
TLSRoute |
buildMatchingTl(Predicate<TLSRouteBuilder> predicate) |
List<TCPRoute> |
buildTcp() |
TCPRoute |
buildTcp(int index) |
TLSRoute |
buildTl(int index) |
List<TLSRoute> |
buildTls() |
VirtualServiceSpecFluent.HttpNested<A> |
editFirstHttp() |
VirtualServiceSpecFluent.TcpNested<A> |
editFirstTcp() |
VirtualServiceSpecFluent.TlsNested<A> |
editFirstTl() |
VirtualServiceSpecFluent.HttpNested<A> |
editHttp(int index) |
VirtualServiceSpecFluent.HttpNested<A> |
editLastHttp() |
VirtualServiceSpecFluent.TcpNested<A> |
editLastTcp() |
VirtualServiceSpecFluent.TlsNested<A> |
editLastTl() |
VirtualServiceSpecFluent.HttpNested<A> |
editMatchingHttp(Predicate<HTTPRouteBuilder> predicate) |
VirtualServiceSpecFluent.TcpNested<A> |
editMatchingTcp(Predicate<TCPRouteBuilder> predicate) |
VirtualServiceSpecFluent.TlsNested<A> |
editMatchingTl(Predicate<TLSRouteBuilder> predicate) |
VirtualServiceSpecFluent.TcpNested<A> |
editTcp(int index) |
VirtualServiceSpecFluent.TlsNested<A> |
editTl(int index) |
boolean |
equals(Object o) |
List<String> |
getExportTo() |
String |
getExportTo(int index) |
String |
getFirstExportTo() |
String |
getFirstGateway() |
String |
getFirstHost() |
String |
getGateway(int index) |
List<String> |
getGateways() |
String |
getHost(int index) |
List<String> |
getHosts() |
String |
getLastExportTo() |
String |
getLastGateway() |
String |
getLastHost() |
String |
getMatchingExportTo(Predicate<String> predicate) |
String |
getMatchingGateway(Predicate<String> predicate) |
String |
getMatchingHost(Predicate<String> predicate) |
boolean |
hasExportTo() |
boolean |
hasGateways() |
int |
hashCode() |
boolean |
hasHosts() |
boolean |
hasHttp() |
boolean |
hasMatchingExportTo(Predicate<String> predicate) |
boolean |
hasMatchingGateway(Predicate<String> predicate) |
boolean |
hasMatchingHost(Predicate<String> predicate) |
boolean |
hasMatchingHttp(Predicate<HTTPRouteBuilder> predicate) |
boolean |
hasMatchingTcp(Predicate<TCPRouteBuilder> predicate) |
boolean |
hasMatchingTl(Predicate<TLSRouteBuilder> predicate) |
boolean |
hasTcp() |
boolean |
hasTls() |
A |
removeAllFromExportTo(Collection<String> items) |
A |
removeAllFromGateways(Collection<String> items) |
A |
removeAllFromHosts(Collection<String> items) |
A |
removeAllFromHttp(Collection<HTTPRoute> items) |
A |
removeAllFromTcp(Collection<TCPRoute> items) |
A |
removeAllFromTls(Collection<TLSRoute> items) |
A |
removeFromExportTo(String... items) |
A |
removeFromGateways(String... items) |
A |
removeFromHosts(String... items) |
A |
removeFromHttp(HTTPRoute... items) |
A |
removeFromTcp(TCPRoute... items) |
A |
removeFromTls(TLSRoute... items) |
A |
removeMatchingFromHttp(Predicate<HTTPRouteBuilder> predicate) |
A |
removeMatchingFromTcp(Predicate<TCPRouteBuilder> predicate) |
A |
removeMatchingFromTls(Predicate<TLSRouteBuilder> predicate) |
VirtualServiceSpecFluent.HttpNested<A> |
setNewHttpLike(int index,
HTTPRoute item) |
VirtualServiceSpecFluent.TcpNested<A> |
setNewTcpLike(int index,
TCPRoute item) |
VirtualServiceSpecFluent.TlsNested<A> |
setNewTlLike(int index,
TLSRoute item) |
A |
setToExportTo(int index,
String item) |
A |
setToGateways(int index,
String item) |
A |
setToHosts(int index,
String item) |
A |
setToHttp(int index,
HTTPRoute item) |
A |
setToTcp(int index,
TCPRoute item) |
A |
setToTls(int index,
TLSRoute item) |
String |
toString() |
A |
withExportTo(List<String> exportTo) |
A |
withExportTo(String... exportTo) |
A |
withGateways(List<String> gateways) |
A |
withGateways(String... gateways) |
A |
withHosts(List<String> hosts) |
A |
withHosts(String... hosts) |
A |
withHttp(HTTPRoute... http) |
A |
withHttp(List<HTTPRoute> http) |
A |
withTcp(List<TCPRoute> tcp) |
A |
withTcp(TCPRoute... tcp) |
A |
withTls(List<TLSRoute> tls) |
A |
withTls(TLSRoute... tls) |