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 class
AS2MDNReceiverModule
A modules for receiving AS2 async MDN messages.class
AS2ReceiverModule
The 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 void
AS2MDNReceiverHandler. handle(AbstractActiveNetModule aOwner, Socket aSocket)
void
AS2ReceiverHandler. handle(AbstractActiveNetModule aOwner, Socket aSocket)
void
INetModuleHandler. handle(AbstractActiveNetModule aOwner, Socket aSocket)
-