Uses of Class
org.apache.shenyu.common.dto.convert.selector.CommonUpstream
-
Packages that use CommonUpstream Package Description org.apache.shenyu.common.dto.convert.selector -
-
Uses of CommonUpstream in org.apache.shenyu.common.dto.convert.selector
Subclasses of CommonUpstream in org.apache.shenyu.common.dto.convert.selector Modifier and Type Class Description classDivideUpstreamthis is divide upstream.classDubboUpstreamThe type Dubbo selector upstream.classGrpcUpstreamthis is grpc upstream.classTarsUpstreamthis is tars upstream.classWebSocketUpstreamthis is WebSocket upstream.Methods in org.apache.shenyu.common.dto.convert.selector that return CommonUpstream Modifier and Type Method Description CommonUpstreamZombieUpstream. getCommonUpstream()get commonUpstream.Methods in org.apache.shenyu.common.dto.convert.selector with parameters of type CommonUpstream Modifier and Type Method Description ZombieUpstream.BuilderZombieUpstream.Builder. commonUpstream(CommonUpstream commonUpstream)build commonUpstream.voidZombieUpstream. setCommonUpstream(CommonUpstream commonUpstream)set commonUpstream.static ZombieUpstreamZombieUpstream. transform(CommonUpstream commonUpstream, int zombieCheckTimes, java.lang.String selectorId)create zombie upstream with Common upstream.
-