SSLUtils.decodeProtocols

Decodes the given list of protocols into {@link string}s. @param protocols the encoded protocol list @return the decoded protocols or {@link EmptyArray#BYTE} if {@code protocols} is empty. @throws NullPointerException if protocols is {@code null}.

class SSLUtils
static
string[]
decodeProtocols
(
ubyte[] protocols
)

Meta