Package org.conscrypt

Class ClientSessionContext.HostAndPort

java.lang.Object
org.conscrypt.ClientSessionContext.HostAndPort
Enclosing class:
ClientSessionContext

private static final class ClientSessionContext.HostAndPort extends Object
  • Field Details

    • host

      final String host
    • port

      final int port
  • Constructor Details

    • HostAndPort

      HostAndPort(String host, int port)
  • Method Details