Class LazyConnection

java.lang.Object
ca.uhn.hl7v2.app.LazyConnection
All Implemented Interfaces:
Connection, Closeable, AutoCloseable

public class LazyConnection extends Object implements Connection
A LazyConnection behaves like an ordinary connection except for the fact that the actual socket connection is created lazily right before the first message is sent over the associated Initiator. Server-side connections are always non-lazy.