Uses of Class
org.opendaylight.controller.cluster.messaging.MessageSliceException
-
Packages that use MessageSliceException Package Description org.opendaylight.controller.cluster.messaging -
-
Uses of MessageSliceException in org.opendaylight.controller.cluster.messaging
Subclasses of MessageSliceException in org.opendaylight.controller.cluster.messaging Modifier and Type Class Description class
AssemblerClosedException
A MessageSliceException indicating the message assembler has already been closed.class
AssemblerSealedException
A MessageSliceException indicating the message assembler has already been sealed.Methods in org.opendaylight.controller.cluster.messaging that return types with arguments of type MessageSliceException Modifier and Type Method Description Optional<MessageSliceException>
MessageSliceReply. getFailure()
Methods in org.opendaylight.controller.cluster.messaging with parameters of type MessageSliceException Modifier and Type Method Description static MessageSliceReply
MessageSliceReply. failed(Identifier identifier, MessageSliceException failure, akka.actor.ActorRef sendTo)
Methods in org.opendaylight.controller.cluster.messaging that throw MessageSliceException Modifier and Type Method Description boolean
AssembledMessageState. addSlice(int sliceIndex, byte[] data, int lastSliceHashCode)
Adds a slice to the assembled stream.
-