Uses of Class
fi.iki.elonen.NanoWSD.State
-
Packages that use NanoWSD.State Package Description fi.iki.elonen -
-
Uses of NanoWSD.State in fi.iki.elonen
Fields in fi.iki.elonen declared as NanoWSD.State Modifier and Type Field Description private NanoWSD.State
NanoWSD.WebSocket. state
Methods in fi.iki.elonen that return NanoWSD.State Modifier and Type Method Description static NanoWSD.State
NanoWSD.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NanoWSD.State[]
NanoWSD.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-