Package io.netty.handler.ssl
Interface OpenSslEngineMap
- All Known Implementing Classes:
ReferenceCountedOpenSslContext.DefaultOpenSslEngineMap
interface OpenSslEngineMap
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(ReferenceCountedOpenSslEngine engine) Add aOpenSslEngine
to thisOpenSslEngineMap
.get
(long ssl) Get theOpenSslEngine
for the givenssl
address.remove
(long ssl) Remove theOpenSslEngine
with the givenssl
address and return it.
-
Method Details
-
remove
Remove theOpenSslEngine
with the givenssl
address and return it. -
add
Add aOpenSslEngine
to thisOpenSslEngineMap
. -
get
Get theOpenSslEngine
for the givenssl
address.
-