Uses of Class
org.apache.synapse.commons.emulator.core.EmulatorType
-
Packages that use EmulatorType Package Description org.apache.synapse.commons.emulator.core org.apache.synapse.commons.emulator.http -
-
Uses of EmulatorType in org.apache.synapse.commons.emulator.core
Methods in org.apache.synapse.commons.emulator.core that return EmulatorType Modifier and Type Method Description static EmulatorType
EmulatorType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EmulatorType[]
EmulatorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.synapse.commons.emulator.core with parameters of type EmulatorType Modifier and Type Method Description protected void
AbstractProtocolEmulator. setEmulatorType(EmulatorType emulatorType)
void
Emulator. shutdown(EmulatorType emulatorType)
-
Uses of EmulatorType in org.apache.synapse.commons.emulator.http
Constructors in org.apache.synapse.commons.emulator.http with parameters of type EmulatorType Constructor Description ChannelPipelineInitializer(io.netty.handler.ssl.SslContext sslCtx, EmulatorType emulatorType)
-