Package com.sissi.protocol

Examples of com.sissi.protocol.Protocol.clear()


  }

  @Override
  public boolean input(JIDContext context, Protocol protocol) {
    Protocol response = this.prepare(protocol.parent().reply().setType(this.type));
    context.write(this.clear ? response.clear() : response);
    return this.next;
  }

  abstract protected Protocol prepare(Protocol response);
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.