public class HandshakingEngine extends CloseableEngine
Modifier and Type | Class and Description |
---|---|
protected static class |
HandshakingEngine.HandshakeState |
AbstractEngine.CloseType
offset
handshakeStatus, 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, isClosingUnwrap
closeUnwrap, unwrap, wrap
beginHandshake, cleanup, closeOutbound, getDelegatedTask, getHandshakeStatus, getMaxApplicationBufferSize, getMaxNetworkBufferSize, getMinApplicationBufferSize, getMinNetworkBufferSize, getSession, init, isInboundDone, isOutboundDone, updateHandshakeStatus, wrap
public IEngineResult preWrap(ByteBuffer[] srcs, ByteBuffer dst)
preWrap
in class BasicEngine
public IEngineResult preUnwrap(ByteBuffer src, ByteBuffer dst)
preUnwrap
in class BasicEngine
Copyright © 2017–2022 SNF4J.ORG. All rights reserved.