public class BasicEngine extends AbstractEngine
AbstractEngine.CloseType| Modifier and Type | Field and Description |
|---|---|
protected int |
offset |
handshakeStatus, inboundDone, outboundDone| Constructor and Description |
|---|
BasicEngine(int offset) |
| Modifier and Type | Method and Description |
|---|---|
protected IEngineResult |
closeUnwrap(ByteBuffer dst) |
protected IEngineResult |
closeWrap(ByteBuffer dst) |
protected boolean |
isClosingUnwrap(byte[] data) |
protected IEngineResult |
preUnwrap(ByteBuffer src,
ByteBuffer dst) |
protected IEngineResult |
preWrap(ByteBuffer[] srcs,
ByteBuffer dst) |
IEngineResult |
unwrap(ByteBuffer src,
ByteBuffer dst) |
IEngineResult |
wrap(ByteBuffer[] srcs,
ByteBuffer dst) |
beginHandshake, cleanup, closeInbound, closeOutbound, getDelegatedTask, getHandshakeStatus, getMaxApplicationBufferSize, getMaxNetworkBufferSize, getMinApplicationBufferSize, getMinNetworkBufferSize, getSession, init, isInboundDone, isOutboundDone, updateHandshakeStatus, wrapprotected IEngineResult closeWrap(ByteBuffer dst)
protected IEngineResult preWrap(ByteBuffer[] srcs, ByteBuffer dst)
public IEngineResult wrap(ByteBuffer[] srcs, ByteBuffer dst) throws Exception
Exceptionprotected IEngineResult closeUnwrap(ByteBuffer dst)
protected boolean isClosingUnwrap(byte[] data)
protected IEngineResult preUnwrap(ByteBuffer src, ByteBuffer dst)
public IEngineResult unwrap(ByteBuffer src, ByteBuffer dst) throws Exception
ExceptionCopyright © 2017–2024 SNF4J.ORG. All rights reserved.