| Modifier and Type | Method and Description |
|---|---|
static IpChannelType |
IpChannelType.getInstance(int code) |
static IpChannelType |
IpChannelType.getInstance(String type) |
IpChannelType |
Server.getIpChannelType()
Get the Server channel type - TCP or SCTP
|
IpChannelType |
Association.getIpChannelType()
Return the Association channel type TCP or SCTP
|
static IpChannelType |
IpChannelType.valueOf(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(String hostAddress,
int hostPort,
String peerAddress,
int peerPort,
String assocName,
IpChannelType ipChannelType,
String[] extraHostAddresses)
Add Association
|
Server |
Management.addServer(String serverName,
String hostAddress,
int port,
IpChannelType ipChannelType,
boolean acceptAnonymousConnections,
int maxConcurrentConnectionsCount,
String[] extraHostAddresses)
Add new
Server. |
Server |
Management.addServer(String serverName,
String hostAddress,
int port,
IpChannelType ipChannelType,
String[] extraHostAddresses)
Add new
Server. |
Association |
Management.addServerAssociation(String peerAddress,
int peerPort,
String serverName,
String assocName,
IpChannelType ipChannelType)
Add server Association.
|
Copyright © 2017. All Rights Reserved.