Package | Description |
---|---|
org.apache.activeio.xnet | |
org.apache.activeio.xnet.hba |
Modifier and Type | Method and Description |
---|---|
void |
ServiceLogger.service(Socket socket)
log_on_success
-----------------
Different information can be logged when a server starts:
PID : the server's PID (if it's an internal xinetd service, the PID has then a value of 0) ;
HOST : the client address ;
USERID : the identity of the remote user, according to RFC1413 defining identification protocol;
EXIT : the process exit status;
DURATION : the session duration.
|
void |
ServiceDaemon.service(Socket socket) |
void |
SocketService.service(Socket socket) |
void |
ServicePool.service(Socket socket) |
void |
ServiceLogger.start() |
void |
ServiceDaemon.start() |
void |
ServicePool.start() |
void |
ServerService.start() |
void |
ServiceLogger.stop() |
void |
ServiceDaemon.stop() |
void |
ServicePool.stop() |
void |
ServerService.stop() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceAccessController.service(Socket socket) |
void |
ServiceAccessController.start() |
void |
ServiceAccessController.stop() |
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.