Package 

Class NettyServerAdapter

  • All Implemented Interfaces:
    com.hexagonkt.http.server.HttpServerPort

    
    public class NettyServerAdapter
     implements HttpServerPort
                        

    Implements HttpServerPort using Netty Channel.

    TODO Add HTTP/2 support: https://www.baeldung.com/netty-http2 TODO Add SSE support: https://github.com/marcusyates/netty-sse-example