|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LinkType | |
---|---|
org.xnap.plugin.opennap.util | |
org.xnap.util | Provides common utility and preferences classes. |
Uses of LinkType in org.xnap.plugin.opennap.util |
---|
Fields in org.xnap.plugin.opennap.util declared as LinkType | |
---|---|
static LinkType |
OpenNapLinkType.ISDN128
|
static LinkType |
OpenNapLinkType.ISDN64
|
static LinkType |
OpenNapLinkType.MODEM144
|
static LinkType |
OpenNapLinkType.MODEM288
|
static LinkType |
OpenNapLinkType.MODEM336
|
static LinkType |
OpenNapLinkType.MODEM567
|
static LinkType |
OpenNapLinkType.T1
|
static LinkType[] |
OpenNapLinkType.TYPES
|
Methods in org.xnap.plugin.opennap.util that return LinkType | |
---|---|
static LinkType |
OpenNapLinkType.getType(int speed)
|
Uses of LinkType in org.xnap.util |
---|
Fields in org.xnap.util declared as LinkType | |
---|---|
static LinkType |
LinkType.CABLE
The cable link. |
static LinkType[] |
LinkType.COMMON_TYPES
An array of common link types. |
static LinkType |
LinkType.DSL
The DSL link. |
static LinkType |
LinkType.ISDN
The ISDN link. |
static LinkType |
LinkType.LAN
The local area network link. |
static LinkType |
LinkType.MODEM
The modem link. |
static LinkType |
LinkType.T3
The T3 link. |
static LinkType |
LinkType.UNKNOWN
Unknown link type. |
Methods in org.xnap.util that return LinkType | |
---|---|
static LinkType |
LinkType.getType(int speed)
Returns the common type that is closest to speed |
static LinkType |
LinkType.getType(LinkType[] types,
int speed)
Returns the type that is closest to speed |
Methods in org.xnap.util with parameters of type LinkType | |
---|---|
static int |
LinkType.getIndexOfType(LinkType[] types,
int speed)
|
static LinkType |
LinkType.getType(LinkType[] types,
int speed)
Returns the type that is closest to speed |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |