Top Deprecated
Core :: HTTP Client 12.0.6

Deprecated API


No API in this release is deprecated for removal.

Deprecated Item Summary

SinceDeprecated Item and Description
org.eclipse.jetty.client.HttpClientTransport.connect(InetSocketAddress
the address to connect to
address
,
Map<String, Object>
the context information to establish the connection
context
)

use connect(SocketAddress, Map) instead.