Package com.sissi.protocol.iq.block

Examples of com.sissi.protocol.iq.block.UnBlock


   *
   * @see com.sissi.pipeline.Input#input(com.sissi.context.JIDContext, com.sissi.protocol.Protocol)
   */
  @Override
  public boolean input(JIDContext context, Protocol protocol) {
    UnBlock ub = protocol.cast(UnBlock.class);
    return ub.unBlockAll() ? this.unblockAndReturn(context) : this.unblockAndReturn(context, ub.getItem());
  }
View Full Code Here

TOP

Related Classes of com.sissi.protocol.iq.block.UnBlock

Copyright © 2018 www.massapicom. 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.