Uses of Class
ca.uhn.hl7v2.app.Connection

Packages that use Connection
ca.uhn.hl7v2.app   
 

Uses of Connection in ca.uhn.hl7v2.app
 

Methods in ca.uhn.hl7v2.app that return Connection
 Connection ConnectionHub.attach(ca.uhn.hl7v2.app.ConnectionData data)
           
 Connection ConnectionHub.attach(String host, int outboundPort, int inboundPort, Parser parser, Class<? extends LowerLayerProtocol> llpClass)
           
 Connection ConnectionHub.attach(String host, int outboundPort, int inboundPort, Parser parser, Class<? extends LowerLayerProtocol> llpClass, boolean tls)
           
 Connection ConnectionHub.attach(String host, int outboundPort, int inboundPort, Parser parser, LowerLayerProtocol llp, boolean tls)
           
 Connection ConnectionHub.attach(String host, int port, Parser parser, Class<? extends LowerLayerProtocol> llpClass)
          Returns a Connection to the given address, opening this Connection if necessary.
 Connection ConnectionHub.attach(String host, int port, Parser parser, Class<? extends LowerLayerProtocol> llpClass, boolean tls)
           
 Connection ConnectionHub.attach(String host, int port, Parser parser, LowerLayerProtocol llp, boolean tls)
           
 Connection ConnectionHub.getKnownConnection(ca.uhn.hl7v2.app.ConnectionData key)
           
 Connection HL7Service.getRemoteConnection(String IP)
          Returns a connection to a remote host that was initiated by the given remote host.
 

Methods in ca.uhn.hl7v2.app that return types with arguments of type Connection
 List<Connection> HL7Service.getRemoteConnections()
          Returns all currently active connections.
 

Methods in ca.uhn.hl7v2.app with parameters of type Connection
 void TestPanel.connectionDiscarded(Connection connection)
          Deprecated.  
 void ConnectionListener.connectionDiscarded(Connection c)
          Notifies the listener that a new connection is closed and is being discarded.
 void TestPanel.connectionReceived(Connection connection)
          Deprecated. Notification that a new Connection has arrived at an HL7Service.
 void ConnectionListener.connectionReceived(Connection c)
          Notifies the listener that a new connection has been opened.
 void ConnectionHub.detach(Connection c)
          Informs the ConnectionHub that you are done with the given Connection - if no other code is using it, it will be closed, so you should not attempt to use a Connection after detaching from it.
 void ConnectionHub.discard(Connection c)
          Closes and discards the given Connection so that it can not be returned in subsequent calls to attach().
 void HL7Service.newConnection(Connection c)
          Called by subclasses when a new Connection is made.
 

Constructors in ca.uhn.hl7v2.app with parameters of type Connection
Receiver(Connection c, HL7Reader in)
          Creates a new instance of Receiver, associated with the given Connection
 



Copyright © 2001-2012 University Health Network. All Rights Reserved.