Toggle navigation
Home
javax.net.ssl.SNIHostName to java.util.List<java.lang.String>
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'jetty.project'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
(SNIHostName)serverName
to
_certHosts.entrySet().stream().filter(entry -> _alias.equals(entry.getValue())).map(Map.Entry::getKey).collect(Collectors.toList())
_name.getAsciiName()
to
host
Rename Variable
_name
to
_hosts
_name
to
_hosts
Update String Literal
"matched {}->{}"
to
"SNI matched {}->{}->{}"
Update argument list (Method invocation)
debug
to
debug