Interface Connection

All Known Subinterfaces:
ConnectedPlayer, PendingConnection, ProxiedPlayer, Server

public interface Connection
A proxy connection is defined as a connection directly connected to a socket. It should expose information about the remote peer, however not be specific to a type of connection, whether server or player.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Disconnects this end of the connection for the specified reason.
    Gets the remote address of this connection.
    Get the unsafe methods of this class.
  • Method Details

    • getAddress

      InetSocketAddress getAddress()
      Gets the remote address of this connection.
      Returns:
      the remote address
    • disconnect

      void disconnect(String reason)
      Disconnects this end of the connection for the specified reason. If this is an ProxiedPlayer the respective server connection will be closed too.
      Parameters:
      reason - the reason shown to the player / sent to the server on disconnect
    • unsafe

      Get the unsafe methods of this class.
      Returns:
      the unsafe method interface