Class ClientDetails


  • public class ClientDetails
    extends Object
    Contains information about the client.
    • Field Detail

      • userName

        private volatile String userName
        The user name that was used for authentication, or null if authentication wasn't performed.
      • clientAddress

        private volatile InetSocketAddress clientAddress
        The client's address
    • Constructor Detail

      • ClientDetails

        public ClientDetails()