Uses of Interface
ca.uhn.hl7v2.util.SocketFactory
Packages that use SocketFactory
-
Uses of SocketFactory in ca.uhn.hl7v2
Methods in ca.uhn.hl7v2 that return SocketFactoryModifier and TypeMethodDescriptionDefaultHapiContext.getSocketFactory()HapiContext.getSocketFactory()Methods in ca.uhn.hl7v2 with parameters of type SocketFactoryModifier and TypeMethodDescriptionvoidDefaultHapiContext.setSocketFactory(SocketFactory socketFactory) voidHapiContext.setSocketFactory(SocketFactory socketFactory) -
Uses of SocketFactory in ca.uhn.hl7v2.app
Methods in ca.uhn.hl7v2.app with parameters of type SocketFactoryModifier and TypeMethodDescriptionConnectionHub.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, boolean tls, SocketFactory socketFactory) 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, boolean tls, SocketFactory socketFactory) -
Uses of SocketFactory in ca.uhn.hl7v2.util
Classes in ca.uhn.hl7v2.util that implement SocketFactory