- All Known Implementing Classes:
Http1Connection,Http2Connection,WsConnection
public interface ServerConnection
Server connection abstraction, used by any provider to handle a socket connection.
-
Method Summary
-
Method Details
-
handle
Start handling the connection. Data is provided throughServerConnectionSelector.connection(io.helidon.nima.webserver.ConnectionContext).- Throws:
InterruptedException- to interrupt any waiting state and terminate this connection
-