Interface Connection
- All Known Implementing Classes:
ClientConnectionSession,ConnectionSession,ServerConnectionSession
public interface Connection
A Connection represents some kind of channel to a (possibly different) process.
Here we only need the capability of closing the connection.
-
Method Summary
-
Method Details
-
close
void close()
-