Uses of Enum Class
tigase.net.SocketType
Packages that use SocketType
Package
Description
The main package with top level API for server side components.
-
Uses of SocketType in tigase.net
Methods in tigase.net that return SocketTypeModifier and TypeMethodDescriptionConnectionOpenListener.getSocketType()
static SocketType
Returns the enum constant of this class with the specified name.static SocketType[]
SocketType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SocketType in tigase.server
Fields in tigase.server declared as SocketTypeMethods in tigase.server with parameters of type SocketTypeModifier and TypeMethodDescriptionprotected void
ConnectionManager.socketAccepted
(IO serv, SocketType type) -
Uses of SocketType in tigase.server.ext
Methods in tigase.server.ext that return SocketType -
Uses of SocketType in tigase.server.xmppclient
Methods in tigase.server.xmppclient with parameters of type SocketTypeModifier and TypeMethodDescriptionprotected void
ClientConnectionManager.socketAccepted
(XMPPIOService serv, SocketType type) -
Uses of SocketType in tigase.server.xmppcomponent
Fields in tigase.server.xmppcomponent declared as SocketType