|
@@ -43,6 +43,11 @@ import java.util.Set;
|
|
*/
|
|
*/
|
|
public interface HostedConnection extends MessageConnection
|
|
public interface HostedConnection extends MessageConnection
|
|
{
|
|
{
|
|
|
|
+ /**
|
|
|
|
+ * Returns the Server instance that is hosting this connection.
|
|
|
|
+ */
|
|
|
|
+ public Server getServer();
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* Returns the server-unique ID for this client.
|
|
* Returns the server-unique ID for this client.
|
|
*/
|
|
*/
|