Uses of Class
tigase.net.SocketType
-
Packages that use SocketType Package Description tigase.net tigase.server The main package with top level API for server side components.tigase.server.ext tigase.server.xmppclient tigase.server.xmppcomponent -
-
Uses of SocketType in tigase.net
Methods in tigase.net that return SocketType Modifier and Type Method Description SocketTypeConnectionOpenListener. getSocketType()static SocketTypeSocketType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SocketType[]SocketType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SocketType in tigase.server
Fields in tigase.server declared as SocketType Modifier and Type Field Description protected SocketTypeConnectionManager.PortConfigBean. socketMethods in tigase.server with parameters of type SocketType Modifier and Type Method Description protected voidConnectionManager. socketAccepted(IO serv, SocketType type) -
Uses of SocketType in tigase.server.ext
Methods in tigase.server.ext that return SocketType Modifier and Type Method Description SocketTypeCompRepoItem. getSocket() -
Uses of SocketType in tigase.server.xmppclient
Methods in tigase.server.xmppclient with parameters of type SocketType Modifier and Type Method Description protected voidClientConnectionManager. socketAccepted(XMPPIOService serv, SocketType type) -
Uses of SocketType in tigase.server.xmppcomponent
Fields in tigase.server.xmppcomponent declared as SocketType Modifier and Type Field Description SocketTypeComponentConnectionManager. PORT_SOCKET_PROP_VALDeprecated.
-