public static class SecureDataNodeStarter.SecureResources extends Object
| Constructor and Description | 
|---|
| SecureResources(ServerSocket streamingSocket,
               ServerSocketChannel httpServerSocket,
               boolean saslEnabled,
               boolean rpcPortPrivileged,
               boolean httpPortPrivileged) | 
| Modifier and Type | Method and Description | 
|---|---|
| ServerSocketChannel | getHttpServerChannel() | 
| ServerSocket | getStreamingSocket() | 
| boolean | isHttpPortPrivileged() | 
| boolean | isRpcPortPrivileged() | 
| boolean | isSaslEnabled() | 
public SecureResources(ServerSocket streamingSocket, ServerSocketChannel httpServerSocket, boolean saslEnabled, boolean rpcPortPrivileged, boolean httpPortPrivileged)
public ServerSocket getStreamingSocket()
public ServerSocketChannel getHttpServerChannel()
public boolean isSaslEnabled()
public boolean isRpcPortPrivileged()
public boolean isHttpPortPrivileged()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.