Interface Connection
-
- All Known Implementing Classes:
ClientConnectionSession,ConnectionSession,ServerConnectionSession
public interface ConnectionA Connection represents some kind of channel to a (possibly different) process. Here we only need the capability of closing the connection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()
-
-
-
Method Detail
-
close
void close() throws IOException- Throws:
IOException
-
-