spring-framework / org.springframework.remoting.httpinvoker / SimpleHttpInvokerServiceExporter / handle

handle

open fun handle(exchange: HttpExchange): Unit

Reads a remote invocation from the request, executes it, and writes the remote invocation result to the response.

See Also
#readRemoteInvocation(HttpExchange)#invokeAndCreateResult(RemoteInvocation, Object)#writeRemoteInvocationResult(HttpExchange, RemoteInvocationResult)