public interface ServerService extends SocketService
| Modifier and Type | Method and Description |
|---|---|
String |
getIP()
Gets the ip number that the
daemon is listening on.
|
int |
getPort()
Gets the port number that the
daemon is listening on.
|
void |
init(Properties props) |
void |
start() |
void |
stop() |
getName, servicevoid init(Properties props) throws Exception
Exceptionvoid start()
throws ServiceException
ServiceExceptionvoid stop() throws ServiceException
ServiceExceptionString getIP()
int getPort()
Copyright © 2005–2019. All rights reserved.