Interface ServerConnection

All Known Implementing Classes:
Http1Connection, Http2Connection, WsConnection

public interface ServerConnection
Server connection abstraction, used by any provider to handle a socket connection.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Start handling the connection.