Uses of Interface
io.github.grumpystuff.grumpyrest.response.ResponseTransmitter
Packages that use ResponseTransmitter
Package
Description
-
Uses of ResponseTransmitter in io.github.grumpystuff.grumpyrest
Methods in io.github.grumpystuff.grumpyrest that return ResponseTransmitterModifier and TypeMethodDescriptionRequestCycle.getResponseTransmitter()Returns an object that is used byResponseimplementations to transmit the response to the client. -
Uses of ResponseTransmitter in io.github.grumpystuff.grumpyrest.response
Methods in io.github.grumpystuff.grumpyrest.response with parameters of type ResponseTransmitterModifier and TypeMethodDescriptionvoidResponse.transmit(ResponseTransmitter responseTransmitter) Transmits this response using the specified response transmitter.default voidSelfResponseFactory.transmit(ResponseTransmitter responseTransmitter) -
Uses of ResponseTransmitter in io.github.grumpystuff.grumpyrest.response.standard
Methods in io.github.grumpystuff.grumpyrest.response.standard with parameters of type ResponseTransmitterModifier and TypeMethodDescriptionvoidNopResponse.transmit(ResponseTransmitter responseTransmitter) voidStandardErrorResponse.transmit(ResponseTransmitter responseTransmitter) voidStatusOnlyResponse.transmit(ResponseTransmitter responseTransmitter)