Uses of Class
gurux.net.enums.NetworkType
-
Packages that use NetworkType Package Description gurux.net Gurux network component determines methods that make the communication possible using Internet.gurux.net.enums Gurux network enumeration package determines enumerations that make the communication possible using network connections. -
-
Uses of NetworkType in gurux.net
Methods in gurux.net that return NetworkType Modifier and Type Method Description NetworkTypeGXNet. getProtocol()Retrieves the used protocol.Methods in gurux.net with parameters of type NetworkType Modifier and Type Method Description voidGXNet. setProtocol(NetworkType value)Sets the used protocol.Constructors in gurux.net with parameters of type NetworkType Constructor Description GXNet(NetworkType networkType, int portNo)Constructor used when server is started.GXNet(NetworkType networkType, String name, int portNo)Client Constructor. -
Uses of NetworkType in gurux.net.enums
Methods in gurux.net.enums that return NetworkType Modifier and Type Method Description static NetworkTypeNetworkType. valueOf(String name)Returns the enum constant of this type with the specified name.static NetworkType[]NetworkType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-