public class ServerServiceFilter extends UnwrappbleServerService
| Constructor and Description |
|---|
ServerServiceFilter(ServerService service) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
getDelegate() |
String |
getIP() |
String |
getName() |
int |
getPort() |
void |
init(Properties props) |
void |
service(InputStream in,
OutputStream out) |
void |
service(Socket socket) |
void |
start() |
void |
stop() |
unwrappublic ServerServiceFilter(ServerService service)
public String getIP()
public String getName()
public int getPort()
public void service(InputStream in, OutputStream out) throws ServiceException, IOException
ServiceExceptionIOExceptionpublic void service(Socket socket) throws ServiceException, IOException
ServiceExceptionIOExceptionpublic void start()
throws ServiceException
ServiceExceptionpublic void stop()
throws ServiceException
ServiceExceptionpublic void init(Properties props) throws Exception
Exceptionprotected Object getDelegate()
getDelegate in class UnwrappbleServerServiceCopyright © 1999–2019 The Apache Software Foundation. All rights reserved.