Class AbstractTransport
- java.lang.Object
-
- org.infinispan.remoting.transport.AbstractTransport
-
- All Implemented Interfaces:
org.infinispan.commons.api.Lifecycle
,Transport
@Deprecated public abstract class AbstractTransport extends Object implements Transport
Deprecated.Since 9.1, please implementTransport
directly.Common transport-related behaviour- Version:
- 4.2
- Author:
- Manik Surtani
-
-
Field Summary
Fields Modifier and Type Field Description protected GlobalConfiguration
configuration
Deprecated.
-
Constructor Summary
Constructors Constructor Description AbstractTransport()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Response
checkResponse(Object responseObject, Address sender, boolean ignoreCacheNotFoundResponse)
Deprecated.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.infinispan.remoting.transport.Transport
backupRemotely, checkTotalOrderSupported, getAddress, getCoordinator, getLog, getMembers, getPhysicalAddresses, getSitesView, getViewId, invokeCommand, invokeCommand, invokeCommandOnAll, invokeCommandOnAll, invokeCommands, invokeCommands, invokeCommandStaggered, invokeRemotely, invokeRemotely, invokeRemotely, invokeRemotelyAsync, isCoordinator, isMulticastCapable, sendTo, sendToAll, sendToMany, start, stop, waitForView, withView
-
-
-
-
Field Detail
-
configuration
protected GlobalConfiguration configuration
Deprecated.
-
-