47484950515253545556
public abstract int getVersion(); public abstract OChannel getChannel(); public String getListeningAddress() { final OChannel c = getChannel(); if (c != null) return c.socket.getLocalAddress().getHostAddress(); return null; }