Package org.openas2.processor.receiver
Class HealthCheckHandler
- java.lang.Object
-
- org.openas2.processor.receiver.HealthCheckHandler
-
- All Implemented Interfaces:
NetModuleHandler
public class HealthCheckHandler extends java.lang.Object implements NetModuleHandler
-
-
Field Summary
Fields Modifier and Type Field Description private org.apache.commons.logging.Log
logger
private HealthCheckModule
module
-
Constructor Summary
Constructors Constructor Description HealthCheckHandler(HealthCheckModule module)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getClientInfo(java.net.Socket s)
HealthCheckModule
getModule()
void
handle(NetModule owner, java.net.Socket s)
-
-
-
Field Detail
-
module
private HealthCheckModule module
-
logger
private org.apache.commons.logging.Log logger
-
-
Constructor Detail
-
HealthCheckHandler
public HealthCheckHandler(HealthCheckModule module)
-
-
Method Detail
-
getClientInfo
public java.lang.String getClientInfo(java.net.Socket s)
-
getModule
public HealthCheckModule getModule()
-
handle
public void handle(NetModule owner, java.net.Socket s)
- Specified by:
handle
in interfaceNetModuleHandler
-
-