public interface HttpHandler<REQUEST,RESPONSE>
void
handle(REQUEST request, RESPONSE response)
void handle(REQUEST request, RESPONSE response) throws IOException
request
response
IOException
Copyright © 2024 The Apache Software Foundation. All rights reserved.