Uses of Class
org.logdoc.fairhttp.service.http.SocketDriver.STATE
-
Packages that use SocketDriver.STATE Package Description org.logdoc.fairhttp.service.http -
-
Uses of SocketDriver.STATE in org.logdoc.fairhttp.service.http
Methods in org.logdoc.fairhttp.service.http that return SocketDriver.STATE Modifier and Type Method Description SocketDriver.STATESocketDriver. state()static SocketDriver.STATESocketDriver.STATE. valueOf(String name)Returns the enum constant of this type with the specified name.static SocketDriver.STATE[]SocketDriver.STATE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.logdoc.fairhttp.service.http with parameters of type SocketDriver.STATE Modifier and Type Method Description voidSocketDriver. state(SocketDriver.STATE state)
-