org.javagamesfactory.nioservers
Interface iServerInfo
- All Known Implementing Classes:
- ServerInfo
public interface iServerInfo
Contains all the metadata representing a single server instance
It's not clear why this has its own interface; may be deprecated in the future
in favour of using the only known implementation (ServerInfo) instead; see that
class for all method documentation
- See Also:
ServerInfo
getName
java.lang.String getName()
getAddress
java.net.InetAddress getAddress()
getSocketAddress
java.net.InetSocketAddress getSocketAddress()
getNumConnectedChannels
int getNumConnectedChannels()
setNumConnectedChannels
void setNumConnectedChannels(int numConnectedChannels)