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 ConnectionTypeIOService. connectionType()ConnectionTypeConnectionOpenListener. getConnectionType()static ConnectionTypeConnectionType. 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 ConnectionTypeConnectionManager.PortConfigBean. type -
Uses of ConnectionType in tigase.server.ext
Methods in tigase.server.ext that return ConnectionType Modifier and Type Method Description ConnectionTypeCompRepoItem. getConnectionType() -
Uses of ConnectionType in tigase.server.xmppcomponent
Fields in tigase.server.xmppcomponent declared as ConnectionType Modifier and Type Field Description ConnectionTypeComponentConnectionManager. PORT_TYPE_PROP_VALDeprecated.
-