Uses of Interface
org.infinispan.client.hotrod.impl.transport.Transport
-
Packages that use Transport Package Description org.infinispan.client.hotrod.impl.transport -
-
Uses of Transport in org.infinispan.client.hotrod.impl.transport
Methods in org.infinispan.client.hotrod.impl.transport that return Transport Modifier and Type Method Description Transport
TransportFactory. getAddressTransport(SocketAddress server)
Deprecated.Transport
TransportFactory. getTransport(Object key, Set<SocketAddress> failedServers, byte[] cacheName)
Deprecated.Transport
TransportFactory. getTransport(Set<SocketAddress> failedServers, byte[] cacheName)
Deprecated.Methods in org.infinispan.client.hotrod.impl.transport with parameters of type Transport Modifier and Type Method Description void
TransportFactory. invalidateTransport(SocketAddress serverAddress, Transport transport)
Deprecated.void
TransportFactory. releaseTransport(Transport transport)
Deprecated.
-