Skip navigation links
A B C D E F G I L M O P R S T U V W 

A

appDataManager - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
available() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
Get application bytes available for reading
available() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelInputStream
 

B

BUFFER_FULL_EMPTY_WAIT_NANOS - Static variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 

C

channel - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
channel - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelInputStream
 
channelStatus - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
ChannelStatus() - Constructor for enum org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel.ChannelStatus
 
checkChannelStatus() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
checkInterrupted() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
checkTimeoutExceeded(long) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
CLIENT_AUTHENTICATION_REQUIRED - Static variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
close() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
Close Channel and process notifications
close() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelInputStream
Closes the underlying SSLSocketChannel, which will also close the OutputStream and connection
closeQuietly(Closeable) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
connect() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
Connect Channel when not connected and perform handshake process
consume() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
Shutdown Socket Channel input and read available bytes
consume() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelInputStream
 
createEngine(SSLContext, boolean) - Static method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
createSocketChannel(InetAddress) - Static method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 

D

DISCARD_BUFFER_LENGTH - Static variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 

E

EMPTY_MESSAGE - Static variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
END_OF_STREAM - Static variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
engine - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 

F

FINISH_CONNECT_SLEEP - Static variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 

G

getHandshakeException(SSLEngineResult.HandshakeStatus, String) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
getTimeout() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 

I

incrementalSleep(long) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
INITIAL_INCREMENTAL_SLEEP - Static variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
interrupt() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
Interrupt processing and disable transmission
interrupted - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
isClosed() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
Is Channel Closed

L

logEngineResult(SSLEngineResult, String) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
LOGGER - Static variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
logHandshakeStatus(SSLEngineResult.HandshakeStatus) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
logOperation(String) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
logOperationBytes(String, int) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 

M

MINIMUM_READ_BUFFER_SIZE - Static variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 

O

org.apache.nifi.remote.io.socket.ssl - package org.apache.nifi.remote.io.socket.ssl
 

P

performHandshake() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
port - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 

R

read() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
Read and return one byte
read(byte[]) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
Read available bytes into buffer
read(byte[], int, int) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
Read available bytes into buffer based on offset and length requested
read() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelInputStream
 
read(byte[]) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelInputStream
 
read(byte[], int, int) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelInputStream
 
readApplicationBuffer(byte[], int, int) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
readChannel() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
readChannelDiscard() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
remoteAddress - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
runDelegatedTasks() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 

S

setTimeout(int) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
socketAddress - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
SSLSocketChannel - Class in org.apache.nifi.remote.io.socket.ssl
SSLSocketChannel supports reading and writing bytes using TLS and NIO SocketChannels with configurable timeouts
SSLSocketChannel(SSLContext, String, int, InetAddress, boolean) - Constructor for class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
SSLSocketChannel constructor with SSLContext and remote address parameters
SSLSocketChannel(SSLContext, SocketChannel, boolean) - Constructor for class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
SSLSocketChannel constructor with SSLContext and connected SocketChannel
SSLSocketChannel(SSLEngine, SocketChannel) - Constructor for class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
SSLSocketChannel constructor with configured SSLEngine and connected SocketChannel
SSLSocketChannel.ChannelStatus - Enum in org.apache.nifi.remote.io.socket.ssl
 
SSLSocketChannelInputStream - Class in org.apache.nifi.remote.io.socket.ssl
 
SSLSocketChannelInputStream(SSLSocketChannel) - Constructor for class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelInputStream
 
streamInManager - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
streamOutManager - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 

T

timeoutMillis - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 

U

unwrap() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
unwrapBufferReadChannel() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 

V

valueOf(String) - Static method in enum org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel.ChannelStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel.ChannelStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrap(ByteBuffer, ByteBuffer) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
wrapWriteChannel(BufferStateManager) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
write(int) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
Write one byte to channel
write(byte[]) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
Write bytes to channel
write(byte[], int, int) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
Write data to channel performs multiple iterations based on data length
writeChannel(ByteBuffer) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
A B C D E F G I L M O P R S T U V W 
Skip navigation links

Copyright © 2023 Apache NiFi Project. All rights reserved.