org.apache.activeio.xnet
public interface ServerService extends SocketService
Modifier and Type | Method and Description |
---|---|
java.lang.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(java.util.Properties props) |
void |
start() |
void |
stop() |
getName, service
void init(java.util.Properties props) throws java.lang.Exception
java.lang.Exception
void start() throws ServiceException
ServiceException
void stop() throws ServiceException
ServiceException
java.lang.String getIP()
int getPort()
Copyright © 2005-2014. All Rights Reserved.