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 classAssemblerClosedExceptionA MessageSliceException indicating the message assembler has already been closed.classAssemblerSealedExceptionA 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 MessageSliceReplyMessageSliceReply. failed(Identifier identifier, MessageSliceException failure, ActorRef sendTo)Methods in org.opendaylight.controller.cluster.messaging that throw MessageSliceException Modifier and Type Method Description booleanAssembledMessageState. addSlice(int sliceIndex, byte[] data, int lastSliceHashCode)Adds a slice to the assembled stream.
-