Uses of Class
tigase.net.ConnectionType
-
Packages that use ConnectionType Package Description tigase.net tigase.server The main package with top level API for server side components.tigase.server.ext tigase.server.xmppcomponent -
-
Uses of ConnectionType in tigase.net
Methods in tigase.net that return ConnectionType Modifier and Type Method Description ConnectionType
IOService. connectionType()
ConnectionType
ConnectionOpenListener. getConnectionType()
static ConnectionType
ConnectionType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ConnectionType[]
ConnectionType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConnectionType in tigase.server
Fields in tigase.server declared as ConnectionType Modifier and Type Field Description protected ConnectionType
ConnectionManager.PortConfigBean. type
-
Uses of ConnectionType in tigase.server.ext
Methods in tigase.server.ext that return ConnectionType Modifier and Type Method Description ConnectionType
CompRepoItem. getConnectionType()
-
Uses of ConnectionType in tigase.server.xmppcomponent
Fields in tigase.server.xmppcomponent declared as ConnectionType Modifier and Type Field Description ConnectionType
ComponentConnectionManager. PORT_TYPE_PROP_VAL
Deprecated.
-