Package io.micronaut.http.server.netty.types
Netty response types.
- Since:
- 1.0
-
Interface Summary Interface Description NettyCustomizableResponseType A special type that allows writing data in Netty.NettyCustomizableResponseTypeHandler<T> Represents a class that is designed to handle specific types that are returned from routes in a netty specific way.NettyCustomizableResponseTypeHandlerRegistry Represents a registry ofNettyCustomizableResponseTypeHandlerand finds the correct handler based on the type.NettyFileCustomizableResponseType A special type for files specific to Netty. -
Class Summary Class Description DefaultCustomizableResponseTypeHandlerRegistry Registry ofNettyCustomizableResponseTypeHandlerinstances.