public class ServiceStats extends ServerServiceFilter
| Constructor and Description |
|---|
ServiceStats(ServerService service) |
| Modifier and Type | Method and Description |
|---|---|
void |
service(InputStream in,
OutputStream out) |
void |
service(Socket socket) |
public ServiceStats(ServerService service)
public 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-2014 The Apache Software Foundation. All Rights Reserved.