Toggle navigation
Home
org.asynchttpclient.FluentCaseInsensitiveStringsMap to io.netty.handler.codec.http.HttpHeaders
No. of Instances - 50
No. of Commits - 1
No. of Projects - {'async-http-client'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> External
Mapping:
Cascading Type Change (Similar)
FluentCaseInsensitiveStringsMap
to
HttpHeaders
FluentCaseInsensitiveStringsMap
to
HttpHeaders
FluentCaseInsensitiveStringsMap
to
HttpHeaders
FluentCaseInsensitiveStringsMap
to
HttpHeaders
FluentCaseInsensitiveStringsMap
to
HttpHeaders
FluentCaseInsensitiveStringsMap
to
HttpHeaders
Other
0
to
HttpHeaders.Names.ALLOW
Add or Remove Method invocation
h.get("Allow").get(HttpHeaders.Names.ALLOW)
to
h.get(HttpHeaders.Names.ALLOW)
h.getFirstValue("server")
to
h.get("server")
h.getJoinedValue("content-type",", ")
to
HttpHeaders.Names.CONTENT_TYPE
HttpHeaders.Names.CONTENT_TYPE
to
h.get(HttpHeaders.Names.CONTENT_TYPE)
h.getJoinedValue("content-type",", ").toLowerCase(Locale.ENGLISH)
to
h.get(HttpHeaders.Names.CONTENT_TYPE).toLowerCase(Locale.ENGLISH)
h.getJoinedValue("content-type",", ")
to
HttpHeaders.Names.CONTENT_TYPE
HttpHeaders.Names.CONTENT_TYPE
to
h.get(HttpHeaders.Names.CONTENT_TYPE)
h.getJoinedValue("content-type",", ").toLowerCase(Locale.ENGLISH)
to
h.get(HttpHeaders.Names.CONTENT_TYPE).toLowerCase(Locale.ENGLISH)
h.getJoinedValue("content-type",", ").toLowerCase(Locale.ENGLISH)
to
h.get(HttpHeaders.Names.CONTENT_TYPE).toLowerCase(Locale.ENGLISH)
h.getJoinedValue("content-type",", ").toLowerCase(Locale.ENGLISH)
to
h.get(HttpHeaders.Names.CONTENT_TYPE).toLowerCase(Locale.ENGLISH)