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 of
NettyCustomizableResponseTypeHandler and finds the correct handler based on
the type. |
NettyFileCustomizableResponseType |
A special type for files specific to Netty.
|
Class | Description |
---|---|
DefaultCustomizableResponseTypeHandlerRegistry |
Registry of
NettyCustomizableResponseTypeHandler instances. |