Uses of Class
org.dcache.xrootd.util.ServerProtocolFlags.TlsMode
-
Packages that use ServerProtocolFlags.TlsMode Package Description org.dcache.xrootd.util -
-
Uses of ServerProtocolFlags.TlsMode in org.dcache.xrootd.util
Methods in org.dcache.xrootd.util that return ServerProtocolFlags.TlsMode Modifier and Type Method Description ServerProtocolFlags.TlsModeServerProtocolFlags. getMode()static ServerProtocolFlags.TlsModeServerProtocolFlags.TlsMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ServerProtocolFlags.TlsMode[]ServerProtocolFlags.TlsMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dcache.xrootd.util with parameters of type ServerProtocolFlags.TlsMode Modifier and Type Method Description voidServerProtocolFlags. setMode(ServerProtocolFlags.TlsMode mode)
-