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 UnsureResponse
UnsureResponse. INSTANCE
Methods in org.infinispan.remoting.responses that return UnsureResponse Modifier and Type Method Description UnsureResponse
UnsureResponse.Externalizer. readObject(ObjectInput input)
Methods in org.infinispan.remoting.responses that return types with arguments of type UnsureResponse Modifier and Type Method Description Set<Class<? extends UnsureResponse>>
UnsureResponse.Externalizer. getTypeClasses()
Methods in org.infinispan.remoting.responses with parameters of type UnsureResponse Modifier and Type Method Description void
UnsureResponse.Externalizer. writeObject(ObjectOutput output, UnsureResponse subject)
-