Uses of Class
org.infinispan.client.hotrod.exceptions.TransportException
-
Packages that use TransportException Package Description org.infinispan.client.hotrod.logging -
-
Uses of TransportException in org.infinispan.client.hotrod.logging
Methods in org.infinispan.client.hotrod.logging that return TransportException Modifier and Type Method Description TransportException
Log_$logger. channelInactive(SocketAddress address1, SocketAddress address2)
TransportException
Log. channelInactive(SocketAddress address1, SocketAddress address2)
TransportException
Log_$logger. connectionClosed(SocketAddress address1, SocketAddress address2)
TransportException
Log. connectionClosed(SocketAddress address1, SocketAddress address2)
TransportException
Log_$logger. errorFromUnknownOperation(io.netty.channel.Channel channel, Throwable cause, SocketAddress address)
TransportException
Log. errorFromUnknownOperation(io.netty.channel.Channel channel, Throwable cause, SocketAddress address)
-