secureInbound abstract method

Future<SecuredConnection> secureInbound(
  1. TransportConn connection
)

Secures an inbound connection

Implementation

Future<SecuredConnection> secureInbound(TransportConn connection);