Uses of Class
org.kie.server.client.KieServicesConfiguration.Transport
-
Packages that use KieServicesConfiguration.Transport Package Description org.kie.server.client org.kie.server.client.impl -
-
Uses of KieServicesConfiguration.Transport in org.kie.server.client
Methods in org.kie.server.client that return KieServicesConfiguration.Transport Modifier and Type Method Description KieServicesConfiguration.TransportKieServicesConfiguration. getTransport()static KieServicesConfiguration.TransportKieServicesConfiguration.Transport. valueOf(String name)Returns the enum constant of this type with the specified name.static KieServicesConfiguration.Transport[]KieServicesConfiguration.Transport. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of KieServicesConfiguration.Transport in org.kie.server.client.impl
Methods in org.kie.server.client.impl that return KieServicesConfiguration.Transport Modifier and Type Method Description KieServicesConfiguration.TransportKieServicesConfigurationImpl. getTransport()
-