|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Protocol | |
---|---|
org.teleal.cling.support.connectionmanager.protocolinfo |
Uses of Protocol in org.teleal.cling.support.connectionmanager.protocolinfo |
---|
Fields in org.teleal.cling.support.connectionmanager.protocolinfo declared as Protocol | |
---|---|
protected Protocol |
ProtocolInfo.protocol
|
Methods in org.teleal.cling.support.connectionmanager.protocolinfo that return Protocol | |
---|---|
static Protocol |
Protocol.getByProtocolString(String s)
|
Protocol |
ProtocolInfo.getProtocol()
|
static Protocol |
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.teleal.cling.support.connectionmanager.protocolinfo with parameters of type Protocol | |
---|---|
ProtocolInfo(Protocol protocol,
String network,
String contentFormat,
String additionalInfo)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |