Package org.apache.nifi.io.socket
Class ServerSocketConfiguration
java.lang.Object
org.apache.nifi.io.socket.ServerSocketConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private Integer
private Boolean
private Integer
private TlsConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setNeedClientAuth
(boolean needClientAuth) void
setReceiveBufferSize
(Integer receiveBufferSize) void
setReuseAddress
(Boolean reuseAddress) void
setSocketTimeout
(Integer socketTimeout) void
setTlsConfiguration
(TlsConfiguration tlsConfiguration)
-
Field Details
-
needClientAuth
private boolean needClientAuth -
socketTimeout
-
reuseAddress
-
receiveBufferSize
-
tlsConfiguration
-
-
Constructor Details
-
ServerSocketConfiguration
public ServerSocketConfiguration()
-
-
Method Details
-
createSSLContext
- Throws:
TlsException
-
setTlsConfiguration
-
getSocketTimeout
-
setSocketTimeout
-
getNeedClientAuth
public boolean getNeedClientAuth() -
setNeedClientAuth
public void setNeedClientAuth(boolean needClientAuth) -
getReuseAddress
-
setReuseAddress
-
getReceiveBufferSize
-
setReceiveBufferSize
-