Uses of Class
com.helger.as2lib.processor.receiver.AbstractActiveNetModule
-
Packages that use AbstractActiveNetModule Package Description com.helger.as2lib.processor.receiver com.helger.as2lib.processor.receiver.net -
-
Uses of AbstractActiveNetModule in com.helger.as2lib.processor.receiver
Subclasses of AbstractActiveNetModule in com.helger.as2lib.processor.receiver Modifier and Type Class Description classAS2MDNReceiverModuleA modules for receiving AS2 async MDN messages.classAS2ReceiverModuleThe module for receiving AS2 messages.Constructors in com.helger.as2lib.processor.receiver with parameters of type AbstractActiveNetModule Constructor Description ConnectionThread(AbstractActiveNetModule aOwner, Socket aSocket)MainThread(AbstractActiveNetModule aOwner, String sAddress, int nPort) -
Uses of AbstractActiveNetModule in com.helger.as2lib.processor.receiver.net
Methods in com.helger.as2lib.processor.receiver.net with parameters of type AbstractActiveNetModule Modifier and Type Method Description voidAS2MDNReceiverHandler. handle(AbstractActiveNetModule aOwner, Socket aSocket)voidAS2ReceiverHandler. handle(AbstractActiveNetModule aOwner, Socket aSocket)voidINetModuleHandler. handle(AbstractActiveNetModule aOwner, Socket aSocket)
-