Class RestResponseListener<Response>

    • Constructor Detail

      • RestResponseListener

        protected RestResponseListener​(RestChannel channel)
    • Method Detail

      • buildResponse

        public abstract RestResponse buildResponse​(Response response)
                                            throws java.lang.Exception
        Builds the response to send back through the channel.
        Throws:
        java.lang.Exception