Package io.micronaut.http.server.netty
Interface HttpContentSubscriberFactory
Deprecated, for removal: This API element is subject to removal in a future version.
Unused now
Interface that allows plugging into the constructor of the
HttpContent
subscriber.- Since:
- 1.0
- Author:
- Graeme Rocher
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbuild
(NettyHttpRequest request) Deprecated, for removal: This API element is subject to removal in a future version.Build aSubscriber
for the given request.
-
Method Details
-
build
Deprecated, for removal: This API element is subject to removal in a future version.Build aSubscriber
for the given request.- Parameters:
request
- The request- Returns:
- The subscriber
-