Class JettyHttpHandlerAdapter

java.lang.Object
org.springframework.http.server.reactive.ServletHttpHandlerAdapter
org.springframework.http.server.reactive.JettyHttpHandlerAdapter
All Implemented Interfaces:
Servlet

public class JettyHttpHandlerAdapter extends ServletHttpHandlerAdapter
ServletHttpHandlerAdapter extension that uses Jetty APIs for writing to the response with ByteBuffer.
Since:
5.0
Author:
Violeta Georgieva, Brian Clozel, Juergen Hoeller
See Also: