public class TomcatHttpHandlerAdapter extends ServletHttpHandlerAdapter
ByteBufferSE でレスポンスに書き込む ServletHttpHandlerAdapter 拡張。AbstractReactiveWebInitializer| コンストラクターと説明 |
|---|
TomcatHttpHandlerAdapter(HttpHandler httpHandler) |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected org.springframework.http.server.reactive.ServletServerHttpRequest | createRequest(HttpServletRequestEE request, AsyncContextEE asyncContext) |
protected org.springframework.http.server.reactive.ServletServerHttpResponse | createResponse(HttpServletResponseEE response, AsyncContextEE asyncContext, org.springframework.http.server.reactive.ServletServerHttpRequest request) |
destroy, getBufferSize, getDataBufferFactory, getServletConfig, getServletInfo, getServletPath, init, service, setBufferSize, setDataBufferFactorycloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic TomcatHttpHandlerAdapter(HttpHandler httpHandler)
protected org.springframework.http.server.reactive.ServletServerHttpRequest createRequest(HttpServletRequestEE request, AsyncContextEE asyncContext) throws IOExceptionSE, URISyntaxExceptionSE
ServletHttpHandlerAdapter の createRequest IOExceptionSEURISyntaxExceptionSEprotected org.springframework.http.server.reactive.ServletServerHttpResponse createResponse(HttpServletResponseEE response, AsyncContextEE asyncContext, org.springframework.http.server.reactive.ServletServerHttpRequest request) throws IOExceptionSE
ServletHttpHandlerAdapter の createResponse IOExceptionSE