Uses of Class
com.devebot.opflow.OpflowConstant.Protocol
| Package | Description |
|---|---|
| com.devebot.opflow |
-
Uses of OpflowConstant.Protocol in com.devebot.opflow
Methods in com.devebot.opflow that return OpflowConstant.Protocol Modifier and Type Method Description static OpflowConstant.ProtocolOpflowConstant.Protocol. valueOf(String name)Returns the enum constant of this type with the specified name.static OpflowConstant.Protocol[]OpflowConstant.Protocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.devebot.opflow with parameters of type OpflowConstant.Protocol Modifier and Type Method Description voidOpflowRpcObserver. check(OpflowConstant.Protocol protocol, Map<String,Object> headers)OpflowRpcRoutingInfoOpflowRpcObserver. getRoutingInfo(OpflowConstant.Protocol protocol)OpflowRpcRoutingInfoOpflowRpcObserver. getRoutingInfo(OpflowConstant.Protocol protocol, boolean available)booleanOpflowRpcObserver. isCongestive(OpflowConstant.Protocol protocol)voidOpflowRpcObserver. setCongestive(OpflowConstant.Protocol protocol, boolean congestive)voidOpflowRpcObserver. setCongestive(OpflowConstant.Protocol protocol, boolean congestive, String componentId)voidOpflowRpcObserver. touch(OpflowConstant.Protocol protocol, Map<String,Object> headers)Constructors in com.devebot.opflow with parameters of type OpflowConstant.Protocol Constructor Description OpflowRpcRoutingInfo(OpflowConstant.Protocol protocol, String componentId, String location)OpflowRpcRoutingInfo(OpflowConstant.Protocol protocol, String componentId, String location, Boolean congestive)