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, getTypeCharstatic final String IN
static final String IP4
static final String IP6
String getAddress() throws SdpParseException
SdpParseExceptionString getAddressType() throws SdpParseException
SdpParseExceptionString getNetworkType() throws SdpParseException
SdpParseExceptionvoid setAddress(String addr) throws SdpException
SdpExceptionvoid setAddressType(String type) throws SdpException
SdpExceptionvoid setNetworkType(String type) throws SdpException
SdpExceptionCopyright © 2018. All Rights Reserved.