public interface ServerService extends Service
| Modifier and Type | Method and Description |
|---|---|
String |
getIP() |
String |
getName() |
int |
getPort() |
void |
service(InputStream in,
OutputStream out) |
void |
service(Socket socket) |
void |
start() |
void |
stop() |
void start()
throws ServiceException
ServiceExceptionvoid stop() throws ServiceException
ServiceExceptionvoid service(InputStream in, OutputStream out) throws ServiceException, IOException
ServiceExceptionIOExceptionvoid service(Socket socket) throws ServiceException, IOException
ServiceExceptionIOExceptionString getName()
String getIP()
int getPort()
Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.