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

Method Summary
 java.net.InetAddress getAddress()
           
 java.lang.String getName()
           
 int getNumConnectedChannels()
           
 java.net.InetSocketAddress getSocketAddress()
           
 void setNumConnectedChannels(int numConnectedChannels)
           
 

Method Detail

getName

java.lang.String getName()

getAddress

java.net.InetAddress getAddress()

getSocketAddress

java.net.InetSocketAddress getSocketAddress()

getNumConnectedChannels

int getNumConnectedChannels()

setNumConnectedChannels

void setNumConnectedChannels(int numConnectedChannels)