public class SslEngineFrameBuilder extends FrameBuilder
FrameBuilder
that unwraps crypted data from the network.applicationBuffer, channel
Constructor and Description |
---|
SslEngineFrameBuilder(SSLEngine sslEngine,
ByteBuffer plainIn,
ByteBuffer cipherIn,
ReadableByteChannel channel,
int maxPayloadSize) |
Modifier and Type | Method and Description |
---|---|
boolean |
isUnderflowHandlingEnabled() |
protected boolean |
somethingToRead()
Tells whether there's something to read in the application buffer or not.
|
readFrame
public SslEngineFrameBuilder(SSLEngine sslEngine, ByteBuffer plainIn, ByteBuffer cipherIn, ReadableByteChannel channel, int maxPayloadSize)
protected boolean somethingToRead() throws IOException
FrameBuilder
somethingToRead
in class FrameBuilder
IOException
public boolean isUnderflowHandlingEnabled()
isUnderflowHandlingEnabled
in class FrameBuilder
Copyright © 2024 Broadcom Inc. and its subsidiaries.. All rights reserved.