Uses of Class
org.red5.proxy.ClientType
-
Packages that use ClientType Package Description org.red5.proxy -
-
Uses of ClientType in org.red5.proxy
Methods in org.red5.proxy that return ClientType Modifier and Type Method Description static ClientTypeClientType. valueOf(String name)Returns the enum constant of this type with the specified name.static ClientType[]ClientType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.red5.proxy with parameters of type ClientType Modifier and Type Method Description voidStreamingProxy. init(ClientType clientType)
-