Uses of Class
com.speedment.common.rest.Rest.Protocol
-
-
Uses of Rest.Protocol in com.speedment.common.rest
Methods in com.speedment.common.rest that return Rest.Protocol Modifier and Type Method Description static Rest.ProtocolRest.Protocol. valueOf(String name)Returns the enum constant of this type with the specified name.static Rest.Protocol[]Rest.Protocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.speedment.common.rest with parameters of type Rest.Protocol Constructor Description RestException(Throwable cause, Rest.Protocol protocol, Rest.Method method, String username, String host, int port, String path, Option[] options)
-