Uses of Class
org.infinispan.remoting.responses.UnsureResponse
-
Packages that use UnsureResponse Package Description org.infinispan.remoting.responses Abstractions of the different response types allowed during RPC. -
-
Uses of UnsureResponse in org.infinispan.remoting.responses
Fields in org.infinispan.remoting.responses declared as UnsureResponse Modifier and Type Field Description static UnsureResponseUnsureResponse. INSTANCEMethods in org.infinispan.remoting.responses that return UnsureResponse Modifier and Type Method Description UnsureResponseUnsureResponse.Externalizer. readObject(java.io.ObjectInput input)Methods in org.infinispan.remoting.responses that return types with arguments of type UnsureResponse Modifier and Type Method Description java.util.Set<java.lang.Class<? extends UnsureResponse>>UnsureResponse.Externalizer. getTypeClasses()Methods in org.infinispan.remoting.responses with parameters of type UnsureResponse Modifier and Type Method Description voidUnsureResponse.Externalizer. writeObject(java.io.ObjectOutput output, UnsureResponse subject)
-