public interface Connection extends Field
Modifier and Type | Field and Description |
---|---|
static String |
IN
The Internet network type, "IN".
|
static String |
IP4
The IPv4 address type, "IP4".
|
static String |
IP6
The IPv6 address type, "IP6".
|
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Returns the type of the network for this Connection.
|
String |
getAddressType()
Returns the type of the address for this Connection.
|
String |
getNetworkType()
Returns the type of the network for this Connection.
|
void |
setAddress(String addr)
Sets the type of the address for this Connection.
|
void |
setAddressType(String type)
Returns the type of the network for this Connection.
|
void |
setNetworkType(String type)
Sets the type of the network for this Connection.
|
clone, getTypeChar
static final String IN
static final String IP4
static final String IP6
String getAddress() throws SdpParseException
SdpParseException
String getAddressType() throws SdpParseException
SdpParseException
String getNetworkType() throws SdpParseException
SdpParseException
void setAddress(String addr) throws SdpException
SdpException
void setAddressType(String type) throws SdpException
SdpException
void setNetworkType(String type) throws SdpException
SdpException
Copyright © 2016. All Rights Reserved.