Uses of Interface
org.dellroad.msrp.ReportListener
-
Packages that use ReportListener Package Description org.dellroad.msrp Top level package for the msrp4j Java library. -
-
Uses of ReportListener in org.dellroad.msrp
Subinterfaces of ReportListener in org.dellroad.msrp Modifier and Type Interface Description interfaceFailureListenerCallback interface for MSRP failure reports.interfaceSuccessListenerCallback interface for MSRP success reports.Methods in org.dellroad.msrp that return ReportListener Modifier and Type Method Description ReportListenerOutputChunks. getReportListener()Get the associatedReportListener, if any.Methods in org.dellroad.msrp with parameters of type ReportListener Modifier and Type Method Description StringSession. send(byte[] content, String contentType, Iterable<? extends Header> headers, ReportListener reportListener)Enqueue an outgoing message specified as abyte[]array.StringSession. send(InputStream input, int size, String contentType, Iterable<? extends Header> headers, ReportListener reportListener)Enqueue an outgoing message specified as anInputStream.StringSession. send(Iterable<? extends Header> headers, ReportListener reportListener)Enqueue an outgoing message with no content.Constructors in org.dellroad.msrp with parameters of type ReportListener Constructor Description OutputChunks(MsrpUri localURI, MsrpUri remoteURI, InputStream input, long size, String contentType, Iterable<? extends Header> headers, ReportListener reportListener)Constructor for a message with a body.OutputChunks(MsrpUri localURI, MsrpUri remoteURI, Iterable<? extends Header> headers, ReportListener reportListener)Constructor for a message with no body.
-