Uses of Class
org.springframework.core.io.buffer.JettyDataBufferFactory
Packages that use JettyDataBufferFactory
Package
Description
Abstractions for reactive HTTP client support including
ClientHttpRequest and
ClientHttpResponse as well as a
ClientHttpConnector.Abstractions for reactive HTTP server support including a
ServerHttpRequest and
ServerHttpResponse along with an
HttpHandler for processing.-
Uses of JettyDataBufferFactory in org.springframework.http.client.reactive
Methods in org.springframework.http.client.reactive with parameters of type JettyDataBufferFactoryModifier and TypeMethodDescriptionvoidJettyClientHttpConnector.setBufferFactory(JettyDataBufferFactory bufferFactory) Set the buffer factory to use. -
Uses of JettyDataBufferFactory in org.springframework.http.server.reactive
Methods in org.springframework.http.server.reactive with parameters of type JettyDataBufferFactoryModifier and TypeMethodDescriptionvoidJettyCoreHttpHandlerAdapter.setDataBufferFactory(JettyDataBufferFactory dataBufferFactory)