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 classAS2MDNReceiverModuleclassAS2ReceiverModuleclassHealthCheckModuleFields in org.openas2.processor.receiver declared as NetModule Modifier and Type Field Description private NetModuleNetModule.ConnectionHandler. ownerprivate NetModuleNetModule.HTTPServerThread. ownerMethods in org.openas2.processor.receiver that return NetModule Modifier and Type Method Description NetModuleNetModule.ConnectionHandler. getOwner()(package private) NetModuleNetModule.HTTPServerThread. getOwner()Methods in org.openas2.processor.receiver with parameters of type NetModule Modifier and Type Method Description voidAS2MDNReceiverHandler. handle(NetModule owner, java.net.Socket s)voidAS2ReceiverHandler. handle(NetModule owner, java.net.Socket s)voidHealthCheckHandler. handle(NetModule owner, java.net.Socket s)voidNetModuleHandler. 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)
-