org.apache.pekko.remote.transport.netty
Members list
Type members
Deprecated classlikes
class ConfigSSLEngineProvider(val log: MarkerLoggingAdapter, settings: SSLSettings) extends SSLEngineProvider
Config in pekko.remote.classic.netty.ssl.security
Config in pekko.remote.classic.netty.ssl.security
Subclass may override protected methods to replace certain parts, such as key and trust manager.
Attributes
- Deprecated
- true
- Source
- SSLEngineProvider.scala
- Supertypes
object NettyFutureBridge
Attributes
- Deprecated
- true
- Source
- NettyTransport.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
NettyFutureBridge.type
class NettyTransport(val settings: NettyTransportSettings, val system: ExtendedActorSystem) extends Transport
Attributes
- Deprecated
- true
- Source
- NettyTransport.scala
- Supertypes
class NettyTransportException(msg: String, cause: Throwable) extends RuntimeException, OnlyCauseStackTrace
Attributes
- Deprecated
- true
- Source
- NettyTransport.scala
- Supertypes
-
trait OnlyCauseStackTraceclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
class NettyTransportExceptionNoStack(msg: String, cause: Throwable) extends NettyTransportException, NoStackTrace
Attributes
- Deprecated
- true
- Source
- NettyTransport.scala
- Supertypes
-
trait NoStackTraceclass NettyTransportExceptiontrait OnlyCauseStackTraceclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Attributes
- Deprecated
- true
- Source
- NettyTransport.scala
- Supertypes
-
class Objecttrait Matchableclass Any
trait SSLEngineProvider
Attributes
- Deprecated
- true
- Source
- SSLEngineProvider.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class ConfigSSLEngineProvider
In this article