Package | Description |
---|---|
ca.uhn.hl7v2.protocol | |
ca.uhn.hl7v2.protocol.impl |
Modifier and Type | Method and Description |
---|---|
Processor |
Initiator.getUnderlyingProcessor() |
Modifier and Type | Class and Description |
---|---|
class |
ProcessorImpl
A default implementation of
Processor . |
Modifier and Type | Method and Description |
---|---|
Processor |
HL7Server.accept(String theAddress)
Accepts a single inbound connection if the same ServerSocket is used for
all message exchanges, or a connection from each if two ServerSockets are
being used.
|
Processor[] |
HL7Server.getProcessors() |
Processor |
InitiatorImpl.getUnderlyingProcessor() |
Constructor and Description |
---|
InitiatorImpl(Parser theParser,
Processor theProcessor)
Creates an instance that uses the given
Parser |
InitiatorImpl(Processor theProcessor)
Creates an instance that uses a
GenericParser |
Copyright © 2001–2017 University Health Network. All rights reserved.