Package 

Class CoEncoderBase

  • All Implemented Interfaces:
    net.pwall.pipeline.BaseCoAcceptor , net.pwall.pipeline.BaseCoPipeline , net.pwall.pipeline.IntCoAcceptor , net.pwall.pipeline.IntCoPipeline

    
    public abstract class CoEncoderBase<R extends Object>
    extends AbstractIntCoPipeline<R>
                        

    Base class for encoders.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Unit emit(Character ch)
      final Unit emit(String string)
      final Unit emitHex(Integer i)
      • Methods inherited from class net.pwall.pipeline.AbstractIntCoPipeline

        close, emit, flush, getDownstream
      • Methods inherited from class net.pwall.pipeline.BaseAbstractCoAcceptor

        getClosed
      • Methods inherited from class net.pwall.pipeline.BaseCoAcceptor

        getComplete, getResult
      • Methods inherited from class net.pwall.pipeline.BaseCoPipeline

        getStageComplete
      • Methods inherited from class net.pwall.pipeline.AbstractIntCoAcceptor

        accept, acceptInt
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait