public class ServerServiceFilter extends UnwrappbleServerService
Constructor and Description |
---|
ServerServiceFilter(ServerService service) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
getDelegate() |
java.lang.String |
getIP() |
java.lang.String |
getName() |
int |
getPort() |
void |
init(java.util.Properties props) |
void |
service(java.io.InputStream in,
java.io.OutputStream out) |
void |
service(java.net.Socket socket) |
void |
start() |
void |
stop() |
unwrap
public ServerServiceFilter(ServerService service)
public java.lang.String getIP()
public java.lang.String getName()
public int getPort()
public void service(java.io.InputStream in, java.io.OutputStream out) throws ServiceException, java.io.IOException
ServiceException
java.io.IOException
public void service(java.net.Socket socket) throws ServiceException, java.io.IOException
ServiceException
java.io.IOException
public void start() throws ServiceException
ServiceException
public void stop() throws ServiceException
ServiceException
public void init(java.util.Properties props) throws java.lang.Exception
java.lang.Exception
protected java.lang.Object getDelegate()
getDelegate
in class UnwrappbleServerService