Uses of Class
org.apache.bookkeeper.tls.SecurityHandlerFactory.NodeType
-
Packages that use SecurityHandlerFactory.NodeType Package Description org.apache.bookkeeper.tls Security and TLS-related classes. -
-
Uses of SecurityHandlerFactory.NodeType in org.apache.bookkeeper.tls
Methods in org.apache.bookkeeper.tls that return SecurityHandlerFactory.NodeType Modifier and Type Method Description static SecurityHandlerFactory.NodeType
SecurityHandlerFactory.NodeType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SecurityHandlerFactory.NodeType[]
SecurityHandlerFactory.NodeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.bookkeeper.tls with parameters of type SecurityHandlerFactory.NodeType Modifier and Type Method Description void
SecurityHandlerFactory. init(SecurityHandlerFactory.NodeType type, AbstractConfiguration conf, io.netty.buffer.ByteBufAllocator allocator)
void
TLSContextFactory. init(SecurityHandlerFactory.NodeType type, AbstractConfiguration conf, io.netty.buffer.ByteBufAllocator allocator)
-