Class MLLPSourceHandler

  • All Implemented Interfaces:
    org.apache.http.nio.reactor.IOEventDispatch
    Direct Known Subclasses:
    MultiIOHandler

    public class MLLPSourceHandler
    extends Object
    implements org.apache.http.nio.reactor.IOEventDispatch
    • Constructor Detail

      • MLLPSourceHandler

        public MLLPSourceHandler()
      • MLLPSourceHandler

        public MLLPSourceHandler​(HL7Processor hl7Processor)
    • Method Detail

      • connected

        public void connected​(org.apache.http.nio.reactor.IOSession session)
        Specified by:
        connected in interface org.apache.http.nio.reactor.IOEventDispatch
      • inputReady

        public void inputReady​(org.apache.http.nio.reactor.IOSession session)
        Specified by:
        inputReady in interface org.apache.http.nio.reactor.IOEventDispatch
      • outputReady

        public void outputReady​(org.apache.http.nio.reactor.IOSession session)
        Specified by:
        outputReady in interface org.apache.http.nio.reactor.IOEventDispatch
      • timeout

        public void timeout​(org.apache.http.nio.reactor.IOSession session)
        Specified by:
        timeout in interface org.apache.http.nio.reactor.IOEventDispatch
      • disconnected

        public void disconnected​(org.apache.http.nio.reactor.IOSession session)
        Specified by:
        disconnected in interface org.apache.http.nio.reactor.IOEventDispatch