Added host getters
This commit is contained in:
parent
ca345b3422
commit
04551f1528
@ -57,4 +57,8 @@ public class Connection {
|
||||
public BufferedReader getIn() {
|
||||
return in;
|
||||
}
|
||||
|
||||
public boolean isHost() {
|
||||
return isHost;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user