Class TcpServerConsumerValidationRunnable

  • All Implemented Interfaces:
    Runnable

    public class TcpServerConsumerValidationRunnable
    extends Object
    implements Runnable
    Runnable to handle the ServerSocket.accept requests
    • Method Detail

      • run

        public void run()
        Do the initial read on the Socket and try to determine if it has HL7 data, junk, or nothing.
        Specified by:
        run in interface Runnable
      • closeSocket

        public void closeSocket()
      • closeSocket

        public void closeSocket​(String logMessage)
      • resetSocket

        public void resetSocket()
      • resetSocket

        public void resetSocket​(String logMessage)
      • getLocalAddress

        public String getLocalAddress()
      • getRemoteAddress

        public String getRemoteAddress()
      • getCombinedAddress

        public String getCombinedAddress()