Uses of Class
org.dellroad.msrp.msg.FailureReport
-
Packages that use FailureReport Package Description org.dellroad.msrp Top level package for the msrp4j Java library.org.dellroad.msrp.msg Classes that handle and/or model the messages defined by the MSRP protocol. -
-
Uses of FailureReport in org.dellroad.msrp
Methods in org.dellroad.msrp that return FailureReport Modifier and Type Method Description FailureReport
InputChunks. getFailureReport()
Determine what type of failure reporting this message requires. -
Uses of FailureReport in org.dellroad.msrp.msg
Methods in org.dellroad.msrp.msg that return FailureReport Modifier and Type Method Description FailureReport
MsrpHeaders. getFailureReport()
static FailureReport
FailureReport. valueOf(String name)
Returns the enum constant of this type with the specified name.static FailureReport[]
FailureReport. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dellroad.msrp.msg with parameters of type FailureReport Modifier and Type Method Description void
MsrpHeaders. setFailureReport(FailureReport failureReport)
-