public class MIMECacheEntry extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
contentType
The MIME Content type
value, for example application/octet-stream.
|
byte[] |
data
The payload.
|
Constructor and Description |
---|
MIMECacheEntry() |
MIMECacheEntry(String contentType,
byte[] data) |
public String contentType
public byte[] data
public MIMECacheEntry()
public MIMECacheEntry(String contentType, byte[] data)
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.