return ch;
}
public void acceptor(final ConnectedCallback sc, CharSequence port, Object extra)
throws IOException {
getNet().acceptor(new ConnectedCallback() {
@Override
public void handleConnected(IOChannel ch) throws IOException {
IOChannel first = ch;
if (debug) {
first = DumpChannel.wrap("S-ENC-" + id, ch);