Uses of Class
legolas.net.core.interfaces.SocketType
-
Packages that use SocketType Package Description legolas.bootstrapper.api.interfaces legolas.net.core.interfaces legolas.starter.api.interfaces -
-
Uses of SocketType in legolas.bootstrapper.api.interfaces
Methods in legolas.bootstrapper.api.interfaces that return SocketType Modifier and Type Method Description SocketTypeNetworkBootstrapper. socketType() -
Uses of SocketType in legolas.net.core.interfaces
Methods in legolas.net.core.interfaces that return SocketType Modifier and Type Method Description static SocketTypeSocketType. valueOf(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 legolas.starter.api.interfaces
Methods in legolas.starter.api.interfaces that return SocketType Modifier and Type Method Description SocketTypePortStarter. socketType()
-