Toggle navigation
Home
java.lang.Throwable to java.lang.reflect.AccessibleObject
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'vert.x'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Other
new HttpClientCodec(4096,8192,options.getMaxChunkSize(),false,false)
to
proxy
"Could not connect " + sc
to
proxyPassword
"Could not connect " + sc
to
codec
Cascading Type Change (Different)
HttpResponseStatus
to
HttpProxyHandler
Add or Remove Method invocation
pipeline.addLast("codec",proxy)
to
pipeline.remove(proxy)
((HttpResponse)msg).status()
to
options.getProxyUsername()
pipeline.remove("codec")
to
pipeline.addLast("codec",codec)
channelHandler.handle(Future.failedFuture(cause))
to
proxy
Wrap or Un-wrap
handler
to
handler
Rename Variable
cause
to
evt