public class ProtocolInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
additionalInfo |
protected String |
contentFormat |
protected String |
network |
protected Protocol |
protocol |
static String |
WILDCARD |
Constructor and Description |
---|
ProtocolInfo(org.seamless.util.MimeType contentFormatMimeType) |
ProtocolInfo(Protocol protocol,
String network,
String contentFormat,
String additionalInfo) |
ProtocolInfo(String s) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAdditionalInfo() |
String |
getContentFormat() |
org.seamless.util.MimeType |
getContentFormatMimeType() |
String |
getNetwork() |
Protocol |
getProtocol() |
int |
hashCode() |
String |
toString() |
public static final String WILDCARD
protected Protocol protocol
protected String network
protected String contentFormat
protected String additionalInfo
public ProtocolInfo(String s) throws InvalidValueException
InvalidValueException
public ProtocolInfo(org.seamless.util.MimeType contentFormatMimeType)
public Protocol getProtocol()
public String getNetwork()
public String getContentFormat()
public org.seamless.util.MimeType getContentFormatMimeType() throws IllegalArgumentException
IllegalArgumentException
public String getAdditionalInfo()
Copyright © 2015 4th Line GmbH, Switzerland. All rights reserved.