![JAR search and dependency download from the Maven repository](/logo.png)
javax.net.msrp.wrap.Headers Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of msrp Show documentation
Show all versions of msrp Show documentation
A library, implementing the MSRP protocol.
The newest version!
package javax.net.msrp.wrap;
/**
* Standard header definitions for wrapped messages.
* @author tuijldert
*/
public final class Headers
{
public static final String CONTENT_TYPE = "Content-type";
public static final String FROM = "From";
public static final String TO = "To";
public static final String CC = "cc";
public static final String DATETIME = "DateTime";
public static final String SUBJECT = "Subject";
public static final String NS = "NS";
public static final String CONTENT_LENGTH = "Content-length";
public static final String REQUIRE = "Require";
public static final String CONTENT_DISPOSITION = "Content-Disposition";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy