Added host getters

This commit is contained in:
Marcin Kostrzewski 2020-10-29 14:05:48 +01:00
parent ca345b3422
commit 04551f1528

View File

@ -57,4 +57,8 @@ public class Connection {
public BufferedReader getIn() {
return in;
}
public boolean isHost() {
return isHost;
}
}