Uses of Enum
org.apache.synapse.commons.emulator.core.EmulatorType
Packages that use EmulatorType
Package
Description
-
Uses of EmulatorType in org.apache.synapse.commons.emulator.core
Methods in org.apache.synapse.commons.emulator.core that return EmulatorTypeModifier and TypeMethodDescriptionstatic EmulatorTypeReturns 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 EmulatorTypeModifier and TypeMethodDescriptionprotected voidAbstractProtocolEmulator.setEmulatorType(EmulatorType emulatorType) voidEmulator.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 EmulatorTypeModifierConstructorDescriptionChannelPipelineInitializer(io.netty.handler.ssl.SslContext sslCtx, EmulatorType emulatorType)