| Package | Description |
|---|---|
| org.apache.nifi.io.socket |
| Modifier and Type | Field and Description |
|---|---|
private ServerSocketConfiguration |
SocketListener.configuration |
| Modifier and Type | Method and Description |
|---|---|
ServerSocketConfiguration |
SocketListener.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static ServerSocket |
SocketUtils.createServerSocket(int port,
ServerSocketConfiguration config)
Returns a
ServerSocket for the given port and configuration. |
static SSLServerSocket |
SocketUtils.createSSLServerSocket(int port,
ServerSocketConfiguration serverSocketConfiguration)
Returns a
SSLServerSocket for the given port and configuration. |
| Constructor and Description |
|---|
SocketListener(int numThreads,
int port,
ServerSocketConfiguration configuration) |
Copyright © 2023 Apache NiFi Project. All rights reserved.