Uses of Class
org.apache.synapse.commons.emulator.http.dsl.dto.Cookie
-
Packages that use Cookie Package Description org.apache.synapse.commons.emulator.http.dsl.dto.consumer org.apache.synapse.commons.emulator.http.dsl.dto.producer -
-
Uses of Cookie in org.apache.synapse.commons.emulator.http.dsl.dto.consumer
Methods in org.apache.synapse.commons.emulator.http.dsl.dto.consumer that return types with arguments of type Cookie Modifier and Type Method Description List<Cookie>OutgoingMessage. getCookies()Methods in org.apache.synapse.commons.emulator.http.dsl.dto.consumer with parameters of type Cookie Modifier and Type Method Description OutgoingMessageOutgoingMessage. withCookies(Cookie... cookies) -
Uses of Cookie in org.apache.synapse.commons.emulator.http.dsl.dto.producer
Methods in org.apache.synapse.commons.emulator.http.dsl.dto.producer that return types with arguments of type Cookie Modifier and Type Method Description List<Cookie>IncomingMessage. getCookies()Methods in org.apache.synapse.commons.emulator.http.dsl.dto.producer with parameters of type Cookie Modifier and Type Method Description IncomingMessageIncomingMessage. withCookies(Cookie... cookies)
-