@Authors(value="Nikolche Mihajlovski")
@Since(value="5.4.0")
public class RapidoidTLS
extends org.rapidoid.RapidoidThing
| Modifier and Type | Field and Description |
|---|---|
ByteBuffer |
netIn |
| Constructor and Description |
|---|
RapidoidTLS(SSLContext sslContext,
RapidoidConnection conn) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeInbound() |
SSLEngine |
engine() |
SSLSession |
getSession() |
boolean |
isClosed() |
void |
reset() |
SSLEngineResult |
unwrap(ByteBuffer src,
ByteBuffer dst) |
boolean |
unwrapInput() |
SSLEngineResult |
wrap(ByteBuffer src,
ByteBuffer dst) |
boolean |
wrapToOutgoing() |
public final ByteBuffer netIn
public RapidoidTLS(SSLContext sslContext, RapidoidConnection conn)
public boolean isClosed()
public SSLSession getSession()
public boolean unwrapInput()
public boolean wrapToOutgoing()
public SSLEngineResult wrap(ByteBuffer src, ByteBuffer dst)
public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer dst)
public SSLEngine engine()
public void closeInbound()
public void reset()
Copyright © 2014–2017 Nikolche Mihajlovski and contributors. All rights reserved.