| Modifier and Type | Method and Description |
|---|---|
static IpChannelType |
IpChannelType.getInstance(int code) |
static IpChannelType |
IpChannelType.getInstance(java.lang.String type) |
IpChannelType |
Association.getIpChannelType()
Return the Association channel type TCP or SCTP
|
IpChannelType |
Server.getIpChannelType()
Get the Server channel type - TCP or SCTP
|
static IpChannelType |
IpChannelType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IpChannelType[] |
IpChannelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Association |
Management.addAssociation(java.lang.String hostAddress,
int hostPort,
java.lang.String peerAddress,
int peerPort,
java.lang.String assocName,
IpChannelType ipChannelType,
java.lang.String[] extraHostAddresses)
Add Association
|
Server |
Management.addServer(java.lang.String serverName,
java.lang.String hostAddress,
int port,
IpChannelType ipChannelType,
boolean acceptAnonymousConnections,
int maxConcurrentConnectionsCount,
java.lang.String[] extraHostAddresses)
Add new
Server. |
Server |
Management.addServer(java.lang.String serverName,
java.lang.String hostAddress,
int port,
IpChannelType ipChannelType,
java.lang.String[] extraHostAddresses)
Add new
Server. |
Association |
Management.addServerAssociation(java.lang.String peerAddress,
int peerPort,
java.lang.String serverName,
java.lang.String assocName,
IpChannelType ipChannelType)
Add server Association.
|
Copyright © 2012. All Rights Reserved.