Uses of Class
org.infinispan.remoting.responses.SuccessfulResponse
Packages that use SuccessfulResponse
Package
Description
Abstractions of the different response types allowed during RPC.
-
Uses of SuccessfulResponse in org.infinispan.remoting.responses
Subclasses of SuccessfulResponse in org.infinispan.remoting.responsesFields in org.infinispan.remoting.responses declared as SuccessfulResponseModifier and TypeFieldDescriptionstatic final SuccessfulResponse
SuccessfulResponse.SUCCESSFUL_EMPTY_RESPONSE
Methods in org.infinispan.remoting.responses that return SuccessfulResponseModifier and TypeMethodDescriptionstatic <T> SuccessfulResponse
<T> SuccessfulResponse.create
(T responseValue) SuccessfulResponse.Externalizer.readObject
(ObjectInput input) Methods in org.infinispan.remoting.responses that return types with arguments of type SuccessfulResponseModifier and TypeMethodDescriptionSet
<Class<? extends SuccessfulResponse>> SuccessfulResponse.Externalizer.getTypeClasses()
Methods in org.infinispan.remoting.responses with parameters of type SuccessfulResponseModifier and TypeMethodDescriptionvoid
SuccessfulResponse.Externalizer.writeObject
(ObjectOutput output, SuccessfulResponse response)