Interface OpenSslEngineMap
- All Known Implementing Classes:
ReferenceCountedOpenSslContext.DefaultOpenSslEngineMap
interface OpenSslEngineMap
-
Method Summary
Modifier and TypeMethodDescriptionvoidadd(ReferenceCountedOpenSslEngine engine) Add aOpenSslEngineto thisOpenSslEngineMap.get(long ssl) Get theOpenSslEnginefor the givenssladdress.remove(long ssl) Remove theOpenSslEnginewith the givenssladdress and return it.
-
Method Details
-
remove
Remove theOpenSslEnginewith the givenssladdress and return it. -
add
Add aOpenSslEngineto thisOpenSslEngineMap. -
get
Get theOpenSslEnginefor the givenssladdress.
-