Uses of Class
org.apache.synapse.transport.passthru.core.IOReactorSharingMode
-
Packages that use IOReactorSharingMode Package Description org.apache.synapse.transport.passthru.core -
-
Uses of IOReactorSharingMode in org.apache.synapse.transport.passthru.core
Methods in org.apache.synapse.transport.passthru.core that return IOReactorSharingMode Modifier and Type Method Description static IOReactorSharingMode
IOReactorSharingMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static IOReactorSharingMode[]
IOReactorSharingMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-