Uses of Class
org.openas2.processor.receiver.NetModule
-
Packages that use NetModule Package Description org.openas2.processor.receiver -
-
Uses of NetModule in org.openas2.processor.receiver
Subclasses of NetModule in org.openas2.processor.receiver Modifier and Type Class Description class
AS2MDNReceiverModule
class
AS2ReceiverModule
class
HealthCheckModule
Fields in org.openas2.processor.receiver declared as NetModule Modifier and Type Field Description private NetModule
NetModule.ConnectionHandler. owner
private NetModule
NetModule.HTTPServerThread. owner
Methods in org.openas2.processor.receiver that return NetModule Modifier and Type Method Description NetModule
NetModule.ConnectionHandler. getOwner()
(package private) NetModule
NetModule.HTTPServerThread. getOwner()
Methods in org.openas2.processor.receiver with parameters of type NetModule Modifier and Type Method Description void
AS2MDNReceiverHandler. handle(NetModule owner, java.net.Socket s)
void
AS2ReceiverHandler. handle(NetModule owner, java.net.Socket s)
void
HealthCheckHandler. handle(NetModule owner, java.net.Socket s)
void
NetModuleHandler. handle(NetModule owner, java.net.Socket s)
Constructors in org.openas2.processor.receiver with parameters of type NetModule Constructor Description ConnectionHandler(NetModule owner, java.net.Socket socket)
HTTPServerThread(NetModule owner, java.lang.String address, int port)
-