Uses of Interface
ca.uhn.hl7v2.protocol.ApplicationRouter
Packages that use ApplicationRouter
-
Uses of ApplicationRouter in ca.uhn.hl7v2.protocol
Methods in ca.uhn.hl7v2.protocol that return ApplicationRouter -
Uses of ApplicationRouter in ca.uhn.hl7v2.protocol.impl
Classes in ca.uhn.hl7v2.protocol.impl that implement ApplicationRouterModifier and TypeClassDescriptionclassA default implementation ofApplicationRouterMethods in ca.uhn.hl7v2.protocol.impl that return ApplicationRouterMethods in ca.uhn.hl7v2.protocol.impl with parameters of type ApplicationRouterModifier and TypeMethodDescriptionstatic voidApplicationLoader.loadApplications(ApplicationRouter theRouter, URL theSource) A convenience method for binding applications to anApplicationRouterInformation about bindings is read from a file at a specified URL.Constructors in ca.uhn.hl7v2.protocol.impl with parameters of type ApplicationRouterModifierConstructorDescriptionHL7Server(ServerSocket theServerSocket, ApplicationRouter theRouter, SafeStorage theStorage) HL7Server(ServerSocket theLocallyDriven, ServerSocket theRemotelyDriven, ApplicationRouter theRouter, SafeStorage theStorage) ProcessorContextImpl(ApplicationRouter theRouter, TransportLayer theTransport, SafeStorage theStorage) Creates a new instance that uses the given resources.ProcessorContextImpl(ApplicationRouter theRouter, TransportLayer theLocallyDrivenTransport, TransportLayer theRemotelyDrivenTransport, SafeStorage theStorage) Creates a new instance that uses the given resources.