public class HttpConnectionContext extends HttpConnectionContext implements ConnectionContext
| Constructor and Description | 
|---|
| HttpConnectionContext() | 
| Modifier and Type | Method and Description | 
|---|---|
| static HttpConnectionContext | apply() | 
| static HttpConnectionContext$ | create()Java API | 
| protected int | defaultPort() | 
| static HttpConnectionContext$ | getInstance()Java API | 
| static boolean | isSecure() | 
| static scala.Option<com.typesafe.sslconfig.pekko.PekkoSSLConfig> | sslConfig() | 
isSecure, sslConfighttps, https, https, httpsClient, httpsClient, httpsServer, httpsServer, noEncryptionpublic static HttpConnectionContext$ getInstance()
public static HttpConnectionContext$ create()
public static HttpConnectionContext apply()
public static final boolean isSecure()
public static scala.Option<com.typesafe.sslconfig.pekko.PekkoSSLConfig> sslConfig()
protected final int defaultPort()
defaultPort in interface ConnectionContext