Class TcpServerConsumerValidationRunnable
- java.lang.Object
-
- org.apache.camel.component.mllp.internal.TcpServerConsumerValidationRunnable
-
-
Constructor Summary
Constructors Constructor Description TcpServerConsumerValidationRunnable(MllpTcpServerConsumer consumer, Socket clientSocket, MllpSocketBuffer mllpBuffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcloseSocket()voidcloseSocket(String logMessage)StringgetCombinedAddress()StringgetLocalAddress()StringgetRemoteAddress()voidresetSocket()voidresetSocket(String logMessage)voidrun()Do the initial read on the Socket and try to determine if it has HL7 data, junk, or nothing.
-
-
-
Constructor Detail
-
TcpServerConsumerValidationRunnable
public TcpServerConsumerValidationRunnable(MllpTcpServerConsumer consumer, Socket clientSocket, MllpSocketBuffer mllpBuffer)
-
-
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.
-
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()
-
-