Class AbstractServer.ClientConnection<T>

java.lang.Object
is.codion.common.rmi.server.AbstractServer.ClientConnection<T>
Type Parameters:
T - the connection type
Enclosing class:
AbstractServer<T extends Remote,A extends ServerAdmin>

protected static final class AbstractServer.ClientConnection<T> extends Object
Represents a remote client connection.
  • Method Details

    • remoteClient

      public RemoteClient remoteClient()
      Returns:
      the remote client
    • connection

      public T connection()
      Returns:
      the connection