public class ServiceLogger extends ServerServiceFilter
| Constructor and Description |
|---|
ServiceLogger(ServerService next) |
| Modifier and Type | Method and Description |
|---|---|
void |
init(Properties props) |
static void |
MDCput(String key,
String value) |
void |
service(InputStream in,
OutputStream out) |
void |
service(Socket socket) |
getDelegate, getIP, getName, getPort, start, stopunwrappublic ServiceLogger(ServerService next)
public void init(Properties props) throws Exception
init in interface Serviceinit in class ServerServiceFilterExceptionpublic void service(InputStream in, OutputStream out) throws ServiceException, IOException
service in interface ServerServiceservice in class ServerServiceFilterServiceExceptionIOExceptionpublic void service(Socket socket) throws ServiceException, IOException
service in interface ServerServiceservice in class ServerServiceFilterServiceExceptionIOExceptionCopyright © 1999–2022 The Apache Software Foundation. All rights reserved.