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) |
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)
protected boolean somethingToRead() throws IOException
FrameBuilder
somethingToRead
in class FrameBuilder
IOException
public boolean isUnderflowHandlingEnabled()
isUnderflowHandlingEnabled
in class FrameBuilder
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.