public class HandshakingEngine extends CloseableEngine
| Modifier and Type | Class and Description |
|---|---|
protected static class |
HandshakingEngine.HandshakeState |
AbstractEngine.CloseTypeoffsethandshakeStatus, inboundDone, outboundDone| Constructor and Description |
|---|
HandshakingEngine(int offset,
boolean clientMode) |
| Modifier and Type | Method and Description |
|---|---|
IEngineResult |
preUnwrap(ByteBuffer src,
ByteBuffer dst) |
IEngineResult |
preWrap(ByteBuffer[] srcs,
ByteBuffer dst) |
closeInbound, closeWrap, isClosingUnwrapcloseUnwrap, unwrap, wrapbeginHandshake, cleanup, closeOutbound, getDelegatedTask, getHandshakeStatus, getMaxApplicationBufferSize, getMaxNetworkBufferSize, getMinApplicationBufferSize, getMinNetworkBufferSize, getSession, init, isInboundDone, isOutboundDone, updateHandshakeStatus, wrappublic IEngineResult preWrap(ByteBuffer[] srcs, ByteBuffer dst)
preWrap in class BasicEnginepublic IEngineResult preUnwrap(ByteBuffer src, ByteBuffer dst)
preUnwrap in class BasicEngineCopyright © 2017–2022 SNF4J.ORG. All rights reserved.