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, service
void init(Properties props) throws Exception
Exception
void start() throws ServiceException
ServiceException
void stop() throws ServiceException
ServiceException
String getIP()
int getPort()
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.