Class JettyHttpHandlerAdapter
java.lang.Object
org.springframework.http.server.reactive.ServletHttpHandlerAdapter
org.springframework.http.server.reactive.JettyHttpHandlerAdapter
- All Implemented Interfaces:
- Servlet
ServletHttpHandlerAdapter extension that uses Jetty APIs for writing
 to the response with ByteBuffer.- Since:
- 5.0
- Author:
- Violeta Georgieva, Brian Clozel
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected org.springframework.http.server.reactive.ServletServerHttpRequestcreateRequest(HttpServletRequest request, AsyncContext context) protected org.springframework.http.server.reactive.ServletServerHttpResponsecreateResponse(HttpServletResponse response, AsyncContext context, org.springframework.http.server.reactive.ServletServerHttpRequest request) Methods inherited from class org.springframework.http.server.reactive.ServletHttpHandlerAdapterdestroy, getBufferSize, getDataBufferFactory, getServletConfig, getServletInfo, getServletPath, init, service, setBufferSize, setDataBufferFactory
- 
Constructor Details- 
JettyHttpHandlerAdapter
 
- 
- 
Method Details- 
createRequestprotected org.springframework.http.server.reactive.ServletServerHttpRequest createRequest(HttpServletRequest request, AsyncContext context) throws IOException, URISyntaxException - Overrides:
- createRequestin class- ServletHttpHandlerAdapter
- Throws:
- IOException
- URISyntaxException
 
- 
createResponseprotected org.springframework.http.server.reactive.ServletServerHttpResponse createResponse(HttpServletResponse response, AsyncContext context, org.springframework.http.server.reactive.ServletServerHttpRequest request) throws IOException - Overrides:
- createResponsein class- ServletHttpHandlerAdapter
- Throws:
- IOException
 
 
-