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–2022 Apache Software Foundation. All rights reserved.