Uses of Class
ca.uhn.hl7v2.llp.LowerLayerProtocol
Packages that use LowerLayerProtocol
-
Uses of LowerLayerProtocol in ca.uhn.hl7v2
Methods in ca.uhn.hl7v2 that return LowerLayerProtocolModifier and TypeMethodDescriptionDefaultHapiContext.getLowerLayerProtocol()HapiContext.getLowerLayerProtocol()Methods in ca.uhn.hl7v2 with parameters of type LowerLayerProtocolModifier and TypeMethodDescriptionvoidDefaultHapiContext.setLowerLayerProtocol(LowerLayerProtocol llp) voidHapiContext.setLowerLayerProtocol(LowerLayerProtocol llp) -
Uses of LowerLayerProtocol in ca.uhn.hl7v2.app
Methods in ca.uhn.hl7v2.app with parameters of type LowerLayerProtocolModifier and TypeMethodDescriptionConnectionHub.attach(String host, int outboundPort, int inboundPort, Parser parser, LowerLayerProtocol llp, boolean tls) ConnectionHub.attach(String host, int outboundPort, int inboundPort, Parser parser, LowerLayerProtocol llp, boolean tls, SocketFactory socketFactory) ConnectionHub.attach(String host, int port, Parser parser, LowerLayerProtocol llp) ConnectionHub.attach(String host, int port, Parser parser, LowerLayerProtocol llp, boolean tls) ConnectionHub.attach(String host, int port, Parser parser, LowerLayerProtocol llp, boolean tls, SocketFactory socketFactory) ConnectionHub.attachLazily(String host, int outboundPort, int inboundPort, Parser parser, LowerLayerProtocol llp, boolean tls) ConnectionHub.attachLazily(String host, int outboundPort, int inboundPort, Parser parser, LowerLayerProtocol llp, boolean tls, SocketFactory socketFactory) ConnectionHub.attachLazily(String host, int port, Parser parser, LowerLayerProtocol llp) ConnectionHub.attachLazily(String host, int port, Parser parser, LowerLayerProtocol llp, boolean tls) ConnectionHub.attachLazily(String host, int port, Parser parser, LowerLayerProtocol llp, boolean tls, SocketFactory socketFactory) Method parameters in ca.uhn.hl7v2.app with type arguments of type LowerLayerProtocolModifier and TypeMethodDescriptionConnectionHub.attach(String host, int outboundPort, int inboundPort, Parser parser, Class<? extends LowerLayerProtocol> llpClass) ConnectionHub.attach(String host, int outboundPort, int inboundPort, Parser parser, Class<? extends LowerLayerProtocol> llpClass, boolean tls) ConnectionHub.attach(String host, int port, Parser parser, Class<? extends LowerLayerProtocol> llpClass) ConnectionHub.attach(String host, int port, Parser parser, Class<? extends LowerLayerProtocol> llpClass, boolean tls) ConnectionHub.attachLazily(String host, int outboundPort, int inboundPort, Parser parser, Class<? extends LowerLayerProtocol> llpClass) ConnectionHub.attachLazily(String host, int outboundPort, int inboundPort, Parser parser, Class<? extends LowerLayerProtocol> llpClass, boolean tls) Constructors in ca.uhn.hl7v2.app with parameters of type LowerLayerProtocolModifierConstructorDescriptionActiveConnection(Parser parser, LowerLayerProtocol llp, Socket bidirectional) Creates a new instance of Connection, with inbound and outbound communication on a single port.ActiveConnection(Parser parser, LowerLayerProtocol llp, Socket inbound, Socket outbound) Creates a new instance of Connection, with inbound communication on one port and outbound on another.ActiveConnection(Parser parser, LowerLayerProtocol llp, Socket inbound, Socket outbound, ExecutorService executorService) Creates a new instance of Connection, with inbound communication on one port and outbound on another.ActiveConnection(Parser parser, LowerLayerProtocol llp, Socket bidirectional, ExecutorService executorService) ActiveConnection(Parser parser, LowerLayerProtocol llp, Socket bidirectional, ExecutorService executorService, boolean acceptAllMsg) HL7Service(Parser parser, LowerLayerProtocol llp) HL7Service(Parser parser, LowerLayerProtocol llp, ExecutorService executorService) Creates a new instance of ServerSimpleServer(int port, LowerLayerProtocol llp, Parser parser) Creates a new instance of SimpleServer that listens on the given port.SimpleServer(int port, LowerLayerProtocol llp, Parser parser, boolean tls) Creates a new instance of SimpleServer that listens on the given port.SimpleServer(int port, LowerLayerProtocol llp, Parser parser, boolean tls, ExecutorService executorService) Creates a new instance of SimpleServer using a custom {linkExecutorService.TwoPortService(Parser parser, LowerLayerProtocol llp, int inboundPort, int outboundPort, boolean tls) Creates a new instance of TwoPortServiceTwoPortService(Parser parser, LowerLayerProtocol llp, int inboundPort, int outboundPort, boolean tls, ExecutorService executorService) Creates a new instance of TwoPortService -
Uses of LowerLayerProtocol in ca.uhn.hl7v2.llp
Subclasses of LowerLayerProtocol in ca.uhn.hl7v2.llpModifier and TypeClassDescriptionclassDeprecated.classImplements the "Minimal Lower Layer Protocol" from the HL7 Implementation Guide, Appendix C.Methods in ca.uhn.hl7v2.llp that return LowerLayerProtocolModifier and TypeMethodDescriptionstatic LowerLayerProtocolLowerLayerProtocol.makeLLP()Deprecated.as there is now the choice betweenMinLowerLayerProtocolandExtendedMinLowerLayerProtocol.static LowerLayerProtocolLowerLayerProtocol.makeLLP(boolean respectMSH18) Returns a particular implementation of LowerLayerProtocol
MinLowerLayerProtocol(boolean)and passtrueas argument