Interface PendingConnection

All Superinterfaces:
Connection

public interface PendingConnection extends Connection
Represents a user attempting to log into the proxy.
  • Method Details

    • getName

      String getName()
      Get the requested username.
      Returns:
      the requested username, or null if not set
    • getVirtualHost

      InetSocketAddress getVirtualHost()
      Get the requested virtual host that the client tried to connect to.
      Returns:
      request virtual host or null if invalid / not specified.
    • getListener

      ListenerInfo getListener()
      Get the listener that accepted this connection.
      Returns:
      the accepting listener